Part Number:AM3358
Tool/software: Starterware
The example of “uartEcho_edma” using uart0 in starterware worked properly.
When I use uart2 instead of uart0,it does work properly.
But when I use uart4 instead of uart0,it does not work properly.There seems no data received.
The changes of the code from uart0 to another uart:
UART_THR_RHR_REG,UART_INSTANCE_BASE_ADD,EDMA3_UART_TX_CHA_NUM,EDMA3_UART_RX_CHA_NUM,UART_INT_NUM
UART0ModuleClkConfig to UART0_4ModuleClkConfig
the parameter of UARTPinMuxSetup
My English is terrible,I am sorry。
Where is the problem,can anybody help me?