Migrate from S32DS version 1.3 to S32DS version 2.0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Migrate from S32DS version 1.3 to S32DS version 2.0

916 Views
lohrsistemas
Contributor IV

I want to migrate my code from versão1.3 to version 2.0, but, the components create by processor expert isnt compatible. I think this is happening because my SDK_iar version in 1.3 is 0.8.2, and in 2.0 version is 0.8.4. How can I compatibilize this to compile my code in version 2.0?

Labels (1)
1 Reply

736 Views
martin_kovar
NXP Employee
NXP Employee

Hello,

if you used SDK 0.8.2 in S32DS v1.3, it is not possible to migrate this project into S32DS v2.0, because there is not compatible SDK as you mentioned.

I recommend you to migrate you project manually. This means, you create new project in S32DS v2.0 with the newest version of SDK, configure the peripherals once again using Processor Expert and manually move the rest of the code into the newer project.

Regards,

Martin