Hi All,
We are using UART1 to control the Audio Codec.
I saw the code present for UART in serial_core.c and 8250.c. But it seems it is written for console.
I want to do following:
1. Register UART port
2. Configure UART port (Baudrate, flow_control, etc...)
3. Write N bytes through the registered UART
4. Read N bytes through the registered UART.
Please can anyone help.
Thanks.