 
					
				
		
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,
Solved! Go to Solution.
 
					
				
		
 BlackNight
		
			BlackNight
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
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.
 
					
				
		
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.
 
					
				
		
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
 
					
				
		
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.
 
					
				
		
 BlackNight
		
			BlackNight
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 
					
				
		
Hello Erich,
Is very good,
Really works, now just adapt my codes.
Thanks,
