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.

how can create my new project from scratch

HI,

I am using stellaris LM4F232H5QD evaluation board , i am new to ti controllers, i have successfully compiled and build example blinkly program , i have tried to create my own  blink led project but it shows error, could you please guide me how to create new project that includes all header file and target cnfig etc ..

  • i have created my own blink led program its working fine ,steps to create

    1.open ccs

    2.project -> new project

    3. type project name

    4.output as executable

    5. then ur device

    6. select empty project and click finish

    7.add ur code in main.c()

    8.add headers for your device , by right-clicking the project nae in project explorer and click properties and then select include options to add the directory of your headers

    now  build it