How do I fix "No STM32 target found"?
I encountered this error when I was trying to flash my custom board with fresh stm32F070C6T6. I used st link v2 for debugging. I updated the firmware of st link v2 right before debugging.

NRST floating, BOOT0 connected to 3V3 -> failed (in any mode)
NRST floating, BOOT0 connected to GND -> failed (in any mode)
NRST connected to GND, BOOT0 connected to 3V3 -> failed (in any mode)
NRST connected to GND, BOOT0 connected to GND -> failed (in any mode)
I also tried both on Windows and Mac(m3), and was not successful.
I also tried Cube IDE, Cube Programmer, and st link utility, but all did not work.
I also tried to use DFU, but it also failed. (no dfu detected)
I measured the voltage to be 3.16V and ensured the wiring was ok.
Now, I have no idea what I should do to fix this issue. Can anyone point out where it went wrong?
Thanks.
