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.

CCS/AM5748: IDKAM574x uart test example - changing uart interface

Part Number: AM5748


Tool/software: Code Composer Studio

Hi

I would like to change the uart interface from default 2 to 3 on idkAM574x pdk uart example. I have changed #define UART_INSTANCE   (2U)  to #define UART_INSTANCE   (3U) , but it does not seem to work. Is there some other initialization etc. i should do.

Reason for changing the uart instance is that im using TQ's MBa57xx base board and that one routes UART3 to the serial port. Other idkAM574x examples have so far worked pretty well with this one.

Best regards

Tommi