Other Parts Discussed in Thread: CC256XM4BTBLESW, CC2564
Does the Module have a default stack programmed in?
If so, what is the Profile it defaults to?
IF I download the CC256XM4BTBLESW: TI dual-mode Bluetooth stack on TM4C MCUs, an pick say this demo:
C:\TI\Connectivity\CC256X BT\CC256x M4 Bluetopia SDK\v1.2 R2\Cortex_M4\Sample\SPPLEDemo\NoOS
It seems there is no host processor in the Module, so code that is compiled is programmed into e secondary host, say the TM4C1294
Then, in order to use the module as a SPPLE, the TM4C1294 needs to control the module, and place it in a mode, and then control the advertising, pairing, and eventually data RX/TX?
Any help appreciated
PS: I am familiar with a Nordic BLE module that has a Cortex M0 that runs the Stack.
Then one would set the linker address to where the stack is expecting it, and advertising, paring is handled as calls to pre-defined routines