Part Number: TMS320F28386S
Other Parts Discussed in Thread: C2000WARE
In copyData() in this file:
C:\ti\c2000\C2000Ware_4_01_00_00\driverlib\f2838x\examples\c28x_dual\flash_kernel\flash_kernel_c28x_dual_ex1_boot_cpu1.c
My program crashes with an illegal operation on the 2nd call to
oReturnCheck = Fapi_doBlankCheck((uint32_t *)sectorAddress,
sectorSize,
&oFlashStatusWord);
Debug trace says
Intterupt_illegalOperationHandler() at interrrupt:158 0x0874A0
This is a library function with no source so I cannot debug it.