remote OpenOCD debugging, Could not verify ST device!
i already did this in 2021 https://community.st.com/t5/stm32-mcus-products/openocd-not-reseting-my-chip/td-p/192537
Is there a chance ST implemented new anticlone stm32 chips in new cubeIDE versions? and noone told OpenOCD about it?
Using CUBEIDE 1.16.0 on my windows PC
and openocd 0.12.0 in a raspi3
im trying to flash an AUTENTIC stm32G474 nucleo trouhg a raspi3 and im having this issue

[raspi] my openocd.cfg is as follows
source [find interface/stlink-v2.cfg] transport select hla_swd set WORKAREASEIZE 0x2000 source [find target/stm32g4x.cfg] reset_config srst_only srst_nogate adapter speed 4000 bindto 0.0.0.0
[raspi] openocd starts with
sudo openocd -f openocd.cfg -d3
[PC] and when

[raspi] the verbose output spits:
[...]
Debug: 370 60153 gdb_server.c:390 gdb_log_incoming_packet(): [stm32g4x.cpu] received packet: qSymbol:: Debug: 371 60153 gdb_server.c:406 gdb_log_outgoing_packet(): [stm32g4x.cpu] sending packet: $OK#9a Debug: 372 60160 gdb_server.c:390 gdb_log_incoming_packet(): [stm32g4x.cpu] received packet: qXfer:threads:read::0,1000 Debug: 373 60160 gdb_server.c:403 gdb_log_outgoing_packet(): [stm32g4x.cpu] sending packet: $<binary-data-44-bytes>#02 Debug: 374 60164 gdb_server.c:390 gdb_log_incoming_packet(): [stm32g4x.cpu] received packet: qRcmd,5265616441504578203078302030784638 Debug: 375 60165 gdb_server.c:406 gdb_log_outgoing_packet(): [stm32g4x.cpu] sending packet: $O696e76616c696420636f6d6d616e64206e616d6520225265616441504578220a#0f Debug: 376 60165 gdb_server.c:406 gdb_log_outgoing_packet(): [stm32g4x.cpu] sending packet: $E01#a6 Debug: 377 60185 gdb_server.c:390 gdb_log_incoming_packet(): [stm32g4x.cpu] received packet: D Debug: 378 60185 gdb_server.c:406 gdb_log_outgoing_packet(): [stm32g4x.cpu] sending packet: $OK#9a Debug: 379 60190 gdb_server.c:228 gdb_get_char_inner(): GDB connection closed by the remote client Debug: 380 60190 gdb_server.c:1112 gdb_connection_closed(): GDB Close, Target: stm32g4x.cpu, state: halted, gdb_actual_connections=0 Debug: 381 60190 target.c:1843 target_call_event_callbacks(): target event 8 (gdb-end) for core stm32g4x.cpu Debug: 382 60190 target.c:1843 target_call_event_callbacks(): target event 23 (gdb-detach) for core stm32g4x.cpu Info : 383 60190 server.c:574 server_loop(): dropped 'gdb' connection
