2024-07-12 02:47 AM
Hi !
I got some samples of G473CBTx from ST through one of the official distributor, which were populated on prototype boards. I am trying to flash them, but unfortunately stumbled upon the "no STM32 Target found" error. I tried the following.
1. Use a different ST-Link programmer / Nucleo board from F3/G0 family
2. Double check the pinout with CubeMX file (I use CubeMX to generate the initial pinout assignment for ease of layout designing).
3. Check the voltage levels across the µC pins (VDD, VSS, SWDIO and SWCLK).
4. Use the NRST functionality along with ST-Link along with SWDIO and SWCLK.
5. Update the ST-Link driver of the Nucleo board / ST-Link programmer.
6. Try the new ST-Link software (STSW-LINK009)
My attempts are unsuccessful until now. It must be noted that the G431CBTx were already populated on similar prototype boards and are working properly as expected. I tried to flash the G431 with the same setup and could flash it successfully. But not with the G473x.
It will be great to have some suggestions on what I might be doing different. Thanks in advance!
2024-07-12 03:00 AM
Update - by lowering the Frequency from 4 MHz to 125 kHz (and lower), I could program the µc. Any idea why this could happen, despite the connection being < 30cm in length (works like a charm with F3x and G43x family).
2024-07-31 09:27 AM
Hi !
Any helpful comments/suggestions?? The issue still exists.