Hello,
Currently, I am working on FRDM-KW36 development board. As per the BLE demo application user guide document I have uploaded the code of HRS(Heart Rate Sensor) on the development board. Then i checked it on NXP IOT application and it's works perfect. When I tried to terminate the debug process on IDE it will show "could not stop execution from running" error message (refer Error1 image). I clicked first Ok and then Cancel button of error messages and then close the MCUXpresso IDE and reopen it. Then I tried to upload another project it shows me error message of "0 available SWD Devices detected."(refer Error2 image). I don't know why this happen.
Please suggest to resolve this issue.
Attaching the images for errors.
Thank you.
Hi Chinta,
I think this is due to this example use the Low Power modes, so when this are enabled the debugger is disconnected.
You can disable this in the app_preinclude.h file with the following define:
/* Enable/Disable PowerDown functionality in PwrLib */
#define cPWR_UsePowerDownMode 1
Best Regards,
Alexis Andalon