Shen,
The TMS320F2808 predates C2000Ware. The Flash API for this device can be found in a standalone install package here:
https://www.ti.com/tool/SPRC193
For headerfiles/SW Support package this is also standalone download here:
https://www.ti.com/tool…
Thanks for reaching out to the C2000 E2E forums.
The flash API we provide with our devices is the only way to program/erase the flash memory. The reason that the WD is disabled, is that the flash operations cannot be interrupted while a program or erase…
Peter,
You need to use Flash API library file ( Flash2808_API_V302.lib) to perform different flash operations you mentioned above.
Library file path: http://www.ti.com/tool/sprc193
It also includes an example project and documentations which shows…
Other Parts Discussed in Thread: TMS320F2808 , SPRC193 Hello,
I am developing an application on a TMS320F2808. My program needs a function that writes a data structure (about 200 16 bit words of parameters that are rarely changed) to a flash sector.
I am…