I have recently designed a custom board using the ESP32-C3 and have a micro-usb port that I am using to power and program the board. Everything is going well; however, I seem to have trouble putting the board into Download mode via the usb. I can see the COM port show up in Device Manager on windows so I know it is being recognized and see it disappear and reappear as per ussual. I can use idf.py monitor to see the invalid header messages. When I attempt to flash i keep on getting
To get around this, I manually force GPIO9 LOW to put it into download mode, and then the flash goes through normally. I am using release/4.4 of the esp-idf. Am I missing something? Thank you.A device which does not exist was specified.