Hi,
I wrote a program with BLE Stack. (on cc2650 LaunchXL, XDS110 Debugger)
When I run the code in debug mode it runs properly. But, it halts after sending one ble packet, when run without debugger.
What could be the problem?
Thank you.
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.
Hi,
I wrote a program with BLE Stack. (on cc2650 LaunchXL, XDS110 Debugger)
When I run the code in debug mode it runs properly. But, it halts after sending one ble packet, when run without debugger.
What could be the problem?
Thank you.
I've found the problem. My BLE Advertisement interval was set to 200ms and I was also using an ADC with sampling time of 10ms.
Due to Hwi of ADC. Program was not able to enter BLE Task.
However, I still don't know why it was running properly in Debug mode.