S332K312 How to use FreeRTOS in IAR?

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

S332K312 How to use FreeRTOS in IAR?

Jump to solution
491 Views
Misaki996
Contributor II

#S32k 

Hello, for functional safety reasons, I need to use IAR to generate compilation files, so I followed the tutorial below to set up the project:

HOWTO-Export-S32DS-Project-to-IAR-EW-S32K14x-S32K11x/ta-p/ 1122428 

 The project configuration is as follows:

Misaki996_0-1703822090020.png

Misaki996_1-1703822104490.png

  Then I added the FreeRTOS component and kept the default settings, but I got a compilation error:#error This port can only be used when the project options are configured to enable hardware floating point support.

How can I solve this?

0 Kudos
1 Solution
412 Views
Misaki996
Contributor II

Freertos component package missing IAR portable, in the project to change GCC to IAR file.

View solution in original post

0 Kudos
4 Replies
413 Views
Misaki996
Contributor II

Freertos component package missing IAR portable, in the project to change GCC to IAR file.

0 Kudos
255 Views
Faith-Herio
Contributor II

When replaced with an IAR file, compilation fails

0 Kudos
466 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

Ok, go to the project properties and enable it:

petervlna_0-1703842133030.png

Best regards,

Peter

 

0 Kudos
483 Views
Misaki996
Contributor II

S32DS version: 3.5.8

SDK version: 3.0P07

FreeRTOS component version: SW32K3_FreeRTOS_10_5_1_UOS_3_1_0

IAR Embedded Workbench for Eclipse version: 4.2.0

IAR version: 9.20.3.326/W64 for ARM Functional Safety
The compilation configuration is as follows:

Misaki996_1-1703828653838.png

 

Misaki996_0-1703828632638.png

 

0 Kudos