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

arm FlashFS

Hi!
I'm using your FlashFS with LPC2119;but I Don't know How
to add __ram to IAP_Execute.c file ,There are five fountions in it:

void IAP_Execute (struct sIAP *pIAP)
U32 GetSecNum (U32 adr)
int fs_Init (U32 adr, U32 clk)
int fs_EraseSector (U32 adr)
int fs_ProgramPage (U32 adr, U32 sz, U8 *buf)

each of them must add __ram or some of them need add __ram?
Thanks!

0