DFU boot into NUCLEO-G431KB board.
I'm planning to build a custom board with the STM32G431KB on it and it needs to be programmed via USB.
So I bought NUCLEO-G431KB board and soldered a USB cable on it.
- Red on Vin
- Black on GND
- White on PA11 USB_DM
- Green on PA12 USB_DP
I also hooked PB8-boot to 3.3V when I plug the USB cable in
In Cube Programmer it doesn't show up in the DFU list.
I also don't hear the usb in/out sound on Windows.
PB8 also has a LD2 led hooked to it pulled low with a pull down.
In the DFU documentation they talk about different stuf f that has to be configured right, USB active, HSI, etc. But a bootloader is always using default config right?
In my opinion all the stuff I set in the .ioc file is for flash memory after you left the bootloader?
Am I doing something fundamentally wrong here?
I know the soldered USB cable will not have proper differential pairs, but out of a 100 resets I was hoping at least one DFU detect would succeed so I can continue my schematic.
DFU on the Nucleo 144 board that has a proper soldered DFU socket works.
So I assume it is my setup on the Nucleo 32 board, not CubeProgrammer or driver
