Other Parts Discussed in Thread: TMS570LS3137,
Hello,
I'm using TMS570LC43 HDK board with our software that I ported from TMS570LS3137 and I'm having problem with the F021 API library. In the previous software we used F021 API library from 4/13/2012 (I'm not sure what version it was) Currently, I'm using version 02.01.01. It's the latest version I can find on TI website and it's from 2014. Is this version support TMS570LC43x processor?
When calling Fapi_initializeFlashBanks() function I get return value Fapi_Error_OtpChecksumMismatch.
Ignoring this error I'm trying to erase Sector 6 on Bank 0. Call to Fapi_setActiveFlashBank() returns Fapi_Status_Success, as well as the call to Fapi_issueAsyncCommandWithAddress() for erase operation, but the sector is not erased. Currently, I'm running this code from Bank 1. All this code was working fine in the previous software with TMS570LS3137.
Any ideas that I can try to make it work again?
Thanks,
Alex