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.

Whether is 'TIVAWARE' defined or not in an example project for LaunchPad?

Hi,

I learn TI RTOS for Tiva-C TM1294 LaunchPad. I want to know more behind GPIO initial etc. When I read GPIOTiva.c, which is at the folder:

C:\ti\tirtos_tivac_2_14_00_10\packages\ti\drivers\gpio

I see the most part of the function 'static uint8_t getGpioIntIndex(PinConfig *config) ' is grayed out, as shown in the picture.

TM4C1294 is a Tiva device, but it looks like TIVAWARE is not defined in the editor. Yes, it may be defined somewhere in CCS project settings.

My question is: Whether is 'TIVAWARE' defined when I import the project 'gpiointerrupt_EK_TM4C1294XL_TI_TivaTM4C1294NCPDT' into CCS 6.1?

How can I know the real code (the grayed part or the #else part:   return (config->port);)? The function is in binary library, which cannot be traced into.

Thanks,