• Problems with setting up the event recorder for LPC1769
    I've been struggling to set up the event recorder. I narrowed the problem down to the RAM that I am allocating to the device. As soon as I do, the ethernet connection of the controller stops working....
  • Problems with setting up the event recorder for LPC1769
    I've been struggling to set up the event recorder. I narrowed the problem down to the RAM that I am allocating to the device. As soon as I do, the ethernet connection of the controller stops working....
  • ARM Cortex-M3 MemManage exception for mpu
    // mpu test #include "stm32.h" #include "type.h" extern u32 mpu_reg1_begin_; extern u32 mpu_reg1_end_; __attribute__ ((section (".mpu_r1"))) int reg1[256]; bool init_mpu(); // ref: http://blog.feabhas...
  • ARM Cortex-M3 MemManage exception for mpu
    // mpu test #include "stm32.h" #include "type.h" extern u32 mpu_reg1_begin_; extern u32 mpu_reg1_end_; __attribute__ ((section (".mpu_r1"))) int reg1[256]; bool init_mpu(); // ref: http://blog.feabhas...
  • What if I set DISDEFWBUF and using MPU?
    Is there any problem if I set DISDEFWBUF in the Auxiliary Control Register with MPU in use ?? According to "Cortex-M4_Software_Developers_Errata_Notice_v3", It said : For software not using the memory...