Other Parts Discussed in Thread: C2000WARE
Tool/software: TI C/C++ Compiler
Dear TI team,
My customer is using F021 FlashAPI for F280041 flash content read by calling function Fapi_doMarginRead, but there's error report when compiling code.
I also tried that in example codes "flash_programming" by adding this function call under C2000ware but got the same error (the FlashAPI library used here is the default one in example code, see more details in below source code and picture):
Source code : C:\ti\c2000\C2000Ware_1_00_05_00\driverlib\f28004x\examples\flash\CCS
EALLOW;
oReturnCheck = Fapi_doMarginRead((uint32_t*)Bzero_Sector6_start, (uint32_t*)Buffer32, Sector8KB_u32length>>1, Fapi_NormalRead);
EDIS;
Please help check the function is or can't we support this function for F280041 (or F28004x)?
