Hello all,
Is it possible to use MIPI port for debugging with Isystem debugger and in the same time connect the micro USB to show UART debug output?
The board is in functional mode and it's booting from QSPI flash?
Is there any way to trigger a reset without using the push button? For example writing directly to specific register from the debugger?
Unfortunately debugging is not easy because the board is stuck if there is something connected so every time I need to do this sequence:
1. Disconnect debug cable
2. Reset using push button
3. Connect the cable again
4. Write a flag to exit the while loop
BR,
Andrew