STM32H723 serial communication using USB
Hi,
I'm trying to build a small board using the STM32H723 MCU and my requirement is that I have one USB Micro B receptacle on the board for communication with the MCU. However, the communication should happen via USART and not the standard USB protocol. I'm planning to use the D+/D- lines from the USB receptacle and connect it to PD8/PD9 of the MCU (LQFP-144 package). I'm not sure if this would work straight forward as USB is at 5V and the STM32 MCU is at 3.3V. Should I probably use a voltage translator between these lines? Also, is there anything else that I'm missing? I would like to also program the MCU using the same USB Micro B connector. Would it work?
Thanks in advance for your help!
