• 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...
  • problem with file name returned by ffind
    Hi I am using LPC1768 to store and read data from SD I have a folder called My1stFolder in which there is a second folder called my2ndFolder I create some files in M0:\My1stFolder\my2ndFolder and...
  • 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...