Posted on May 17, 2011 at 13:14Can someone please explain to me how to configure your program to download in either flash debug mode or ram debug mode, as seen in the example programs in STM32-SK. I am very unsure which source/include file configure...
Posted on May 17, 2011 at 13:11I have a timer that interrupts every 5 seconds. Inside the the timer IRQhandler, I have a loop which i cannot get out of for over 5 seconds in certain cases. When this happens, I end up missing the next interrupt cos i...
Posted on May 17, 2011 at 13:09 So i just need to start a timer counter at a certain interrupt and stop it when i get back in the interrupt service routine. I do not need to output any signal or measure an input signal. just need a clock/counter tha...
Posted on May 17, 2011 at 13:07Thanks for getting back to me on this. This is exactly what seems to be going wrong. When I try the code, without having the MCO clock output on pin A8, the interrupt worked just fine. I tried it on my board and and I ...