How to run KinetisFlashTool directly from the command line.

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

How to run KinetisFlashTool directly from the command line.

421 Views
kyohei
Contributor I

Hi,

We would like to use KinetisFlashTool to read/write firmware to/from a microcontroller, but we would like to do so directly using a python script instead of using the GUI of KinetisFlashTool.exe.
Therefore, I would like to know if there is a way to run KinetisFlashTool directly from the command line.

 

0 Kudos
Reply
1 Reply

413 Views
ErichStyger
Specialist I

You simply can use gdb for that:

https://mcuoneclipse.com/2015/03/25/command-line-programming-and-debugging-with-gdb/

 

I hope this helps,

Erich

0 Kudos
Reply