FRDM-KE02Z40M and CodeWarrior

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

FRDM-KE02Z40M and CodeWarrior

439 Views
Circuit_Man
Contributor I

Hi Community,

I am new to using NXP (Freescale) 32-bit micros. Do I need CodeWarrior (and which version) to write and flash code into the FRDM-KE02Z40M board?

Thanks.

Labels (1)
0 Kudos
2 Replies

408 Views
victorjimenez
NXP TechSupport
NXP TechSupport

Hello, 

As Mark already mentioned, CodeWarrior is an old IDE. Instead, I would recommend you use MCUXpresso IDE, which unlike CodeWarrior, it's completely free. 

Link to the MCUXpresso IDE webpage. 

Have a great day,

Victor

-------------------------------------------------------------------------------

Note:

- If this post answers your question, please click the "Mark Correct"button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored

Please open a new thread and refer to the closed one, if you have a related question at a later point in time.

-------------------------------------------------------------------------------

0 Kudos

435 Views
mjbcswitzerland
Specialist V

Hi

Your processor/board can be used with various IDEs but CodeWarrior is a rather old one that is no longer officially supported, which means that it is probably best to use a more modern one.
You can try the open source uTasker project that supports your processor/board with almost any IDE rather than being restricted to the ones that NXP presently supports:
https://github.com/uTasker/uTasker-Kinetis
Compliers/IDEs: https://www.utasker.com/kinetis/compilers.html

It is also possible to program the FRDM boards simply by dragging and dropping binary files onto the external hard drive that appears when their USB is connected.
There are various binaries and a boot loader for your board at these links that can be used:
- https://www.utasker.com/kinetis/FRDM-KE02Z.html
- https://www.utasker.com/kinetis/FRDM-KE02Z40M.html

You can also use the uTasker FRDM-KE02Z40M simulator to write, test and debug code for the processor/board before it arrives and then you can drop it onto the HW to see it running physically.

Regards

Mark
[uTasker project developer for Kinetis and i.MX RT]
Contact me by personal message or on the uTasker web site to discuss professional training, solutions to problems or product development requirements

 

0 Kudos