Part Number: TMS320F28069
Other Parts Discussed in Thread: C2000WARE
Dear Sir,
Please refer to the definition below for program flash function:
Uint16 Flash_Program(Uint16 *FlashAddr, Uint16 *BufAddr, Uint32 Length, FLASH_ST *FProgStatus)
The size of start address is 16-bit but the flash space of TMS320F28069 is 128k Word.
SECTOR A: 0x3F4000 ~ 0x3F7FFF
SECTOR B: 0x3F0000 ~ 0x3F3FFF
SECTOR C: 0x3EC000 ~ 0x3EFFFF
SECTOR D: 0x3E8000 ~ 0x3EBFFF
SECTOR E: 0x3E4000 ~ 0x3E7FFF
SECTOR F: 0x3E0000 ~ 0x3E3FFF
SECTOR G: 0x3DC000 ~ 0x3DFFFF
SECTOR H: 0x3D8000 ~ 0x3DBFFF
My question is how to program these sectors by a 16-bit of start address?
Best Regards,
Johnson