2016-07-17 12:44 PM
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 #debug2016-07-17 02:27 PM
You'd want to place a breakpoint in the IRQ Handler, once it hits that you can step the code there.