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.

TIDM-TM4C129XS2E: EK-TM4C1294XL

Part Number: TIDM-TM4C129XS2E
Other Parts Discussed in Thread: TM4C1294NCPDT, UNIFLASH, EK-TM4C1294XL

Building the RTOS-Based Configurable Serial-to-Ethernet Converter on High Performance Microcontrollers Design Guide exactly as described in the document (TIDU951, dated April 2015) and receiving the following error:

"C:/ti/TivaWare_C_Series-2.1.4.178/third_party/FreeRTOS/Source/portable/CCS/ARM_CM4F/portmacro.h", line 144: error #18: expected a ")"
"C:/ti/TivaWare_C_Series-2.1.4.178/third_party/FreeRTOS/Source/portable/CCS/ARM_CM4F/portmacro.h", line 144: error #18: expected a ")"

2 errors detected in the compilation of "../config.c".  (along with numerous others)

References this line of code.

#if( configMAX_PRIORITIES > 32 )
#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32. It is very rare that a system requires more than 10 to 15 difference priorities as tasks that share a priority will time slice.
#endif

Guidance please.

Thank you.