This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640: Trouble finding working examples

Part Number: CC2640


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.