Hello
I am using CCS V6 for TM4C123GH6PM controller, now i wrote a code for UART communication and all initialization stps as per API function, but now i am getting a so many error like this
Description Resource Path Location Type
#20 identifier "GPIO_PA0_U0RX" is undefined main.c
#20 identifier "GPIO_PA1_U0TX" is undefined main.c
but i am included below header files in my code but still now i have the same problem.
#include <stdbool.h>
#include <stdint.h>
#include "inc/hw_memmap.h"
#include "driverlib/gpio.h"
#include "driverlib/pin_map.h"
#include "driverlib/ssi.h"
#include "driverlib/sysctl.h"
#include "driverlib/uart.h"
#include "utils/uartstdio.h"
