Hi guys,
Most of the time I simply want to upload the firmware without starting the debugger. How can I do it?
Ultimately, I'd like to be able to press a shortcut which would rebuild the firmware and upload it without starting the debugger.
Thanks in advance!
- Laci
解決済! 解決策の投稿を見る。
Hi Laci,
I am assuming you have KDS.
You can implement a command line version (guessing you could make a script to run it):
Command Line Programming and Debugging with GDB | MCU on Eclipse
Or using a Freedom board to drag-n-drop image to be flash to target device:
Using the Freedom Board as SWD Programmer | MCU on Eclipse
Hopefully others provide additional methods for you.
Regards,
David
Hi Laci,
I am assuming you have KDS.
You can implement a command line version (guessing you could make a script to run it):
Command Line Programming and Debugging with GDB | MCU on Eclipse
Or using a Freedom board to drag-n-drop image to be flash to target device:
Using the Freedom Board as SWD Programmer | MCU on Eclipse
Hopefully others provide additional methods for you.
Regards,
David
Thanks David! I've read the referenced articles and learned quite a bit. This would work very well from the command line.
I'm still waiting for a solution specifically for KDS. :smileyhappy:
Cheers!
Hi Laci,
KDS doesn't integrate standalone programmer.
please check this article that may help you.
Flash from File: Downloading a file without the sources
Have a great day,
Jennie Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks Jennie!