I just bought two STM32G030J6M6 and solder it on my custom board . here is schematic
in STM32CubeIde I'm just setting SWDIO/SWCLK
pins.. nothing else, Also I updated STLink's firmware to V2.J39.S7
(I'm using chinese STLink device).
So when I'm trying to debug , then debugger can't find device.
Also tried STM32CUbeProgrammer
, same Can't find STM32Device
,
Same thing with STLINK-Utility
, I tried a lot of configurations:
Connect Under Reset,
Hardware Reset
Normal
but no result.
Then I tried to manually flash it via st-flash
command and I got this
st-flash 1.6.1-262-g0eebc9a
2022-03-24T11:40:14 WARN common.c: unknown chip id! 0x3748
Failed to connect to target
BTW voltage is +3.29V
Does anyone have an idea?