@dc42 said in Need a little help/advice on PanelDUE on coding it:
Actually it's not impossible. PB6/SWDIO goes to X4 the expansion connector, so it's free. PB7/SWCLK goes to RST on the LCD connector, so you could cut that trace and connect to it. The LCD may not need the reset signal, but if it does you could add a push button. You would need to modify the startup code not to program the bus matrix to use those pins as GPIO.
But I've never had to resort to a debugger when developing PanelDue code.
I was considering that as well, but i'm a bit hesitant about modifying the PCB by cutting traces.
But this helped! Thanks