program kinetis microcontroller without IDE

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

program kinetis microcontroller without IDE

750 Views
enricogiacomoni
Contributor I

Hello,

For my project i need to program the microcontroller Kinetis KL25 without using an IDE, i would like to create an IDE with QT.

I want to use a K20 for debugging

 

Please can you help?

 

Enrico

Labels (1)
0 Kudos
2 Replies

434 Views
trytohelp
NXP Employee
NXP Employee

Hello Enrico,

Don't know if this can help you but there are some info on forum page:

    Programming Kinetis with CodeWarrior from the DOS Shell | MCU on Eclipse

    CodeWarrior Flash Programming from a DOS Shell | MCU on Eclipse

    Standalone Flash Programmer | MCU on Eclipse

Else under Community:

     Re: Looking for a simple software to flash a Kinetis

Hope this will help you.


Have a great day,
Pascal
Freescale Technical Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

434 Views
pgo
Senior Contributor V

Hi Enrico,

USBDM provides a stand-alone programmer that may be executed from the command line.

It also provides a programming API to allow incorporation into a C application.

Please see:

USBDM: USBDM Kinetis Debugger and Programmer

USBDM-Flash-Programmers: USBDM Flash Programmers

USBDM download | SourceForge.net

You can use a cheap FRDM-KL25 board as a programmer.

You could also consider openOCD

bye

0 Kudos