cancel
Showing results for 
Search instead for 
Did you mean: 

STR9 application working only in debug mode

justmanpreet
Associate
Posted on March 17, 2015 at 10:29

 i have developed an application based on STR912FAW47 (ARM9 core) microcontroller. application involves just toggling one port pin. its working perfectly alright in debug mode. but nothing happens in normal execution mode. please suggest any solution and how debug mode is different from normal execution.

thanx in advance

regards
1 REPLY 1
Posted on April 17, 2015 at 04:39

The debugger is enabling a clock that it needs, and you're failing to enable it for your needs. The side effect is your code works under the debugger.

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