I am currently working with LM4F120 controller and I am having an issue with the main program, when the program reaches the following line of code
GPIOPinConfigure(GPIO_PA0_U0RX);
I get a warning saying that "GPIO_PA0_UORX" is undefined. I have downloaded Stellarisware and have included "driverlib/gpio.h" file which includes inside "pin_map.h" file, in main. However after taking a look the "pin_map.h" it does not list code for part LM4F120, where can I get the pin_map.h information for LM4F120?
Thank you