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.

[参考译文] TMS570LS3137:F021 FLASH Fapi_initializeFlashBanks 函数返回错误 Fapi_Error_Otp esumMismatch

Guru**** 2057310 points
Other Parts Discussed in Thread: TMS570LC4357, TMS570LS3137
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1465255/tms570ls3137-f021-flash-fapi_initializeflashbanks-function-returns-the-error-fapi_error_otpchecksummismatch

器件型号:TMS570LS3137
Thread 中讨论的其他器件:TMS570LC4357

工具与软件:

您好:
   我正在使用 F021调试 tms570ls3137闪存、发现 Fapi_initializeFlashBanks 函数返回错误 Fapi_Error_Otp summMismatch。 但使用相同的代码时、TMS570LC4357开发板不会出现问题、我可以正常执行闪存读取和写入操作。

代码如下:
RET =(Fapi_initializeFlashBanks ((uint32_t) SYS_CLK_FREQ));
如果(ret = Fapi_Status_Success)
谢谢