ESP32 UART event UART_DATA size -1
Posted: Sat Sep 23, 2023 7:35 am
Hi,
I'm working with the standard UART driver. My event-task gets events using xQueueReceive.
UART_DATA events are processed without any trouble.
UART_BREAK events show some data and event's size is realistic. But sometimes I get very high values, e.g. 1070515788 or 4294967295.
What's wrong?
Stefan
I'm working with the standard UART driver. My event-task gets events using xQueueReceive.
UART_DATA events are processed without any trouble.
UART_BREAK events show some data and event's size is realistic. But sometimes I get very high values, e.g. 1070515788 or 4294967295.
What's wrong?
Stefan