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.
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