STM32 Nucleo F446RE not being detected anywhere on laptop
My STM32 Nucleo F446RE is not being detected on my laptop - neither in my device manager (its not under Ports nor the Universal Serial Bus Controllers dropdowns), nor is it being detected in the Cube IDE. A couple of things I have noticed:
- The power led, LD3, is on when its connected to my laptop, and is red.
- The COM led, LD1, doesn't turn on
- The underside of my board gets hot, even if it's just connected to my laptop, with no other peripherals or devices connected or wired to my STM32 board.
- Note, this isn't my first time flashing code with this specific board. I bought it a month ago and during this month it was working fine, but I was working on a project connected to a motor driver and a power supply, and when I tried to flash the code from the Cube IDE on my board while working on this project, it said "No ST-Link detected! Please connect ST-Link and restart the debug session"
- Also note, I am using ST-Link GDB Server as my debugger if that matters
Troubleshooting solutions I have tried:
- Rebooted my computer
- Rebooted the Cube IDE
- Took the cable out and plugged it back into my computer
- Deleted and reinstalled STM32 Cube IDE and its associated drivers
- Used a different USB-mini cable, and a different port for connecting the board to
Any other possible solutions I can try?
