Getting Started With Code Composer Studio V5.5 For F2812 Stick
Getting Started With Code Composer Studio V5.5 For F2812 Stick
12.In the source file field, Type the source file name with
extension. (led.c)
3. Click Open. The selected all the files are added to your
project.
1. From the CCStudio C/C++ Projects, Right click the led [ Active
– Debug ] New – Source File.
7. Build a Project
1. From the CCStudio C/C++ Projects, Right click the led [ Active
– Debug ] – Properties.
8. Run a project
To run a project ,
Note: at this step, Target will connect, gel file will run, led.out
will load to target then finally Keep the cursor at main() of
program to start execute.
3. Target – Run.
For led code, check the output at on board. The Leds is will
on and off with few delay.
4. Target – Halt.
9. Console Window