You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if ESP-IDF V5.3 with ESP32-C5 as preview support "can already be renewed" to V5.4 dev or master without losing or overwriting support for ESP32-C5-Beta3.
Right now, I'm not sure :) since we have no ESP32-C5 support public at all or have I overlooked something?
A little confused at the moment - but only at the moment :)
best wishes
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
ESP32-C5 ChipRev V0.0 which ESP-IDF Version to install ( V5.3 V5.3.1 V5.4dev Master )
ESP32-C5 ChipRev V0.0 which ESP-IDF Version to install ( V5.3 V5.3.1 V5.4dev Master ) (IDFGH-13608)
Sep 3, 2024
in the meantime for ESP-IDF V5.3 with preview support is the ESP32-C5 MP an Option over menuconfig
i use for a fast test ESP-IDF V5.3 with preview support for the ESP32-C5 MP
your friend is:
idf.py --preview set-target ESP32C5
cause we can set 40 MHz / 48 MHz crystal for the ESP32-C5 in the Code / ESP-IDF ( used 48 MHz here ) so the bootloader works well at 115200 but not in the app code - you need to set the baudrate by your self in the ESP-IDF V5.3
i use for the used 48 MHz crystal a Baudrate of 138240 this should be in the ESP-IDF V5.3 a standard
( you can use a custom uart too if you use an 40 MHz crystal - i have not checked this by code yet hope you get the idea behind )
save, build, flash and volla :
this helps for the ESP32-C5 MP if you use the preview support ESP-IDF V5.3
now i am waiting for the ESP-IDF V5.4 :)
ESP32-C5 Stand
Hi Folks, hi @igrr
I'm not sure if ESP-IDF V5.3 with ESP32-C5 as preview support "can already be renewed" to V5.4 dev or master without losing or overwriting support for ESP32-C5-Beta3.
Specifically: What should be installed now for the ESP32-C5 ChipRev V 0.0?
Right now, I'm not sure :) since we have no ESP32-C5 support public at all or have I overlooked something?
A little confused at the moment - but only at the moment :)
best wishes
The text was updated successfully, but these errors were encountered: