Hi,
I´m trying to implement uart functionality on my ezdsp 5535, and I have some problems getting consistent results. I had the CSL_UART_dmaExample up and running two times via j2.
But the majority of the times I try to run this example the code stops after "UART_init Successful".
If I halt the code in this state, it always stops on the following line:
/* Write 0 to DLAB to access IER*/
-> CSL_FINST(hUart->uartRegs->LCR, UART_LCR_DLAB, DLABON);
I have pin2 on sw3 set on to enable UART via j2.
Any ideas what can be the cause of this problem?
Best regards
Marcus