cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging problems while executing x-cube-blemesh1 package

Anitha
Associate III

While debugging x-cube-blemesh1 package It is not debugging properly. After clicking on the download and debug option in IAR even though I put break point after main it is not hitting that point, continuously running without stopping at the break point. and also stucking in the hall delay. Please help me with this.

4 REPLIES 4

Is SysTick or other tick source running when it gets stuck in delay? Can you run until the delay exits and see where it is being called from?​

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Anitha
Associate III

actual thing is It is not exiting from the delay

alok
Senior

Can you double-check the debug settings ? If it is "simulator", you will possibly see this issue

If it's ST-LINK already, then this is surprising.

Which version of IAR you are using ?

Anitha
Associate III

By changing the some IDE Configuration I able to debug the code.