FreeRTOS on KL26 + CW 11.1

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

FreeRTOS on KL26 + CW 11.1

688 Views
alberto_general
Contributor I

Hi, there is a demo project for FreeRTOS on the KL26 that can be compiled with CodeWarrior (11.1)?

thank you

Alberto

Labels (1)
3 Replies

584 Views
BlackNight
NXP Employee
NXP Employee

Hi Alberto,

there is a FreeRTOS project with CodeWarrior for MCU10.1 available on GitHub here:

mcuoneclipse/Examples/CodeWarrior/FRDM-KL26Z/FRDM-KL26Z_Demo at master · ErichStyger/mcuoneclipse · ... 

It is described as well here:

Review: New FRDM-KL26Z Board | MCU on Eclipse 

It is using the McuOnEclipse Processor components (see for example https://mcuoneclipse.com/2018/09/30/mcuoneclipse-components-30-sept-2018-release/).

I have attached for you as well the project with all the generated sources so you can have a look.

I hope this helps,

Erich

584 Views
nxf51211
NXP Employee
NXP Employee

Hi Alberto,

Unfortunately, you cannot use FreeRTOS on the KL26 with CW; this is due to the fact that this IDE is old and was never updated to work with what you are asking. However, I recommend you use the new IDE called "MCUXpresso" where you can use the SDK for the KL26 which has demo projects with FreeRTOS:

- MCUXpresso: https://www.nxp.com/support/developer-resources/software-development-tools/mcuxpresso-software-and-t... 

- SDK Builder: https://mcuxpresso.nxp.com/en/select 

Inside the SDK Builder Page, please select your board and make sure you include the FreeRTOS:

pastedImage_3.png

pastedImage_4.png

I hope this information can help you.

Best Regards,

Ricardo Delsordo

0 Kudos

584 Views
mjbcswitzerland
Specialist V

Hi Alberto

The uTasker project contains FreeRTOS solutions (requiring no porting).

See the following with KL26Z FreeRTOS UART and USB-CDC operation:

http://www.utasker.com/kinetis/FRDM-KL26Z.html#FreeRTOS

Builds with CodeWarrior, KDS, MCUXpresso, IAR, Keil, Rowley Crossworks, CooCox, Green Hills, Atollic, GCC make file, S32 Design Studio.

Regards

Mark


Complete KL26 solutions, training and support:http://www.utasker.com/kinetis.html
Kinetis KL26:
http://www.utasker.com/kinetis/FRDM-KL26Z.html
http://www.utasker.com/kinetis/TEENSY_LC.html

0 Kudos