STM32L552RCT6 lose connecton with STM32cubeprogrammer while in BOOT mode through USB
I have a board with STM32L552RCT6 micro. I plan to update software using the usb port but I have an issue. The connection between STM32cubeprogrammer and the micro seems to be somehow instable. I can make conenction, read, write memory as expected but after some time the connection get lost. The reason is that ht RST pin of the micro goes low so the micro is reset. But there's nothing pulling down the RST pin except the micro itself. The PIN in fact is connected only to a pull-up resistor and a capacitor. So I assume the micro is pulling down the RST pin during the boot process. What's stragen is also that the time when the reset occurs is somehow randomic and it's different using different PC for programming the device.
I've checked the power supply but there's nothing strange on it. And also the data signals have a normal behaviour. I kept some oscillo waveform.
1) Vcc is going on still at around 3.3V
2) RST go down and then back up loadin the RC pullup
3 and 4) are the USB data signals
After the RST go down the connection is lost (as expected).
I can't see why the micro keep resetting.
