Other Parts Discussed in Thread: CC2640,
Tool/software: TI-RTOS
During the bootup process, when I call GAP_DeviceInit() I either get an exception or I get a failure (with return code: INVALIDPARAMETER).
Both calls are identical except for the profileRole parameter.
When calling GAP_DeviceInit with profileRole == 0x00 (i.e. uninintialized) I get the return code INVALIDPARAMETER
When calling GAP_DeviceInit with profileRole == 0x04 (i.e. GAP_PROFILE_PERIPHERAL) I get an exception as shown below.
How can I fix this issue so that I can successfully call GAP_DeviceInit()?
