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 to create new CCS project

Other Parts Discussed in Thread: LM3S6432

I am able to open existing CCS examples, build, debug and execute them. Now I want to start a new project from scratch. My working environment is:

Board: RDK-S2E (LM3S6432)
Hardware Debugger:   Stellaris ICDI (In-Circuit Debug Interface)
Code Composer: 5.1.0.09000

I select: File - New - CCS project . Output type: executable. Family: ARM. Variant: Stellaris LM3S6432 (without selection in the first combo box). I fill this information, looking at sample project properties.

Now I need to select "Project templates and examples". What exactly should I select to get Hello, World application? What template should I select, if I want to develop application working with serial and Ethernet ports?