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…
Maxime,
Here are the following things I would try:
1) Check your boot mode selections. Confirm whether the DSP boots to flash.
2) After you connect to the device. Set a breakpoint at 0x3F7FF6, run and check whether it hits the breakpoint (this confirms…