• FlashFS frename function
    Hi all, While using the demo code for file systems in sd-card using FlashFS...i observed that the function "frename(oldname, newname)" takes a lot of time if the file size of the file being renamed...
  • FlashFS frename function
    Hi all, While using the demo code for file systems in sd-card using FlashFS...i observed that the function "frename(oldname, newname)" takes a lot of time if the file size of the file being renamed...
  • Beware - frename bug in RL-FS !
    Again, for those who use Keil's middleware - FAT frename function has a nasty bug: if new name contains path (for example "M:\name.txt") the whole string will be used as new name. In this particular...
  • Beware - frename bug in RL-FS !
    Again, for those who use Keil's middleware - FAT frename function has a nasty bug: if new name contains path (for example "M:\name.txt") the whole string will be used as new name. In this particular...
  • printf() function not working
    hi, i compiled the sample progarm given by keil named RTX_ex1... i just included the printf() function to indicate which task running but when i debug its not printing in any of the serial terminal....