Hi, I'm trying to work whit two uart in DM6437 (UART0 and UART1) at same project.
So, I created two UDEV like UART0 and UART1, and for both I configured like :
function table ptr = _UARTMD_FXNS
function table type = IOM_Fxns
device params ptr = _Uart_DevParams
I don't configured the init function because I'm using default configurations from UART.
The problem is that, when I try to send data using UART0 it lock, but if I use USART1 it work well.
In documents of the driver don't have any example or saying nothing if it is possible.
obs. When I use GIO_create it work well for both (UART0 and UART1 so, I think that it is not problem of to create the driver).