Search found 1 match

by gulkanguner
Mon Aug 26, 2024 9:49 am
Forum: ESP-IDF
Topic: Assert Failed in Ringbuffer When Reading from UART - esp_ringbuf/ringbuf.c:1038
Replies: 1
Views: 407

Assert Failed in Ringbuffer When Reading from UART - esp_ringbuf/ringbuf.c:1038

Steps to Reproduce: 1. Initialize UART2 with sensor1 pins (IO25/IO26) at 9600 baud rate. 2. Read data from UART2 (sensor1). 3. Flush and delete UART2. 4. Initialize UART2 with sensor2 pins (IO18/IO23) at 115200 baud rate. 5. Read data from UART2 (sensor2). 6. Flush and delete UART2. 7. Repeat this p...