2010-07-19 11:14 AM
Problem with ST example - NVIC - IRQ_Channels
#debug #cortex2011-05-17 04: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 Peacock2011-05-17 04:59 AM
Has anyone some suggestions or ideas, please?
2011-05-17 04:59 AM
Thank you for your reply, I will check it.
2011-05-17 04: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.