• 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 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...
  • ffind problem with RL-ARM 3.24
    I have just update the RL-ARM source fils with the 3.24 and now when I use : FINFO info; ffind("Show.sdp",&info); I have an Dabt_Handler. What is the problem ? Thanks
  • 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...