confusing esp32-s3 UART, USB port
Posted: Mon Apr 01, 2024 7:46 am
hello all.
I want to fully understand about USB ports on esp32-s3 module(devkit as well).
on devkitM (I guess devKitC as well) has two usb port.
first one is CP2102(usb-uart bridge chip), second one is connect to GPIO19/20 direcrtly.
I wanna implement esp32-s3 as usb storage device on PC(MSC) with tinyUSB.
for that, as documentation saids I need to set second one USB port to something set USB-OTG.
then is it possible that replace 1st USB port(which is connected to CP2012) with 4 header pin (VBUS, D+, D-, GND - all pins from USB cable), only for upload/debug console for esp32?
I'm so confuse about second usb port. some saids it can be USB-OTG / upload port.
https://esp32.com/viewtopic.php?t=27555
I want to fully understand about USB ports on esp32-s3 module(devkit as well).
on devkitM (I guess devKitC as well) has two usb port.
first one is CP2102(usb-uart bridge chip), second one is connect to GPIO19/20 direcrtly.
I wanna implement esp32-s3 as usb storage device on PC(MSC) with tinyUSB.
for that, as documentation saids I need to set second one USB port to something set USB-OTG.
then is it possible that replace 1st USB port(which is connected to CP2012) with 4 header pin (VBUS, D+, D-, GND - all pins from USB cable), only for upload/debug console for esp32?
I'm so confuse about second usb port. some saids it can be USB-OTG / upload port.
https://esp32.com/viewtopic.php?t=27555