Skip to main content
Anitha
Associate III
April 29, 2019
Question

Debugging problems while executing x-cube-blemesh1 package

  • April 29, 2019
  • 4 replies
  • 855 views

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.

This topic has been closed for replies.

4 replies

Tesla DeLorean
Guru
April 29, 2019

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 VenmoUp vote any posts that you find helpful, it shows what's working..
Anitha
AnithaAuthor
Associate III
April 29, 2019

actual thing is It is not exiting from the delay

alok
Visitor II
May 3, 2019

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
AnithaAuthor
Associate III
May 6, 2019

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