I want to get SW32K3 FreeRTOS package,Can you tell me how to get it? Thanks.
HI ,
is it available for all people ? I am trying to download the package but the website say : " Our records indicate that you have previously requested an Evaluation version for this product. If you would like to purchase the full product please visit us at NXP or contact your sales representative."
Kind regards
Hi,
there is a FreeRTOS package for the S32K3 RTD as shown in image you posted.
It is available at this link:
https://nxp.flexnetoperations.com/control/frse/product?child_plneID=833477
BR, Petr
Hello Petr,
Unfortunately, the flexnet link is dynamic and does not work after some time.
The FreeRTOS example code is part of S32K3 Reference Software package
BR
Radek
Oh great thank you!!
I have a little problem with the example.
I installed the plugin in eclipse , and created a new project from example, updated the code , but the IDE told me that
Description Resource Path Location Type
Symbol 'configMINIMAL_STACK_SIZE' could not be resolved main.c /FreeRTOS_Toggle_Led_Example_S32K344/src line 86 Semantic Error
Description Resource Path Location Type
Symbol 'configTICK_RATE_HZ' could not be resolved main.c /FreeRTOS_Toggle_Led_Example_S32K344/src line 35 Semantic Error
Description Resource Path Location Type
Symbol 'PTA_H_HALF' could not be resolved main.c /FreeRTOS_Toggle_Led_Example_S32K344/src line 55 Semantic Error
do i need configure this Macros or i have something wrong in my IDE?
Hi,
I got similar errors, however elf was generated successfully, see Console window.
Try to clear errors, close unrelated projects, clean FreeRTOS project and build again.
BR, Petr
Great ,
Thank you very much.