Part Number: TMS320F280049
Other Parts Discussed in Thread: C2000WARE
Hi,
It is necessary to write test data before mass production to Flash.
At that time, I would like to refer to the sample of the flash API program below.
flashapi_ex1_programming (in C:\ti\c2000\C2000Ware_4_01_00_00\driverlib\f28003x\examples\flash)
https://dev.ti.com/tirex/explore/node?node=A__ACloos8.dm1l8uL2xKRb2A__c2000ware_software_package__gYkahfz__LATEST
This sample shows how to erase/write a bank. By incorporating these into the application code, we believe it is possible to write test data to Flash via SCI communication.
We are considering a method of executing the application code in flash bank 0/1, storing pre-manufacturing test information in a buffer via external communication (SCI, etc.), and writing the contents to flash bank 2.

Q1. Is the above feasible?
Q2. If Q1 is yes, can you give me some simple advice on how to fix it in the sample code?
Q3. Please let me know if there is an easier way to achieve this than Q1.
Thanks,
Astro