• #include "c:\\dir\\file.c" problem
    Could some one show me how to #include an absolute file such as: #include "c:\\dir\\file.c" This doesn't seem to work with C51 version 1.32 The file is there but the compiler says it can't open it...
  • 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...
  • FatFS implementation on Luminary Micro
    Hi, Is it possible to implement FatFileSystem Realtime Library on Luminary Micro microcontroller? Attached example are related to other type (LPC). Many thanks. Marian
  • Issue in FATFS with Keil RTX
    Hi, I'm using STM32F437 with my customized hardware. I have SD card interfaced to micro through SDIO interface. I'm using Keil RTX along with FATFS. I have excluded MICROLIB. I'm trying to call file...