S32K312 Freertos build issue for the FreeRTOS_Toggle_Led_Example_S32K312

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

S32K312 Freertos build issue for the FreeRTOS_Toggle_Led_Example_S32K312

Jump to solution
56 Views
pramodj2
Contributor I

Hi Team,

I have downloaded the following RTD and FreeRTOS packages from the NXP website:

  • SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite.tar
  • SW32K3_FreeRTOS_11.1.0_0.8.0_CD1_D2603_DesignStudio_updatesite.tar

I am using a Windows system and have successfully imported/opened the FreeRTOS_Toggle_Led_Example_S32K312 project in S32 Design Studio (V3.6.10).

However, when I try to build the application, I encounter the error #include "FreeRTOSConfig.h file not found as shown in the attached screenshot (BE1).

Additionally, when I open the project's .mex file, Config Tools displays the following error (Refer attached Mex file)

"The tool does not support the selected processor."

Could you please guide me on the following points?

  1. Is there any specific version of S32 Design Studio required for these RTD and FreeRTOS packages?
  2. Are there any additional updates, plugins, or device support packages that need to be installed for S32K312?
  3. What is the correct procedure to build and run the FreeRTOS_Toggle_Led_Example_S32K312 sample application?
  4. My end goal is to run FreeRTOS on the S32K312 EVB. Could you please advise on the recommended setup and installation steps?

I have attached the build error screenshots (BE1 and Mex) for reference.

Thank you for your support.

Best regards,
Pramod Jadhav

0 Kudos
Reply
1 Solution
25 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

the SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite.zip includes just Crypto driver. You need to install based RTD package first before adding FreeRTOS one.

PetrS_0-1788946493548.pngPetrS_0-1788946493548.png

Once you have RTD & FreeRTOS sucesfully installed, just create new project from example

PetrS_1-1788946542398.pngPetrS_1-1788946542398.png

After it is loaded, open mex file and click on Update Code button. It should add missing drivers etc. 
Then you can Build the demo
You can also right click on project in Project Explorer window and select Update Code and Build Project.

PetrS_0-1788946711279.pngPetrS_0-1788946711279.png

BR, Petr



View solution in original post

0 Kudos
Reply
2 Replies
13 Views
pramodj2
Contributor I

Thanks for the quick update the given RTD version is resolved my issue.

0 Kudos
Reply
26 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

the SW32K3_RTD_R23-11_7.0.1_P02_D2603_DesignStudio_updatesite.zip includes just Crypto driver. You need to install based RTD package first before adding FreeRTOS one.

PetrS_0-1788946493548.pngPetrS_0-1788946493548.png

Once you have RTD & FreeRTOS sucesfully installed, just create new project from example

PetrS_1-1788946542398.pngPetrS_1-1788946542398.png

After it is loaded, open mex file and click on Update Code button. It should add missing drivers etc. 
Then you can Build the demo
You can also right click on project in Project Explorer window and select Update Code and Build Project.

PetrS_0-1788946711279.pngPetrS_0-1788946711279.png

BR, Petr



0 Kudos
Reply