Baremetal SDK for K64

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

Baremetal SDK for K64

475 Views
sionp
Contributor II

Hi,

  Just wondering whether it is possible to get a baremetal SDK for K64 custom board(IAR IDE). Only because I am not used to this OS running on controllers. I had gone through the SDK and MCUXpresso config method. All looks interesting. But since I could not find any article with baremetal SDK for IAR this post is being put up.

Labels (1)
0 Kudos
Reply
1 Reply

406 Views
mjbcswitzerland
Specialist V

Hi

If you don't activate FreeRTOS the Kinetis SDK is "bare-metal" since it just runs in a forever loop.
There are also IAR project I believe in the examples.

See also the uTasker project for an alternative SDK with complete IAR K64 project (rather than various example) and Kinetis chip simulation in Visual Studio. It has a cooperative scheduler, FreeRTOS and bare-metal options (last only recommended for simple projects though and not for TCP/IP, USB stack etc.).

Regards

Mark
[uTasker project developer for Kinetis and i.MX RT]

0 Kudos
Reply