freeRTOS for MK22FX512

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

freeRTOS for MK22FX512

579 Views
HemaKumar
Contributor I

How I can create freeRTOS project for MK22FX512 micro controller using mcuXpresso IDE??

 

Tags (2)
0 Kudos
1 Reply

571 Views
ErichStyger
Senior Contributor V

You simply could import on of the examples onhttps://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/K22FX512

 

Or create a new project with the SDK:

ErichS_1-1622796610290.png

and then simply add FreeRTOS to it, see https://mcuoneclipse.com/2020/05/31/tutorial-adding-freertos-to-where-there-is-no-freertos/

 

I hope this helps,

Erich