• MPU enabling triggers hard fault
    Hi, I'm struggling with debugging a weird behaviour of my ARM-M3 board. I generated the following code with the ST IDE and what it does is configuring the MPU inside the SVC handler and then enabling...
  • MPU enabling triggers hard fault
    Hi, I'm struggling with debugging a weird behaviour of my ARM-M3 board. I generated the following code with the ST IDE and what it does is configuring the MPU inside the SVC handler and then enabling...
  • Cortex-M0] I don't know why this is hard fault.
    my simple code is ... -------------------------------------------------------------- unsigned char flag[3] = {0,}; unsigned char abc, sdf, def ; void main (void) { while(1) { //if( flag[0] =...
  • Cortex-M0] I don't know why this is hard fault.
    my simple code is ... -------------------------------------------------------------- unsigned char flag[3] = {0,}; unsigned char abc, sdf, def ; void main (void) { while(1) { //if( flag[0] =...
  • Why Hard Fault for STM32?
    Note: This was originally posted on 4th January 2010 at http://forums.arm.com Hey, guys     When I debuggig my RVMDK(ver 3.80) application of STM32 MCU with [url=" http://www.coocox.org/Colink.htm "]...