Page 2 of 2

Re: Flashing ESP-Wroom-32 in production

Posted: Tue Jun 12, 2018 7:06 pm
by sorenhl
Perfect, thank you for the tips :)
I will definitely look into those

Re: Flashing ESP-Wroom-32 in production

Posted: Wed Jun 20, 2018 7:56 pm
by sorenhl
Just an update for those who stumble upon this thread.
I recently tried to use JTag programming using OpenOCD (through VisualGDB in Visual Studio) and this worked flawless.
It also allowed me to debug and set breakpoints in the code - win! 8-)

Re: Flashing ESP-Wroom-32 in production

Posted: Fri Oct 12, 2018 5:46 am
by ashare
sorenhl wrote:Just an update for those who stumble upon this thread.
I recently tried to use JTag programming using OpenOCD (through VisualGDB in Visual Studio) and this worked flawless.
It also allowed me to debug and set breakpoints in the code - win! 8-)
Did you get it working by following the instructions provided on the Espressif website?