Running the application by command #144
Replies: 3 comments 1 reply
-
Hello @BurningFiber |
Beta Was this translation helpful? Give feedback.
-
So far I just programmed the microcontrollers using the STM32CubeProgrammer Software (Windows). There is an option to run the programm after programming and that is working fine if I check the checkbox: I hoped that this would be possible also using your library. I did not set any Option Bytes in STM-Software or in my C#-Project. Sadly I don't know if there are any Option Bytes set in the firmware since I just got the firmware from an external supplier that is not available in the moment. Is there any Option Byte that I need to send via your library? |
Beta Was this translation helpful? Give feedback.
-
In theory, everything that can be done with the CubeProgrammer software can also be done with CubeProgrammer_API and consequently with this library. |
Beta Was this translation helpful? Give feedback.
-
Hey there,
first of all thanks for that awesome library. Programming via UART works really great.
After downloading the hex-file I always need to restart the controller manually. I hoped that I may start the programm automatically after flashing like this:
But nothing will happen after the execute command. Has that function been already tested? Any idea what I am missing?
This is the log when executing the file:
Beta Was this translation helpful? Give feedback.
All reactions