Help getting FreeRTOS on Kinetis KL27Z

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

Help getting FreeRTOS on Kinetis KL27Z

Jump to solution
632 Views
jamesjanzen
Contributor I

How do I get FreeRTOS v10.0.1 running with a Kinetis KL27Z (this is the FRDM-KL27Z64 Eval Board)

I am using my own created project, which was based off a few ports being setup to verify GPIO ports.

I am using MCUXpresso IDE 10.2.0_Build759 with GCC and only C code.

I have been creating a .bin file from the .axf file and the .bin file loads and runs successfully. 

Now, I need to verify I can get FreeRTOS running.

Tags (1)
1 Solution
496 Views
BlackNight
NXP Employee
NXP Employee

The MCUXPresso SDK 2.4.1 comes with FreeRTOS 10.0.1:

pastedImage_2.png

You can create a new project with it:

pastedImage_1.png

Or use the examples:

pastedImage_3.png

If you have created your own project with the SDK, then you can add FreeRTOS to it using the 'manage SDK components' button:

pastedImage_4.png

I hope this helps,

Erich

View solution in original post

2 Replies
497 Views
BlackNight
NXP Employee
NXP Employee

The MCUXPresso SDK 2.4.1 comes with FreeRTOS 10.0.1:

pastedImage_2.png

You can create a new project with it:

pastedImage_1.png

Or use the examples:

pastedImage_3.png

If you have created your own project with the SDK, then you can add FreeRTOS to it using the 'manage SDK components' button:

pastedImage_4.png

I hope this helps,

Erich

496 Views
mjbcswitzerland
Specialist V

Hi James

FreeRTOS ports are available for (most) Kinetis parts in the uTasker project - see http://www.utasker.com/kinetis/FRDM-KL27Z.html for the KL27 (with binary to run on the board).

Note that FreeRTOS support is however presently only available in the supported professional version (not the Open Source one)

Regards

Mark

0 Kudos