Hallo!
I have two fully operational serial ports (FFUART and STUART) on my
XSCALE-device. I can use both at the same time from my application.
Now I would like to have one of my ports supporting the DEBUGMSG command.
The only way I have managed to do this is by setting BSP_NOSERIAL=1 (no
serial port) and BSP_DBGSER_UART1=1.This unfortunately disables all serial
ports except the DEBUG-port. Debugg messages is displayed on my STUART.
Why am I not able to enable one port for DEBUGMSG and FFUART for my
application at the same time?
Any idrea is welcome since I feel I have tried all possibilities!
/trond