• 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...
  • UART PROBLEM ARM lpc1769
    I want change easyweb to communicate with the camera and send hex data (camera) up through enthernet computer. I used the arm to connect to the camera via uart, but my problem is getting data from the...