Skip to main content
rustamych
Visitor II
March 13, 2013
Question

Can't start application without debugger

  • March 13, 2013
  • 1 reply
  • 677 views
Posted on March 13, 2013 at 09:05

Hi everyone!

I haven't found any useful information about my trouble, unfortunately. 

I am a newbie in STM32 MCUs. But I've used another ARM-based devices before.

I've started with STM32F102R8. Using IAR and ST's peripheral library. 

The program is very simple - just blinking 2 LEDs.

The trouble is - it works when  I start debugging with j-link through the IAR EWARM, but if I give hard reset or download to the flash without debugging it doesn't work.

What can I do? Thanks.
    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    March 13, 2013
    Posted on March 13, 2013 at 14:47

    Yet you don't post the code in case that's the issue.

    You need to confirm the right code has been written to flash, your could use the JLink.exe or JMem.exe and inspect. Ensure the tool is set up to compile into FLASH and not RAM.

    You could use serial port to provide telemetry in the absence of a debug pod, or use GPIO or LED to indicate arrival at certain points. Use bisection to drill down to your issue.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..