• Hard fault in SystemInit_ExtMemCtl()
    Hi I hope someone here can help guide me. I'm using a custom designed board which uses the same SDRAM memory configuration as the ST32429I-EVAL board. In the Keil file system_stm32f427x.c...
  • Hard Fault in rt_sem_wait
    Hi, I have a an application crashing due to a hard fault. When I inspect the PC it tells me that the function being executed is the RTX function rt_sem_wait. The signature of this function is: ...
  • hard fault exception
    I am generating optimsed code using simulink coder for LMS filter using stm32f4VG407 discovery board,KEIL MDK-ARM, but upon single conversion of signal through ADC , it is stopping at hardfault handler...
  • Hard Fault exception
    Hello all, I'm using Atsam3s4a(cortex -m3) with keil Ide. I see my code gets locked in hard fault handler in Startup_sam3s.h (start up file generated by Ide). when i look into fault status registers...
  • CMSIS-FreeRTOS Hard Fault
    I downloaded the CMSIS-RTOS Blinky with STM32CubeMX (STM32F769I-Discovery) example from the Pack installer. After running with the initially configured RTX5 RTOS implementation I used the Manage...