guild icon
Toit
#💥 ESP32-C3 mini crashes when using 2 uarts
Thread channel in help
kaxori
kaxori 10/28/2025 04:41 PM
In a test application, two UARTs are used for a LD2450 and a Pixelstrip. As soon as the second UART is opened, the system crashes.
floitsch
floitsch 10/28/2025 09:28 PM
Note that the C3 has only 2 uarts. If one of them is used for the console, then only one other is free.
Most C3 boards I know don't use the UART for logging, though.
kaxori
kaxori 10/29/2025 04:47 PM
Thank you for the notice.
(Would access to a non-existent resource need to be blocked?)
floitsch
floitsch 10/29/2025 04:54 PM
Toit definitely has a bug here.
It might be that it is confused and thinks that UART0 is always reserved for console. Even on boards that use USB instead.
4 messages in total