• Hard fault when branching to main
    Hi, I am working in a C++ project for STM3210C-Eval Board (Cortex-M3). I wrote some classes and got the project working perfectly. Then I designed other classes to increment project functionalities...
  • 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...
  • fopen hard fault (__sys_open)
    Hello, I am using an STM32F437 MCU with Keil MDK-ARM V4.71a. My application (no RTOS) reads an SD Card on start up via the RL-ARM FFS. This has been working for a few years but I have now upgraded...