Problem with the interrupt of UART4 of processor STM32F072CBT6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-11-22 12:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-08 7:50 AM
OK so it DOES stop on the breakpoint in the ISR when the interrupt happens; and then gets to hardfault while processing the ISR?
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-08 8:01 AM
It never stops on the ISR breakpoint, when the interruption raises, it goes to the 0x0800be00 directly, I have a breakpoint there, if I remove the breakpoint (or click on 'continue') it goes to hardfaul, but it is normal, as it will try to process a wrong instruction, as I have nothing there (0x0800be00).
For information, in another test, I created a new section on 0x0800be00 (with a jump to the correct ISR), but it also goes to the hardfault. I did not understand this behavior yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-08 8:06 AM
More hummm.
I'd perhaps have a look also at the system memory's vector table/ISR.
JW

- « Previous
-
- 1
- 2
- Next »