2019-04-29 06:13 AM
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.
2019-04-29 06:26 AM
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?
2019-04-29 06:28 AM
actual thing is It is not exiting from the delay
2019-05-03 01:44 AM
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 ?
2019-05-06 06:23 AM
By changing the some IDE Configuration I able to debug the code.