MCU is not recognized as USB storage device
Hi all - I'm new to the STM ecosystem and I've been stuck on an STM32H743/ Micropython issue.
My (custom) board can upload Micropython firmware via both SWD and DFU. So DM/ DP work.
VCC measures 3.21V, maybe a little low, maybe just my DMM.
I'm not able to get this board to communicate over TX/ RX or see the board as a USB device.
The STM32H743 does not need series resistors on DP/DM and it has an internal pullup on DP.
I built a new Micropython firmware with (AFAIK) the correct settings/ pins for USB in mpconfigboard.h
-Do I need to configure the internal pullup? And how?
-What am I missing?
TL;Dr custom board w STM32, what does it need to run microPython?
