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.

TMS320F280049C: The length of write bite

Part Number: TMS320F280049C
Other Parts Discussed in Thread: C2000WARE

Hi team,

Could you pls help on this? Our customer has some questions about F280049C.

Background:

My original bootloader is based on the architecture of 28035 and 2806, every time I write flash, it is 1 BYTE write.

When I used TMS320280049C for BOOTLOADER, The example shows in the TI software library is: When writing to FLASH, it is written in a group of 8 BYTE.
I looked at the manual and 280049 flash minimum write is 4 bytes. 

My question is: 

What if 280049 write 4 BYTE at a time, but the HEX2000 .exe convert from .out file to .A00 file cannot meet 4 bytes as a group? What about the last set of data groups with less than 4 bytes? 

Besides, I also want to check if I could write 1 BYTE per time? So that I don't need to change the software architecture.

Thanks and look for your reply!