Search found 1 match
- Fri Dec 23, 2022 6:05 pm
- Forum: General Discussion
- Topic: Where is UART Tx register
- Replies: 1
- Views: 1183
Where is UART Tx register
I am bare metal programming esp32 at register level (Lilygo T-CALL BLYNK v1.3) with ESP-IDF. I treat app_main() as main() function. Currently I am reading esp32 reference manual v4.7 in which I have seen FIFO register but in its description it is written that it is for RX. In the datapath of uart at...