Hello,
Today, I have installed S32 Design Studio to evaluate a S32K144EVB board. I would like to run a small test, but reading manual, when I create a New Application Project, when I click over "SDK" button, it doesn't appear any S32 SDK.
How I can install a SDK for my board
Thanks.
Hi @ptcaos
First, you need to download the software version that is compatible with your S32DS IDE. The supported IDE version is specified in the software's Release Notes document.
For this example, I will use the latest RTD release available for S32K1 devices:
Important: When creating a new project, make sure to select a toolchain version that is compatible with the installed RTD package. For example, RTD 3.0.0 was developed and tested using NXP GCC 10.2.0. This information is available in the corresponding Release Notes document.
BR, VaneB
S32K1_S32M24X Real-Time Drivers Version 3.0.0 QLP07 doing the same procedure you described but when I create a "New S32DS Application Project", there is no SDK available.
I attatch two screenshots: one taken in the processors selection menu and another one taken after pressing "SDK" button.
Thanks.
Hello @ptcaos ,
I had exactly the same problem, and the solution suggested by @VaneB worked for me as well.
I installed NXP GCC for Arm Release version 10.2 build 1728, and then, when creating the project, selected GCC 10.2 as the toolchain. After that, RTD 3.0.0 became available as an SDK option.
So the important point seems to be that installing the RTD alone is not enough — the compatible GCC 10.2 toolchain also needs to be installed and selected.
Thanks to NXP TechSupport for the solution!
Hi @ptcaos
Please install NXP GCC for Arm Release version 10.2 build 1728.
This should make RTD 3.0.0 available as an SDK option when creating a new project, as long as GCC 10.2 is selected as the project's toolchain.