|
I am having an issue with my UART on a SAM7X256. I have two projects, both of which just send test patterns to a LCD module over the UART (polled, no ISRs).
One project is just timed off the PIT and is a no-frills project. The communication works great.
The other project is based on FreeRTOS, and it took the LCD code from the first project and just made minor changes to make it OS-compatible. But I cannot get the UART to transmit properly on this project.
I have taken register dumps of the UART, PMC and system registers to see if any settings are different, and they are all the same. I can see in debugging that all the code is being called as it should. But the UART is not having it.
Has anybody run into this before?
|