But now, I added support to a more serious project. When running gdbstub_init() in user_init() i get the following output on the uart, and the system hangs.
Code: Select all
<garbage>
SDK version:1.3.0(68c9e7b)
EspMsgMutex created
$T05#b9
If gdbstub_init() is not called, execution proceeds as expected. What could be happening?