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.

TMS320F280048-Q1: Calling of Flash programming function (in library F021.h) may violate Misra C 2012 11.3

Part Number: TMS320F280048-Q1
Other Parts Discussed in Thread: C2000WARE

Hello Experts,

For those flash programming, I one used code from example " flashapi_ex1_program_autoecc.c" from C2000Ware .   There is one function (Fapi_doVerify)applied as:

However, above line 87 would violate Misra C 2012 11.3. I assume Fapi_deVerify (...) is not for buffer with 16 bits. Is it right?

Should I use Fapi_doVerifyBy16bits(...)  to pass misra c 2012 11.3?  I have no more info. about  Fapi_doVerifyBy16bits(...) .

Best regards,

Jeffrey