Hi Team,
I have downloaded the following RTD and FreeRTOS packages from the NXP website:
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?
I have attached the build error screenshots (BE1 and Mex) for reference.
Thank you for your support.
Best regards,
Pramod Jadhav
Thanks for the quick update the given RTD version is resolved my issue.
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