Part Number: TMS320F280049
Hi expert,
My customer used flash API earlier in their project. Recently, they want to save more RAM memory for other use.
So they try a way but failed, I just read flash API guide and know that,ROM flash API will save more RAM memory.
F021_ROM_API_F28004x_FPU32.lib – This is the Boot ROM Flash API symbols library for
TMS320F28004x devices. This contains the addresses of the various Flash API functions that
are embedded into the device Boot ROM. Since all of the functions reside in ROM, adding the
boot ROM symbols to the application takes up only a small amount of Flash and/or RAM space
when compared to that of the Software API library.
so I simply suggest them to use F021_ROM_API_F28004x_FPU32.lib.
and they just do 2 things.
1. change the file add to the project

2.change the file search path:

Customer want to check two things
1. do they need to any other changes? such as change CMD file?
2. any potentail risk to use ROM Flash API?
BR
Emma