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?