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,
examples\peripherals\usb\host\msc doesn't support esp32c6
-
- Posts: 10
- Joined: Sat Feb 18, 2023 6:22 pm
-
- Posts: 9730
- Joined: Thu Nov 26, 2015 4:08 am
Re: examples\peripherals\usb\host\msc doesn't support esp32c6
The C6 does not have an USB-OTG peripheral (only a fixed-function USB-JTAG-serial device) so running this example is physically impossible.
-
- Posts: 10
- Joined: Sat Feb 18, 2023 6:22 pm
Re: examples\peripherals\usb\host\msc doesn't support esp32c6
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!
-
- Posts: 9730
- Joined: Thu Nov 26, 2015 4:08 am
Re: examples\peripherals\usb\host\msc doesn't support esp32c6
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.
-
- Posts: 10
- Joined: Sat Feb 18, 2023 6:22 pm
Re: examples\peripherals\usb\host\msc doesn't support esp32c6
One more question: is there a development kit from Espressif that has WIFI+BLE+High speed USB (OTG or host only)? thanks!
-
- Posts: 9730
- Joined: Thu Nov 26, 2015 4:08 am
Re: examples\peripherals\usb\host\msc doesn't support esp32c6
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
This is very interesting choice of words.ESP_Sprite wrote: ↑Fri Mar 10, 2023 1:09 amNope. All the publicly available chips at this point in time are USB low/full speed only.
-
- Posts: 9730
- Joined: Thu Nov 26, 2015 4:08 am
Who is online
Users browsing this forum: Gaston1980 and 133 guests