Introduction

The Network Developer's Kit (NDK) is a platform for development and demonstration of network enabled applications on TI embedded processors, currently limited to the TMS320C6000 family and ARM processors. The code included in this NDK release is generic C code which runs on any C64P, C66, C674, ARM9, Cortex-A8 or Cortex-M3 device (for C6000 processors, both big endian and little endian modes are supported). The stack serves as a rapid prototype platform for the development of network and packet processing applications, or to add network connectivity to existing applications for communications, configuration, and control. Using the components provided in the NDK, developers can quickly move from development concepts to working implementations attached to the network.

Getting Started

Navigate to the System Overview screen which depicts all of the components of the Network stack. You can add any of these components to your configuration by right-clicking on one and selecting "Use". You can configure any of the stack components by clicking on them, which will bring you to that component's configuration view. At minimum, two different views are then available to choose from:

  • Module. This view includes module configuration settings that most typically used.
  • Instance. Modules that support instances will have this view. It includes tools to create instances and configure commonly used instance properties.
  • Advanced. This view always includes every configuration setting in a generic table format.
  • Note that you may freely move between the different views, and selecting options in one view will immediately update the other views' settings. You may return to the initial home view at any time by clicking on the Home icon in the upper right corner of the config tool window. Note that various warnings about your configuration may appear in the CCS Problems window. If this window is not visible, you can make it so by selecting Window->Show View->Problems.

    More Information

  • NDK User's GuideYou can also access this guide and the release notes from Code Composer Studio's menu Help->Help Contents and then selecting the NDK book documentation item.
  • NDK Programmer's Reference GuideYou can also access this guide and the release notes from Code Composer Studio's menu Help->Help Contents and then selecting the NDK book documentation item.
  • Tooltips & Context Help. Each check box, drop list, etc. in the NDK Grace pages corresponds to a single configuration parameter. Hover your mouse over a field to see a summary of the parameter. Or, right click on the field and select "Help" to be taken to the documentation for that parameter in the "API Reference" described above.
  • Forums. For further support, you can post questions or issues in the SYS/BIOS forum.