I was programming my esp32-s3 board, and after I uploaded a particular code, my board just disconnected itself from my laptop. Now, the esp32 does not show up in my arduino IDE or device manager. My device manager does not reload even when I disconnect my board from the laptop. The esp32 is still receiving power from my laptop.
I have already checked most of the common solutions online. The usb wire and my computer port is not the problem, since they work fine with other boards, and were also working with this board before I uploaded the code. As I already said, device manager does not recognize if I connect/disconnect my board.
As such, as a last resort, I am trying to see if there is any way to reset the board’s flash without having to upload any code onto the board from my laptop. Can I pull any pins on the board low to remove the flash/code on my esp32? I think the code is messing up my board in some way. Thanks!