• FatFS - f_mkdir will not create a 4th level dir
    Hi I know this is not a RTX or Cortex M3 related question but I am desperate for some ideas about why elm chan's FatFs does will create a directory that is more than 2 levels deep at times. The FatFs...
  • EFSL how to check bmp files in dir
    Hello, Hello I have interfaced EFSL(SD Card) with LPC1768 and its working fine. But I am not able to check the number of bmp files in current dir. ls_openDir(&list ,&(efs.myFs ),"/"); while...
  • include problem
    ******************* task.h ****************** #ifndef __TASK_H__ #define __TASK_H__ # include "SDA55XX.H" # include "RC_CODES.H" # include "CONSTANT.H" # include "inouts.h" # include "osd.h" # include...
  • $include?
    if i have configuration: ... VAR: DS 1 ... and,i include it in one .asm file $include (confi.inc) when i assemble them, msg show: Program Size: data=30.0 xdata=0 code=101 and,i include...