Hello,
I am new to nxp S32K144 microcontroller. I cannot read the pin status with "PINS_DRV_ReadPins(PTA);" .Can someone please tell me what can i do
Solved! Go to Solution.
Let's try to install the installation window.
Please go to Real-Time Drivers (RTD) | NXP Semiconductors and follow the next steps.
1.- Click on S32k3 standard software
2.- Click on Real-Time Drivers for Cortex-M
3.- Select the version 2.0.1 (note that you need to click on the name and not in the download log)
4.- Read and agree with the terms (if you don't agree you can't use the provided software)
5.- Download the zip file
6.- Once it is downloaded, open the S32DS for S32 platform and open the installation window by clicking on the install new software menu
8.- Click on Add
9.- Click on Archive
10.- Select the file we just downloaded and click on Add.
11.- Click on the checkbox to select all the packages and click next
From there. you need to accept the licensing and wait the process to finish.
I hope this information helps.
Hello @mr_jeffs
You should not have any trouble reading the values.
Please review the example attached
Best Regards!
Hallo JRoberto,
Thank you for your help. PINS_DRV_READPins function is actually working when i tried in different project.
But I got this error while building the Project that you gave. Can you pls tell me how can i resolve this. Thank you.
"../SDK/platform/devices/S32K144/startup/system_S32K144.c:44:28: fatal error: system_S32K144.h: No such file or directory".
compilation terminated.
make: *** [SDK/platform/devices/S32K144/startup/subdir.mk:20: SDK/platform/devices/S32K144/startup/system_S32K144.o] Error 1
make: *** Waiting for unfinished jobs....
It looks like you don't have installed the RTD. Could you share the installation details with me?
Best Regards!
I believe you don't have installed the correct RTD version to work with this example.
Please download the RTD version 4.0.2 from: Automotive S32 SDK for Arm® devices | NXP Semiconductors
Best Regards!
Hallo @JRoberto
As you said, The installed RTD was of old version, but the new version 4.0.2/4.0.3 are not available in S32DS update list and even if we dowload it separately, it can not be added to the S32 Design Studio.
Let's try to install the installation window.
Please go to Real-Time Drivers (RTD) | NXP Semiconductors and follow the next steps.
1.- Click on S32k3 standard software
2.- Click on Real-Time Drivers for Cortex-M
3.- Select the version 2.0.1 (note that you need to click on the name and not in the download log)
4.- Read and agree with the terms (if you don't agree you can't use the provided software)
5.- Download the zip file
6.- Once it is downloaded, open the S32DS for S32 platform and open the installation window by clicking on the install new software menu
8.- Click on Add
9.- Click on Archive
10.- Select the file we just downloaded and click on Add.
11.- Click on the checkbox to select all the packages and click next
From there. you need to accept the licensing and wait the process to finish.
I hope this information helps.