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

yupingzhang2005
Posts: 10
Joined: Sat Feb 18, 2023 6:22 pm

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

Postby yupingzhang2005 » Sat Feb 18, 2023 6:36 pm

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,

ESP_Sprite
Posts: 9730
Joined: Thu Nov 26, 2015 4:08 am

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

Postby ESP_Sprite » Sun Feb 19, 2023 3:13 am

The C6 does not have an USB-OTG peripheral (only a fixed-function USB-JTAG-serial device) so running this example is physically impossible.

yupingzhang2005
Posts: 10
Joined: Sat Feb 18, 2023 6:22 pm

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

Postby yupingzhang2005 » Sun Feb 19, 2023 8:36 pm

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!

ESP_Sprite
Posts: 9730
Joined: Thu Nov 26, 2015 4:08 am

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

Postby ESP_Sprite » Mon Feb 20, 2023 12:52 am

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.

yupingzhang2005
Posts: 10
Joined: Sat Feb 18, 2023 6:22 pm

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

Postby yupingzhang2005 » Thu Mar 09, 2023 6:48 pm

One more question: is there a development kit from Espressif that has WIFI+BLE+High speed USB (OTG or host only)? thanks!

ESP_Sprite
Posts: 9730
Joined: Thu Nov 26, 2015 4:08 am

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

Postby ESP_Sprite » Fri Mar 10, 2023 1:09 am

Nope. All the publicly available chips at this point in time are USB low/full speed only.

chegewara
Posts: 2364
Joined: Wed Jun 14, 2017 9:00 pm

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

Postby chegewara » Fri Mar 10, 2023 4:35 pm

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.

ESP_Sprite
Posts: 9730
Joined: Thu Nov 26, 2015 4:08 am

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

Postby ESP_Sprite » Sat Mar 11, 2023 6:44 am

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.

Who is online

Users browsing this forum: No registered users and 91 guests