Configuring the Resources for Netbeans Code Assistance

Once you have created a DT7816 project in Netbeans, configure the resources referenced in the project source code by performing the following steps

  1. From the Project window, right click on project name.

Netbeans_SelectProject.png

 

  1. Select Properties.
    The Project Properties dialog is displayed:

    ProjectProperties_initial.png
     

  2. Under Categories in the left pane, select Code Assistance and C Compiler (click the icon to the left of Code Assistance to see the submenu).

  3. In the Include Directories section of the window, select the browse button, and sequentially add each of the following directories under the /ti-sdk-am335x-evm-07.00.00.00 directory:

    Netbeans_AddDirectories.png
     

  4. When you are finished adding these files, click OK.

  5. In the Preprocessor Definitions section of the window, add DT7816 (note that this is case sensitive).

CodeAssistance_DT7816.png
 

Note that you can add other definitions here, if desired, separated by commas.
 

  1. Click OK when you are finished adding definitions.
    The edited Project Properties dialog is displayed.

CodeAssistance_Config_DT7816.png

 

  1. Click OK to close the Project Properties dialog.

You can now edit the project as desired.