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.

F28M36P63C2: Migrating flash api from controlSuite to C2000 SDK

Part Number: F28M36P63C2
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?