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