Search found 7 matches

by Michael.Uray
Wed Jun 26, 2024 10:43 am
Forum: Hardware
Topic: ESP32-C6 - USB Host Support / UHCI Controller
Replies: 2
Views: 1419

ESP32-C6 - USB Host Support / UHCI Controller

I have seen in the ESP32-C6 Technical Reference Manual that the ESP32-C6 supports UHCI.

How gets an USB port connected to the ESP32-C6 and how is it supported in the ESP IDF to connect USB devices to it?
by Michael.Uray
Wed Jun 26, 2024 10:38 am
Forum: Hardware
Topic: ESP32-C6 - Ethernet Support?
Replies: 3
Views: 1540

Re: ESP32-S6 Ethernet Support?

Thanks for the feedback, this explains it.

Why didn't you approve my second topic regarding the forum search issue?
by Michael.Uray
Wed Jun 26, 2024 7:53 am
Forum: ESP-IDF
Topic: CDC-ACM Usb Host with FTDI adapter
Replies: 4
Views: 2904

Re: CDC-ACM Usb Host with FTDI adapter

ESP_Dazz wrote:
Fri May 06, 2022 9:36 am
Have you tried the CDC Virtual COM Port example?
I am wondering if this virtual COM port example would also work with an ESP32-C6.
It says there that USB OTG is required, which the C6 does not have, but it has UHCI support.
Is there a way to connect an USB-Serial adapter to the ESP32-C6?
by Michael.Uray
Mon Jun 24, 2024 2:22 pm
Forum: Hardware
Topic: ESP32-C6 - Ethernet Support?
Replies: 3
Views: 1540

ESP32-C6 - Ethernet Support?

I have only ESP32-C6 left in the application selector, but if I check then "Ethernet" in the peripherals filter, then all of them disappear. https://products.espressif.com/#/product-selector?names=&filter={%22Wi-Fi%22:[%222.4%20GHz%20802.11%20b/g/n%22],%22Thread/Zigbee%22:[%22Available%22],%22Produc...
by Michael.Uray
Mon Jun 24, 2024 2:15 pm
Forum: General Discussion
Topic: Forum search ignores search characters
Replies: 6
Views: 3100

Forum search ignores search characters

If I search for
"esp32-c6" ethernet
then the search says it ignores the "C6", but I want to have the C6 included in my search.
What is wrong?
by Michael.Uray
Tue Nov 08, 2022 5:44 pm
Forum: ESP-IDF
Topic: Modbus Master Crashes: assert failed: xMBMasterRTUReceiveFSM mbrtu_m.c:235
Replies: 2
Views: 1337

Re: Modbus Master Crashes: assert failed: xMBMasterRTUReceiveFSM mbrtu_m.c:235

Thanks for your response. I found in the meanwhile out, that a too low stack on another task caused the problem, even the highWatermark did not report a too low stack. Please see also this forum entry: https://forums.freertos.org/t/assert-failed-xmbmasterrtureceivefsm-mbrtu-m-c-235-with-modbus-maste...
by Michael.Uray
Sat Nov 05, 2022 3:32 pm
Forum: ESP-IDF
Topic: Modbus Master Crashes: assert failed: xMBMasterRTUReceiveFSM mbrtu_m.c:235
Replies: 2
Views: 1337

Modbus Master Crashes: assert failed: xMBMasterRTUReceiveFSM mbrtu_m.c:235

I am run after some time of operation into the problem, that my ESP32 restarts with the above mentioned error. The Modbus master code is pretty much the same as the example which is included in the ESP IDF, i just changed a few minor things. I (1911922) count_task: RAM left 123264; mb_master_hwm: 15...