Oh, LoopbackA.setConsole(), and I get an illegal instruction panic
If I call Serial1.setConsole() without LoobackA.setConsole before, everything looks fine.
Now have to do some work to check stack and see how panic happens.
Problem starts in jshUSARTSetup, have to dig deeper.
Oh, this problem is fixed, default in switch for serial ports was wrong.
But now the problem is the same as before with Bluetooth.
Console does not come back.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Oh, LoopbackA.setConsole(), and I get an illegal instruction panic
If I call Serial1.setConsole() without LoobackA.setConsole before, everything looks fine.
Now have to do some work to check stack and see how panic happens.
Problem starts in jshUSARTSetup, have to dig deeper.
Oh, this problem is fixed, default in switch for serial ports was wrong.
But now the problem is the same as before with Bluetooth.
Console does not come back.
One more chance for me to dig deeper, .....