• ffind
    Hi, I am trying to use 'ffind' command in keil u4 for stm32 microcontroller. I am getting linking error as: ".\Obj\STM3210B-EVAL.axf: Error: L6218E: Undefined symbol ffind (referred from main.o...
  • ffind function of file system returns fsAccessDenied
    Hi, I am trying to find file config.xml in folder Config in SD card. for this I am using function ffind("M0:Config\\config.xml",structure address of fsFileInfo); but this function always returns...
  • ffind function not serching the file
    Hey, The parallel Nand flash memory is interfaced with lpc1788 and file system is also implemented using keil library. i have labeled the drive "MyDrv" while formating and created a folder with...
  • FlashFS ffind problem
    Can i find files in folders with ffind ? like as : ffind ("myfolder/*.*",&info).
  • Got the problem with FFIND command
    at first,I make a program that list all file in SD card with FFIND function.not using RTOS yet,it's work fine. then,I using RTOS (use RTX) ,every fuction work fine (such as fopen,fclose,etc) except...