2024-02-13 03:23 AM
Hello I hope you can help.
We have developed a production programming solution for the range of STM32G474 devices which uses our own hardware controller interface.
Is it possible to replicate the "run after programming" --go command externally?
(eg, without using the STM32CubeProgrammer CLI.exe)
As currently the boards do not boot after configuration.
Kind regards
Atz.
2024-02-13 04:08 AM
Describe your setup better. Does the board run a bootloader or do you programm via SWD/Jtag. In the first case, your own bootloader needs ti implement som "go" command. With SWD/JTAG a reset, even sent via SWD/JTAG wi help.