ESP32 - Unable to get GPIO15 strapping pin to turn off ROM messages
Posted: Mon Jun 19, 2023 6:43 pm
I have a pull up resistor on GPIO15 (pin 23 of the ESP32-WROOM-32E module) and I hold it to ground while powerup/booting and the ROM messages and ESP_LOGI messages still print. When I read the strapping register it returns 0x37. Not sure what the bit map is for that register but it doesn't change when I ground GPIO15 or let it be pulled high.
My board design uses GPIO1 and GPIO3 for uart functions and I can't have it printing to that port. I could reassign UART0 to another pin, disable it or silence the ROM messages. I only need one UART for my design. I shared the GPIO3/GPIO1 TX0/RX0 pins because I don't have any pins left and I need it for loading flash.
Does anyone have any ideas why it isn't recognizing the strapping pin status?
My board design uses GPIO1 and GPIO3 for uart functions and I can't have it printing to that port. I could reassign UART0 to another pin, disable it or silence the ROM messages. I only need one UART for my design. I shared the GPIO3/GPIO1 TX0/RX0 pins because I don't have any pins left and I need it for loading flash.
Does anyone have any ideas why it isn't recognizing the strapping pin status?