Difficulty Updating Code in S32K312 Example RTD AUTOSAR 4.4 with S32K3 Platform SDK Version 3.0.0

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

Difficulty Updating Code in S32K312 Example RTD AUTOSAR 4.4 with S32K3 Platform SDK Version 3.0.0

202 Views
JIBIN_7
Contributor II

Hello NXP Community,

 

I'm encountering difficulties when attempting to update the date code on the S32K312 example S32K3 RTD AUTOSAR 4.4 from Platform SDK version 2.0.1 to version 3.0.0. The update and build process is successful without any errors when using SDK version 2.0.1. However, upon detaching version 2.0.1 and attaching version 3.0.0, I encounter 42 errors and 1 warning.

 

The errors are distributed as follows:

- Clock: 2 errors, 1 warning

- Peripheral: 40 errors

 

Specifically, in the drivers section, in the `siul2_Port` configuration, I'm encountering issues with `portConfigSet`, where `PortPin mscr` is highlighted in red, indicating an error.

 

Could anyone provide guidance on how to resolve these errors and warnings when updating to Platform SDK version 3.0.0? Any insights or suggestions would be greatly appreciated.

 

Thank you in advance for your assistance!

---

SDK Attached

JIBIN_7_1-1708338175982.png

Update error in peripherals:

JIBIN_7_0-1708337239169.png

Build errors:

JIBIN_7_0-1708338554827.png

 

 

 

0 Kudos
1 Reply

185 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @JIBIN_7 

The RTD versions 2.0.1 and 3.0.0 have significant differences. So the most viable option is to generate a new project with the corresponding RTD version and then copy the application source files from your pre-existing project as well as any customizations you made to the project properties. Also. for the 

For the change of names to structures or variables, among others that have been made, we recommend that you check the examples provided with the version of RTDs that you want to use.

 

B.R.

VaneB

0 Kudos