Hi ,
I am new to TI environment. I bought ezdsp c5515. I am able to run the example code on to board and it works.
I tried to create my ow project and run it. But i faced a lot of issues.
1. When i create a new project , i created for c5515 and i saw the incude files , it does not contain board specific include files.
I compared the include files of the example code and the project that i created
Example code has board specfic include files but the project i created has chip specific include files , when i tried to add the include files from the example code , it doesnt allow me to add.
My aim is to create a project and copy the code from the example program and run my application on the board. What am i doing wrong or am i missing something?
Is there any material that helps me getting started like hello world program ?
Please help me