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.

CCS/EK-TM4C1294XL: How to define MACROS prior to build

Part Number: EK-TM4C1294XL

Tool/software: Code Composer Studio

Hi

I want to enable macro UART-BUFFERED for use in uartstdio.c to use UARTFlushTx function.

I used the C/C++ build "preprocessor macros etc.." tab to add this macro as a variable with value 1. But it does not take effect .

The build still shows unresolved symbol for UARTFlushTx