Other Parts Discussed in Thread: CONTROLSUITE
Tool/software:
I am currently working on an old code base that implemented the flash_api with controlSuite and want to migrate it to the new C2000 SDK libraries.
There is a pre-built .lib for the flash_api named "F021_API_CortexM3_LE.lib," but in the C2000 SDK, there are only files for the F28002x processors.
I looked at the files and noticed there are specific files for the Concerto M3 and C28 processors, which are missing in the C2000 SDK version.
I also found different variables and assigned addresses in the files themselves.
Is it possible to migrate to the new version without losing some functionality or rewriting the whole API part?