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.

Compiler/TMS320F28377S: Fapi_doMarginRead() Compile Error

Part Number: TMS320F28377S
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE

Tool/software: TI C/C++ Compiler

Hi, Champs,

My customer is using F021 FlashAPI for F28377S 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 both ControlSUITE and 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):

C:\ti\c2000\C2000Ware_1_00_01_00\device_support\f2837xs\examples\cpu1\flash_programming

C:\ti\controlSUITE\device_support\F2837xS\v210\F2837xS_examples_Cpu1\flash_programming

u32Index = BOne_SectorZ_start;

oReturnCheck = Fapi_doMarginRead((uint32*)u32Index, Buffer32, 1, Fapi_NormalRead);

 

Could you please advise where the problem is or can't we support this function for F2837x?

 

Best Regards,

Ricky Zhang