Other Parts Discussed in Thread: TMS570LS1224,
Tool/software: Code Composer Studio
Greetings;
We have a current development project using the TMS570LS1224 with some F021 flash aspects, that has been working very well for a few years with no issues.
We are recently porting sections of our project to a new project using the TMS570LS0714 and are having issues with the F021 API causing errors.
First question, which F021 library should we be using for the 714? We had been using F021_API_CortexR4_BE_V3D16.lib for the 1224 and reading through the documentation for the F021 (SPNU501G.pdf) there doesn't appear to be a concern about this library with the 714. Should we be using a different F021 library?
From there, the issue is when we do writes or erases using F021 API we receive 0x30000 (status = 48) in FMSTAT which implies that the memory location has 0s even though it passes erase check.
But I want to make sure that I am not missing something easy or obvious because of the different part in the same family.
Thanks in advance,
Joe