trace in debug
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-07-17 12:44 PM
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
Labels:
- Labels:
-
DEBUG
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-07-17 2:27 PM
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..
Up vote any posts that you find helpful, it shows what's working..
