I'm using this for a port of Arduino to STM32F1xx hardware.
However I noticed that your script didnt have a run/go feature in its command line, but I also noticed that you had written code to do this, but just didn't have a way to call it
So I've done some very minor changes to add a -g option, which Go/Run's the after upload from the address of the upload
I guess that perhaps the -g option would be good if the address is optional, but my python skills are not up to doing that (well I'd have to do some research on how to do it etc)
But I think adding the -g option even if it just runs from the upload address is worth including
Hi,
FYI.
I'm using this for a port of Arduino to STM32F1xx hardware.
However I noticed that your script didnt have a run/go feature in its command line, but I also noticed that you had written code to do this, but just didn't have a way to call it
So I've done some very minor changes to add a -g option, which Go/Run's the after upload from the address of the upload
See https://github.com/rogerclarkmelbourne/Arduino_STM32/blob/master/tools/win/stm32loader.py
I guess that perhaps the -g option would be good if the address is optional, but my python skills are not up to doing that (well I'd have to do some research on how to do it etc)
But I think adding the -g option even if it just runs from the upload address is worth including
Thanks
Roger