App. upload UART2 how to: for ESP32 Adafruit demo board
Posted: Sat Apr 01, 2017 1:01 pm
I have an Adafruit ESP32 demo board and I would like to change the application upload UART number to UART2 while keeping the main stdout application uart to UART0 like it currently is.
I found that the reset pin "J3" is connected to GPIO 0, but that's all I know at this point. I've tried looking thru the esp-idf to locate the rest of the mechanics that takes place.
I'd like to know where the GPIO 0 ISR is and also would like to know where the UART configuration takes place for the application upload.
I'm hoping somebody has looked into this and can point me in the right direction.
Any help is greatly appreciated.
I found that the reset pin "J3" is connected to GPIO 0, but that's all I know at this point. I've tried looking thru the esp-idf to locate the rest of the mechanics that takes place.
I'd like to know where the GPIO 0 ISR is and also would like to know where the UART configuration takes place for the application upload.
I'm hoping somebody has looked into this and can point me in the right direction.
Any help is greatly appreciated.