User Activity

Posted on February 09, 2016 at 15:57Hi!Please, i need your help... Im working on STM32.I need to scape from HardFault_Handler, without reset, and make an unconditional jump to a concise position...My code:void HardFault_Handler(unsigned int * hardfa...
Posted on January 08, 2015 at 14:22Hello!I'm using STM32 CubeMX 4.3.1 generating code in Keil. I experienced extrange behavior with Global variables. It seems as if at some point within a function a local variable loses its contents...But debugging ...