Page 1 of 1

examples\peripherals\usb\host\msc doesn't support esp32c6

Posted: Sat Feb 18, 2023 6:36 pm
by yupingzhang2005
Hi,
I know esp32c6 is in its early stage. build reports error:

HINT: Component "espressif/usb_host_msc" has suitable versions for other
targets: "esp32s2", "esp32s3". Is your current target "esp32c6" set
correctly?

Could someone please help me fix it?

thanks,

Re: examples\peripherals\usb\host\msc doesn't support esp32c6

Posted: Sun Feb 19, 2023 3:13 am
by ESP_Sprite
The C6 does not have an USB-OTG peripheral (only a fixed-function USB-JTAG-serial device) so running this example is physically impossible.

Re: examples\peripherals\usb\host\msc doesn't support esp32c6

Posted: Sun Feb 19, 2023 8:36 pm
by yupingzhang2005
Thanks for your information! but why ESP32-C6-DevKitC-1-N8 board has two type C USB ports? one for UART, another for what? please explain a bit, have a nice day!

Re: examples\peripherals\usb\host\msc doesn't support esp32c6

Posted: Mon Feb 20, 2023 12:52 am
by ESP_Sprite
One is for the external USB-serial chip, the other is for the internal USB-serial-JTAG peripheral. You want to use the external chip in case your application puts the chip into deep sleep, you want the internal peripheral if you do JTAG debugging.

Re: examples\peripherals\usb\host\msc doesn't support esp32c6

Posted: Thu Mar 09, 2023 6:48 pm
by yupingzhang2005
One more question: is there a development kit from Espressif that has WIFI+BLE+High speed USB (OTG or host only)? thanks!

Re: examples\peripherals\usb\host\msc doesn't support esp32c6

Posted: Fri Mar 10, 2023 1:09 am
by ESP_Sprite
Nope. All the publicly available chips at this point in time are USB low/full speed only.

Re: examples\peripherals\usb\host\msc doesn't support esp32c6

Posted: Fri Mar 10, 2023 4:35 pm
by chegewara
ESP_Sprite wrote:
Fri Mar 10, 2023 1:09 am
Nope. All the publicly available chips at this point in time are USB low/full speed only.
This is very interesting choice of words.

Re: examples\peripherals\usb\host\msc doesn't support esp32c6

Posted: Sat Mar 11, 2023 6:44 am
by ESP_Sprite
chegewara wrote:
Fri Mar 10, 2023 4:35 pm
This is very interesting choice of words.
Well, the ESP32P4 has high-speed USB, but it's only announced, not released, so you can't buy it yet.