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.
Hi, I am programming lm3s3748, I configured the ADC module correctly, but when tried to configure GPIO pins, errors occurred (shown in the snapshot).
I included all the libraries and got these errors & hope someone can help me solve the problem
Thanks in advance
if you mean the includes the these are the headers included in the code
#include "hw_types.h"
#include "hw_memmap.h"
#include "driverlib/adc.h"
#include "inc/lm3s3748.h"
#include <stdio.h>
#include "driverlib/gpio.h"
#include "hw_types.h"
#include "hw_ints.h"
#include "driverlib/sysctl.h"
#include "utils/ustdlib.h"