I am using ccs6. I want to create new project for F28M35-M3 (I do not want to create project from example). What I have to do?
1) File->New->CCS Project
I choosen Target, Project name... and choosen "Empty RTSC Project". Next... Choosen platform ti.platforms.concertoM3:F28M35H52C1 and clicked Finish.
2) File->New->Source File and create main.c
3) In the main.c made main function
void main()
{
for(;;);
}
4)File->New->CCS Project->RTSC Configuration File
5)????
What next? Where I can set up system clock (Clock sourse, PLL, ....)?