Help getting FreeRTOS on Kinetis KL27Z

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Help getting FreeRTOS on Kinetis KL27Z

ソリューションへジャンプ
669件の閲覧回数
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.

ラベル(2)
タグ(1)
1 解決策
533件の閲覧回数
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 返答(返信)
534件の閲覧回数
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

533件の閲覧回数
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 件の賞賛