• RL-FLASHFS fwrite() causing Hard Fault !
    Hi Everyone I am hoping someone might be able provide me with some inspiration or something !! I have a problem within the application I am developing and am struggling to work out what is going...
  • fwrite does not result in call to retargetted _sys_write
    I have retargetted streamed io as per the following article. infocenter.arm.com/.../index.jsp I have added some simple test code as follows: FILE * pFile; char buffer[] = { 'x' , 'y'...
  • RTX with Flash File System
    Good afternoon. I try to start SD a card on LPC2378. Without RTX all perfectly works. With RTX on a command finit () the program jumps on DAbt_Addr. The theme ( http://www.keil.com/forum/docs/thread15068...
  • Flash file system corruption
    Using the RL-ARM flash file system library... is there a way to determine the integrity of an exiting file system, some sort of test to run at device startup for example.
  • Flash File system
    I am using LPC 1768 ARM-Cortex M3 microcontroller which is interfaced to an spi flash memory. Can i implement a file system where i can store files with long filenames on spi flash memory device at25df641...