How to make a Nucleo Board visible via USB?
I want to flash my Nucleo Board from STM32CubeIDE. When I click debug in the IDE it fails with:
ST-Link enumeration failed
Error in initializing ST-LINK device.
Reason: ST-LINK DLL error.st-info --probe says
Found 0 stlink programmersWhen I enumerate the USB devices connected to my computer I don't see the board.
I have the board connected via the USB port on the ST-LINK part of the board. The board powers up fine and runs the pre-loaded blink code. The ST-LINK LED is flashing red.
I have tried 2 Nucleo boards (F4339ZI and F303K8). I have tried 4 USB cables. I have tried with and without a USB hub and multiple ports. I have tried with 2 computers and 2 OSs (OS X and Linux).
Am I right in thinking the ST-LINK should show up as a USB device without me needing to do anything else? Presumably nothing else will work till I can solve this problem.
This is my first use of these boards so user error is highly likely. Any docs I could find seemed to gloss over this step.
