ESP32 UART1 not sending data?
Posted: Sat Jul 29, 2023 7:26 am
I am interfacing my ESP32 Pico with Tiva C launchpad using UART. Even though I can read data sent from Tiva C, I am unable to read the data, sent from ESP32 (receive queue is empty). Please help me understand if there's something wrong with my configuration. Attached code for ESP32.
Baud rate - 115200 bps, data bits - 8, stop bit - 1, parity - None
TX - IO9 (ESP), with RX - PB0 (Tiva)
RX - IO10 (ESP), with TX - PB1 (Tiva)
UART peripheral - UART1 (ESP and Tiva)
Baud rate - 115200 bps, data bits - 8, stop bit - 1, parity - None
TX - IO9 (ESP), with RX - PB0 (Tiva)
RX - IO10 (ESP), with TX - PB1 (Tiva)
UART peripheral - UART1 (ESP and Tiva)