Hi,
When i use the Stellaris API i am getting the following error,kindly let me know a solution for this.
Thanks
M.Sridhar
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,
you've missed to include some header files needed.
Add:
#include "inc/hw_types.h"
#include "inc/hw_memmap.h"
#include "driverlib/sysctl.h"
#include "driverlib/gpio.h"
as basic set.
Have a look at the Stellaris Launchpad Workshop to get you jump-started: http://processors.wiki.ti.com/index.php/Getting_Started_with_the_Stellaris_EK-LM4F120XL_LaunchPad_Workshop
Rgds
aBUGSworstnighmare