What RTOS can I use with FRDM-KE06Z?

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

What RTOS can I use with FRDM-KE06Z?

Jump to solution
1,630 Views
jefersonip
Contributor III

Hello guys,

I wonder how to use an RTOS in FRDM-KE06Z in KDS go on a baremetal project.

Is that possible?

It seems that the MQX does not support this hardware.

Thanks,

0 Kudos
1 Solution
1,156 Views
BlackNight
NXP Employee
NXP Employee

Hi Jeferson,

I'm using FreeRTOS with that board. Attached is a project which is available as well on SourceForge (mcuoneclipse/Examples/KDS/FRDM-KE06Z/FRDM-KE06Z at master · ErichStyger/mcuoneclipse · GitHub ).

This project is using Processor Expert (without Kinetis SDK). The project uses McuOnEclipse components available from SourceForge (see McuOnEclipse Releases on SourceForge | MCU on Eclipse ). You can use that FreeRTOS port without Processor Expert too (bare).

I hope this helps,

Erich

View solution in original post

0 Kudos
6 Replies
1,156 Views
davidsherman
Senior Contributor I

MQX-Lite is supported on the KE06, though you use it through Processor Expert.  I haven't had experience with the other ones mentioned, but I have been using MQX-Lite on the KE06 for over a year now.

1,156 Views
jefersonip
Contributor III

Very good, I have several options. I'm going to try the MQX-Lite so I want to try not to depend on a lot of Processor Expert. Thanks guys.

0 Kudos
1,156 Views
mjbcswitzerland
Specialist V

Hi

For a solution that will allow a project to run on most processors from KE02 up to K80 see

http://www.utasker.com/kinetis/FRDM-KE06Z.html

Regards

Mark

1,156 Views
jefersonip
Contributor III

Thank you,

I am using the IDE KDS and must rtos who is supported in project of type baremetal, without using KSDK.

I tried portable BRTOS system, but without success.

I did not understand how portable FreeRTOS for this IDE.

If you have any idea, I would be very grateful.

0 Kudos
1,157 Views
BlackNight
NXP Employee
NXP Employee

Hi Jeferson,

I'm using FreeRTOS with that board. Attached is a project which is available as well on SourceForge (mcuoneclipse/Examples/KDS/FRDM-KE06Z/FRDM-KE06Z at master · ErichStyger/mcuoneclipse · GitHub ).

This project is using Processor Expert (without Kinetis SDK). The project uses McuOnEclipse components available from SourceForge (see McuOnEclipse Releases on SourceForge | MCU on Eclipse ). You can use that FreeRTOS port without Processor Expert too (bare).

I hope this helps,

Erich

0 Kudos
1,156 Views
jefersonip
Contributor III

Hello Erich,

Is very good,

Really works, now just adapt my codes.

Thanks,

0 Kudos