Search found 2 matches

by mishagreen
Fri Mar 29, 2024 10:39 am
Forum: General Discussion
Topic: Usage of NC (no connection) pins on ESP32-WROVER-E
Replies: 0
Views: 481

Usage of NC (no connection) pins on ESP32-WROVER-E

There are nine pins on the ESP32-WROVER-E that are marked NC (no connection). Does this mean that there is no internal connection to the pin, so it can be grounded or have tracks routed through it, or does it mean that connecting to this pin is not permitted?
by mishagreen
Sun Jan 14, 2024 4:24 am
Forum: General Discussion
Topic: How to read/write from Jtag serial port
Replies: 2
Views: 43381

How to read/write from Jtag serial port

I have an EPS32 app that uses uart_write_bytes and uart_read_bytes. I want to port this to an ESP32-C3. Can I use the JTAG serial port with uart_read/write_bytes? If so, which UART_NUM do I use? If not, is there another way of writing/reading to the JTAG serial port?