Enter Download Mode in ESP32-C6
Posted: Fri Mar 07, 2025 8:11 am
Hi Team,
We are using the ESP32-C6 in our project and attempting to enter Boot mode by asserting GPIO9 to LOW. However, every time we try, the device enters either SPI Boot or Download or SDIO Boot. Since we are only using UART Boot for our project, we want to disable SPI Boot and SDIO Boot in our project. Is this possible?
Additionally, we want our devices to enter Boot mode without requiring any external switching on GPIO9 and GPIO8. Are there any available options in code to achieve this?
Thanks.
We are using the ESP32-C6 in our project and attempting to enter Boot mode by asserting GPIO9 to LOW. However, every time we try, the device enters either SPI Boot or Download or SDIO Boot. Since we are only using UART Boot for our project, we want to disable SPI Boot and SDIO Boot in our project. Is this possible?
Additionally, we want our devices to enter Boot mode without requiring any external switching on GPIO9 and GPIO8. Are there any available options in code to achieve this?
Thanks.