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.
App. upload UART2 how to: for ESP32 Adafruit demo board
Re: App. upload UART2 how to: for ESP32 Adafruit demo board
You may have to do the opposite. This happens in ROM code. But you could potentially add your own uart2 OTA loader in a custom 2nd stage bootloader or in firmware code.
Re: App. upload UART2 how to: for ESP32 Adafruit demo board
From your suggestion looks like changing the stdout to UART2 and keeping the bootloader port at UART0 is much easier. I'll try that approach and post back to this group with what I find.
thanks for your help.
thanks for your help.
Who is online
Users browsing this forum: Bing [Bot], Majestic-12 [Bot] and 211 guests