How can I change the device from S32K116 to S2K311 with S32 Design Studio 3.4?
Solved! Go to Solution.
Hi,
S32K311 is not supported in S32DS v3.4. Please use S32DS v3.5 instead.
Jiri
Hi @VaneB
I tried to create anew project with S32K311 but this part number didn't show as an option. The options available for the S32k3xx family were S32K312/14/22/24/41/42/44.
If I choose the part number S32K312, I can't add an SDK because no SDK option is available.
These are the packages I have installed on S32DS 3.4.
What do I need to do to be able to create a project with the device S32K311 on S32DS 3.4?
Hi,
S32K311 is not supported in S32DS v3.4. Please use S32DS v3.5 instead.
Jiri
Hi @jiri_kral
I tried to create a project with S32K311 with S32DS 3.5 and I could find the device part number, but there was no SDK available to choose.
These are the extension packages I have installed on S32DS 3.5.
What can I do to have an SKD available for the device S32K311?
Is there an example application with S32K311 available?
Hi @Luisandro
You can download the available software for S32K311 devices through S32K3 Standard Software -> Automotive SW - S32K3/S32M27x - Real-Time Drivers for Cortex-M and add it to S32DS as an update site with S32DS Extensions and Updates.
Regarding the S32K311 example codes, as you know, S32K3 has many derivatives, so to reduce effort, in the most recent RTD releases we only provide examples for K344, K358, and K396. Examples of other derivatives can be created based on these existing examples.
Hi @VaneB
Now I could assign an SDK for a new project using the device S32K311.
I don't see the option "S32DS Project from Example wizard" under the Project Creation tab.
I'd like to create a project from an example, and then change the microcontroller to S32K311.
How can I get the option "S32DS Project from Example wizard" available on S32DS 3.5?
Hi @Luisandro
Please check the following post. It has information related to the topic you might find useful.
HOWTO: S32 Design Studio - Create a New S32DS Project from Example
Hi @Luisandro
I am afraid that the most viable option is to generate a new project with the corresponding MCU and then copy the application source files from your pre-existing project as well as any customizations you made to the project properties.
B.R
VaneB