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: Real time control of a GPIO in CCS via Bluetooth

Part Number: CC2640

Hi,

From my past experience, when programming a launchpad in CCS, you can modify a parameter value "in real time" in the debugging session.

Now, if I am connecting a CC2640R2F LaunchPad with my desktop computer in the OAD mode, is it also possible to change a parameter value (let's say changing a GPIO from output low to output high) in real time? In this case, no USB connection is established between the target Launchpad and my desktop computer, only bluetooth is available. Is this possible?

 

Thank you for your assistance.

All the best,

AC

  • Yes, that's possible. You can run project_zero on CC2640R2F LaunchPad and run Btool on your desktop to build BLE communication with project_zero on CC2640R2F LaunchPad to control the LED on CC2640R2F LaunchPad.