2015-03-17 02:29 AM
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 regards2015-04-16 07:39 PM
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.