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.

IAR C compiler complains about pin_map.h definitions

Other Parts Discussed in Thread: TM4C123GH6PM

Hello everyone.

I am trying to configure the SPI peripheral pins on my Tiva123G launchpad. But the IAR compiler outputs error on these lines:

	GPIOPinConfigure(GPIO_PA5_SSI0TX);
	GPIOPinConfigure(GPIO_PA2_SSI0CLK);
	GPIOPinConfigure(GPIO_PA3_SSI0FSS);

On the picture bellow you can see the entire code and the error messages produced by the compiler:

Any help would be much appreciated.