I'm trying to get UARTs 1 and 2 going on the EVM in VxWorks. I believe I have the vxworks configuration right (memory address, interrupt), but I'm not sure about the hardware side.
To enable the UARTS you set the padconf registers so uart lines are setup as input/output and route out the correct ball. Then I enabled the interface and function clocks.
Is there anything else that needs enabling to make the UART work?
It seems to freeze vxworks when I open the port and start writing.
-Thomas