stm32f0 can't enter hardfault
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-02-26 9:26 AM
Posted on February 26, 2016 at 18:26
Hello
about 'bkpt' instruction and no debugger attached? ( semihosting problem)I read that must be generated HardFault exception in this case but this never happens.I have already tested HardFault vector with divide by zero and in this case works.where is the problem?brHarry #no-debugger #bkpt #hardfault
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-02-26 10:30 AM
Posted on February 26, 2016 at 19:30
So what does happen when it encounters the BKPT ?
Have you instrumented the Hard Fault handler in such a way that you can indicate entry to a terminal?
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..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-03-05 1:36 AM
Posted on March 05, 2016 at 10:36
Hello
Yes i have serial output also and no enter in HardFault handler - for sure. I think processor enters in lockout state.brZahari