• failed (finit(NULL) ) to initialize the SD card and ends at Hardfault
    hi i am getting Hardfault when finit(NULL) function is executed in LPC43xx Coretex M4 Flash file system without RTOS. I am using SD card driver as SDIO43xx.c from standard drivers. why it goes...
  • failed (finit(NULL) ) to initialize the SD card and ends at Hardfault
    hi i am getting Hardfault when finit(NULL) function is executed in LPC43xx Coretex M4 Flash file system without RTOS. I am using SD card driver as SDIO43xx.c from standard drivers. why it goes...
  • Debugging memory issues ARM7, Keil µVision 4
    I am having some issues trying to debug what appear to be some very strange behaviors. For example, we have: static const char * LOG_FORMAT = "0x%02x,%.5f," ; and the pointer changes for no obvious...
  • Debugging memory issues ARM7, Keil µVision 4
    I am having some issues trying to debug what appear to be some very strange behaviors. For example, we have: static const char * LOG_FORMAT = "0x%02x,%.5f," ; and the pointer changes for no obvious...
  • keil rtos2 osEventFlagsNew(NULL) problem
    Hi I am working in a project and using LPC1768 cmcis RTOS2 with KEIL version 5 . i have several task that works correctly but when I set an os flag in the beginning of a task with osEventFlagsNew...