would you help what is problem for using freertos

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

would you help what is problem for using freertos

Jump to solution
494 Views
rlaxortn
Contributor IV

i use s32ds version 3.6, rtd 4.0.0, and s32k344 evb 172Pin board. 

i wanna use freertos. so i download freertos and installed. 

and i opened freertos example(old version) is toggle Led in freertos. but i can not use old version example in my enviroment. 

so i made project, and i configured same with old freertos example.

 

i build project, and it does not have error and build success. 

but when i debug task is not work. because led is not worked. 

what is problem? 

would you check project please?

 

 

Tags (2)
0 Kudos
Reply
1 Solution
472 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @rlaxortn,

The FreeRTOS version you use is compatible RTD 5.0.0 which should be installed in the S32DS IDE before the FreeRTOS package, as per the FreeRTOS release notes.

danielmartynek_0-1749475464161.png

 

But you use RTD 4.0.0 P20, with this RTD, install SW32K3_FreeRTOS_10.6.0_CD_4.0.0_DS_updatesite_D2312 instead.

 

I would recommend that you have just one RTD version and its compatible extensions (like FreeRTOS) in a single S32DS installation.

 

Regards,

Daniel

View solution in original post

0 Kudos
Reply
1 Reply
473 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @rlaxortn,

The FreeRTOS version you use is compatible RTD 5.0.0 which should be installed in the S32DS IDE before the FreeRTOS package, as per the FreeRTOS release notes.

danielmartynek_0-1749475464161.png

 

But you use RTD 4.0.0 P20, with this RTD, install SW32K3_FreeRTOS_10.6.0_CD_4.0.0_DS_updatesite_D2312 instead.

 

I would recommend that you have just one RTD version and its compatible extensions (like FreeRTOS) in a single S32DS installation.

 

Regards,

Daniel

0 Kudos
Reply