FS32K344 Freertos

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

FS32K344 Freertos

2,898 Views
bill_he
Contributor I

bill_he_0-1639118403336.jpeg

I want to get SW32K3 FreeRTOS package,Can you tell me how to get it? Thanks.

0 Kudos
6 Replies

2,874 Views
Miki849
Contributor II

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 

0 Kudos

2,886 Views
PetrS
NXP TechSupport
NXP TechSupport

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

0 Kudos

2,821 Views
RadekS
NXP Employee
NXP Employee

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

image.png

BR

Radek

0 Kudos

2,800 Views
Miki849
Contributor II

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?

0 Kudos

2,772 Views
PetrS
NXP TechSupport
NXP TechSupport

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 

0 Kudos

2,752 Views
Miki849
Contributor II

Great , 

 

Thank you very much.

0 Kudos