cancel
Showing results for 
Search instead for 
Did you mean: 

trace in debug

rezadjadidi
Associate II
Posted on July 17, 2016 at 21:44

Hi

i want trace my programs(for stm32f429 discovery board) with keil.

in my program i used timer1 capture- compar  interrupt. when run program in debug mode  and press F11 my program run to  ISR CONDITION but not go  interrupt ISR and run to end of program.(ISR RUN BUT NOT SHOW LINE BY LINE)

how can run program step by step (press F11) and run line by line.

thanks

#debug
1 REPLY 1
Posted on July 17, 2016 at 23:27

You'd want to place a breakpoint in the IRQ Handler, once it hits that you can step the code there.

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