This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Some basic questions about Flash2805x API

Other Parts Discussed in Thread: C2000WARE

Hi TI,

I am currently working on TMS320F2805X Flash API.  After I finished reading TMS320F2805x Flash API, there are some basic working principles that I want to make sure.

I using example from controllSUITE\flash_api\2805x\v100\example and will use serial communication method SCI to re-program the flash.

How does Program Function work? How do I store all the program data to buffer and load it to this function through SCI while running CallFlashAPI()?

Is there any additional documents that I can study to better understand Flash API?