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

Writing a File to internal flash using RL-FlashFS

Hi Group,
I am using LPC2468 and wanted to store a file in the internal flash using RL-FlashFS and retrieve it back. The uVision Help says i need to focus on 3 modules and they are File_Config. c, FS_FlashPrg. c and FS_FlashDev. h.

I created the cutom FS_FlashDev. h with the uVisionHelp instruction and LPC_IAP2_512K ULINK FlashDev.c
I created the custom FS_FlashPrg. c by modifying the LPC_IAP2_512K ULINK FlashPrg.c
Ofcourse i did few modifications in File_Config. c
With this custom files i created my TFTP server application and uploaded a file (yeah, initialized the RL-TCPNet Stack, formated the device, etc,). I get the "Transfer successfull" response.. But when i try to download the uploaded file, i get an error "Error on Server : File Not found"

I feel the there is a problem in writing into the internal falsh. So i am expecting some guidance in writing the above said 3 files for LPC2468 512KB flash (internal).

Thanks in advance

0