ESP32 WRover Flashs but does NOT Execute Code
Posted: Sun Jul 30, 2023 8:58 am
Hi I am new to this forum, so please let me know any corrections I need to make moving forward.
Anyways here's the issue. I am trying to flash a program onto my esp board, but I think the flash is not actually working correctly. when I run the "idf.py flash" it comes back successful, but when I launch the monitor the code just calls and returns from main immediately, not running any of the code inside of main(). I have had a little success by making new projects when the problem occurs, but this is annoying to have to do so frequently.
In addition, I tried flashing the board with some of my older programs and they worked fine. I even tried just blinking an LED using my old project file and it works, but when I try to blink an LED in my new project file, the program will flash on the board, but I don't think it is really running. I already doubled checked and don't see any crashs. Any help would be greatly appreciated. I just bought this board not too long ago and am quite frustrated by the issues I've been facing with it since them.
There is not error message as i don
Anyways here's the issue. I am trying to flash a program onto my esp board, but I think the flash is not actually working correctly. when I run the "idf.py flash" it comes back successful, but when I launch the monitor the code just calls and returns from main immediately, not running any of the code inside of main(). I have had a little success by making new projects when the problem occurs, but this is annoying to have to do so frequently.
In addition, I tried flashing the board with some of my older programs and they worked fine. I even tried just blinking an LED using my old project file and it works, but when I try to blink an LED in my new project file, the program will flash on the board, but I don't think it is really running. I already doubled checked and don't see any crashs. Any help would be greatly appreciated. I just bought this board not too long ago and am quite frustrated by the issues I've been facing with it since them.
There is not error message as i don