rtel wrote on Thursday, June 23, 2011:
The 7xx series is much newer than the 3xx series, and has several architecture enhancements/changes. For example, the 7xx needs an extra #pragma definition in the configuration file, and won’t work without it, while the 3xx won’t work (or won’t compile) if the parameter is present.
There has been discussion on this forum before about the UART on the 7xx parts. The demo in the FreeRTOS download does not target the 7xx parts, although the examples that come with the FreeRTOS book do (although the book examples don’t use the UART).
Regards.