User Activity

Posted on July 18, 2015 at 23:13Hi,I'm trying to enable the cortex's fault exeptions for my stm32f7 board.Everytime I call   HAL_NVIC_EnableIRQ(UsageFault_IRQn); or try to enable some other Fault I get an Hard Fault.I already tried to access the reg...