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.

CCS/66AK2H12: Adding capability to an existing project

Part Number: 66AK2H12
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

This is a follow on question to the previous thread:

CCS/66AK2H12: Adding Ethernet IP to an existing ARM application from 

His original question was never answered. I also find myself in the situation where I would like to add various capabilities to an existing project (as Mike stated - start with hello worlk). I feel it would be very beneficial to new users to see documentation that would show how to start with a hello world project and then step by step add capability like TcpIp, DCAN, etc. I too don't want to merge projects. Has Mike's original question ever been answered? The answer would save new users days of development time.

  • Hi,

    Your question is to starting from a simple Hello world, adding a few more examples like NDK TCP/IP, DCAN, etc into a CCS project. We have such example explained: software-dl.ti.com/.../index_examples_demos.html for several Sitara processors and several drivers like UART, GPIO etc integrated.

    Adding more processor family or more drivers in this template application is a stretch goal. You may started from here, use the existing NIMU example for K2H as the basic one, then add others. For the DCAN, there is no RTOS driver for DCAN, if you have any baremetal DCAN test code, you can create a SYSBIOS task to run it.

    Regards, Eric