Question
STM32f407 HardFault
Posted on June 04, 2015 at 00:35
Can somebody explain me how to find cause of hardfault? I try to use solution from
http://blog.frankvh.com/2011/12/07/cortex-m3-m4-hard-fault-handler/
but buffer is empty.Here are core registers dump (from keil UI):SP = 0x20001178LR = 0xFFFFFFF1PC = 0x08006604xPSR = 0x61000003MSP = 0x20001178PSP = 0x00000000Is it possible to find instruction that cause hard fault? #stm32 #hardfault #m4