STM32G0 don't start and connect after update
Dear,
I have a big problem on a STM32G070 and I don't know what I can do to solve it.
The system is composed of 2 boards with a STM32G0B1 for the first (master board) and a STM32G070 for the second (slave board).
The 2 MCUs are connected by UART and this link is used to update the slave MCU by the first using the STM32 bootloader.
The setup was the first MCU (master) programmed with the firmware and the MCU (slave) full erase with the default option byte value.
In a first time, I programmed the slave MCU with the STM32 UART bootloader from the master mcu and it was OK. The slave MCU worked well. I rewrite the option byte of the slave MCU by the firmware to be able to used the GPIO BOOT 0 pin as legacy mode.
In a second time, I tried to upgrade again the slave MCU using the master and it doesn't worked. I don't removed the power of the boards between this 2 tries.
And now, I'm not able to connect to the slave MCU using STM32CubeProgrammer.
I have "Error: No STM32 target found!" and "Voltage: 0.01V" even if I have 3.3V on the pin 1 of the SWD connector and a high level on the NRST pin. I also tried some differents "Mode" and "Reset mode" configuration without success.
And now I don't know what can I try to do come back to life this MCU.
