Search found 1 match
- Tue Jan 16, 2024 3:23 pm
- Forum: ESP-IDF
- Topic: UART char timestamping
- Replies: 0
- Views: 3156
UART char timestamping
Hello, I would like to know if it's possible to configure and setup two UART driver in such a way that every RX incoming char is timestamped with the current time (cpu cycles or us). Baudrate is 115200. So theoretically for each UART a RX buffer with size 1 which triggers the ISR and writes the char...