Other Parts Discussed in Thread: TMS320F28062, CONTROLSUITE
hi,
i'm trying to use the Flash2806 API V302 to program the flash for firmware update.
After executing Status = Flash_Erase((SECTORB|SECTORC),&FlashStatus); (or any other sector) the call returned with ERROR_CODE 13. the same when i call any function of the flash api.
when i execute Version = Flash_APIVersion(); i get the correct api version 3.02
according to the documentation, the ERROR_CODE #13 is 'Incorrect PARTID' :
// Incorrect PARTID
// For example the F2806 API was used on a F2808 device.
#define STATUS_FAIL_INCORRECT_PARTID 13
but the TMS320F28062 micro and Flash2806 API V302 should be compatible.
Someone knows what may be the cause of this error?
thanks,
Adi.