This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM355 Audio control over UART

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.