Problem with ST example - NVIC - IRQ_Channels
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2010-07-19 11:14 AM
Problem with ST example - NVIC - IRQ_Channels
#debug #cortex- Labels:
-
DEBUG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:59 AM
Look at the Cortex HFSR register when you get the hard fault. That will give you a clue as to what the problem may be. If it is a ''precise'' error then the return address on the stack will be the fault location.
Chances are it's a coding bug, bad pointer address or something similar. Jack Peacock- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:59 AM
Has anyone some suggestions or ideas, please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:59 AM
Thank you for your reply, I will check it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:59 AM
It seems, that problem´s solved. The fault was between keyboard and chair. I tried to add the startup file to the project and it worked. Some examples don´t require the adding the startup file, but some examples require it. That´s strange.
