Is there example code for sending and receiving data over the ble link for the CC2640rsm module?
I am using Code compressor studio.
The simple BLE peripheral for both the sensor tag and launchpad get stuck in loops. One is stuck in an assembly loop and the other gets stuck in HWI_exc loop that loops while no exception handler is plugged in.
The only code that has run successfully on my cc2640 is from github venemo cc2640-ble-broadcaster but that program does not connect or send data.