S32 SDK Compatibility for S32K144_64

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

S32 SDK Compatibility for S32K144_64

2,842 Views
jeremiahg
Contributor III


I'm having trouble setting up a project for the S32K144_64. I've read the S32 SDK 0.8.1 EAR Release Notes and it states that the S32K144_64 rev1 is supported. I've followed section 2.1 "Creating and building S32DS project" in S32 SDK Quick Start Guide. That automatically generates a project for the S32K144_100 rev1. I proceed to Processors under the Components Window. The only CPU type selection in the Component Inspector is the S32K144_100. Where is the S32K144_64 selection?

 

I do not have my board yet but I believe the SDK will work but the pin numbers will be incorrect. It looks like I need to use the Pin Name field. I would like to confirm that this is the case for now. I understand that it is an early access release.

Labels (1)
2 Replies

1,450 Views
iuliantalpiga
NXP Employee
NXP Employee

Hello, 

The S32K144_64 can be selected by adding the S32K144 from the Component Library-> Processors tab and selecting the 64 pin variant in the "Add processor component wizard" dialog.

After the S32K144_64 is added to the project the PinSettings component will display a configuration switch confirmation button in the lower-right part of the view. Selecting Switch configuration will result in updating the available pins in the UI.

After adding S32K144_64 you can revert back to S32K144_100 by using context menu option "Component Enabled", in the Components View on the S32K144_100 Cpu.

Regards,

Iulian

1,450 Views
jeremiahg
Contributor III

Thanks for the explanation. This fixed my issue.

0 Kudos