This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RL-ARM File System problem during file creat

Hi all,

I am using RL_ARM to creat/modify file in SD card. My ARM processor is LPC2368.

After formatting from PC or from ARM processor (using fformat)the SD card, new files are creating fine and content are available.

But when previous file are available with same name & i am using fopen function with write mode ("w") then some cases new file is creating but not possible to access from Windows OS showing "file or directory corrupted and unreadable".

Please give some feedback.

Parents
  • Hi Stuart,

    Hummm....

    I am also getting lot of problem regarding file handling. Though I am not sure it is my problem or FlashFS.

    Now I am getting if number of character is more than 512 bytes in a file,the file is unreadable by a PC. But for less than 512 byte then it is OK (RL-ARM V3.21). Don't know ...

Reply
  • Hi Stuart,

    Hummm....

    I am also getting lot of problem regarding file handling. Though I am not sure it is my problem or FlashFS.

    Now I am getting if number of character is more than 512 bytes in a file,the file is unreadable by a PC. But for less than 512 byte then it is OK (RL-ARM V3.21). Don't know ...

Children