Help getting FreeRTOS on Kinetis KL27Z

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Help getting FreeRTOS on Kinetis KL27Z

跳至解决方案
1,353 次查看
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.

标记 (1)
1 解答
1,217 次查看
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

在原帖中查看解决方案

2 回复数
1,218 次查看
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

1,217 次查看
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 项奖励
回复