2014-08-04 12:14 AM
My system was under hardfault in doing some job without saying anything.
What is hardfault? which one make hardfault in stm32f407ve. Thanks ahead. Kevin2014-08-04 12:36 AM
Hello Kevin,
a hardfault means that the processor is in a condition where it could not continue. According to the ''Programming Manual'' (PM0214) it could either be cause:I'd expect that in your case you have an unhandled other fault that is escalated. If you run the program within the debugger, it normaly stops and with the call stack provided you could check where the fault occured.
bs