Don't support S32K344's PlatformSDK_S32K3_2022_03 version Hi, Previous I develop S32K344 code based on S32K344 WB board. The platform is S32DS.3.4 and RTD AUTOSAR 4.4.2, the project work well. Now I want to develop S32G3 code, which requires S32DS.3.5. So I uninstalled the S32DS.3.4 and RTD 4.4.2 , install S32DS.3.5. After installation complete, I begin to install Extension and Updates. I can't find S32K3's RTD 4.4.2 version, so I have to install S32K3's RTD 3.0.0 version. After K3's RTD installing done, I import the old S32K344 project and try to open *.mex file, but the project prompt that "current tool doesn't support S32K344‘s PlatformSDK_S32K3_2022_03 version." How to resolve this issue? Re: Don't support S32K344's PlatformSDK_S32K3_2022_03 version Hi Julián, Thank you for your reply. I create a new application project in S32DS.3.5 and K3 RTD3.0.0, but I can't find *.mex file in new project. Step1: Select S32K344 and M7(Gcc 10.2 for arm 32-bit) Step2. Select core and parameter Step3. Get new project s32k3_can_uart_rtd3, but I can't find the following file previous exist in S32DS.3.4 instance. .ClockConfigurationMappings.txt .ClockYaml.txt .s32k3_wb_can_rtd3.mex .S32K344_flash.cmm file .RTD folder. So, what's the problem for my new RTD3.0.0 project? Re: Don't support S32K344's PlatformSDK_S32K3_2022_03 version Hi @Jimmybai,
This is simply an incompatibility error between RTD 2.0.0 & RTD 3.0.0. Unfortunately, there is no simple way of importing it directly from 2.0.0 to 3.0.0. Instead, I recommend to manually port over your application:
1. In your new S32DS instance with RTD 3.0.0, create a new project through "File > New > S32DS Application Project"
2. Select processor, NXP GCC 10.2 toolchain, and attach the new RTD 3.0.0 in the next window.
3. Once the project is created, copy and paste over all of the source files from your pre-existing project.
4. Lastly, open .mex file and copy over the configuration manually.
You can try to use the "Import > S32 Configuration Tools > Import Configuration (*.mex)" option to import the .mex file, however, I've found that RTD 2.0.0 and below mostly creates errors in S32CT, and manually porting the application is a better solution.
Best regards, Julián
View full article