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.

PROCESSOR-SDK-AM335X: LED blink project

Part Number: PROCESSOR-SDK-AM335X

Hi,

If I want to write led blinking code without using an example project for skAM335x processor board, how can I write this program? Please elaborate in brief with example.

In example project I am not getting how they are linking the files and how they are linking the definitions of functions in main.c file.

I have to create my own project for my application.

Regards

Gaurav

  • Hi Gaurav,

    The RTOS Template Application is intended for customers to use as a starting point during software development using Processor SDK RTOS software. The Template Application can be quickly brought up by importing the included Code Composer Studio (CCS) project into the CCS development environment. The application currently includes the typical low level drivers such as UART, GPIO, and I2C, the OSAL layer, and Board Library.

    Please check section 9.1

    The recommended approach is to use pdkProjectCreate script that we provide in PDK packages to generate the example project and then import it in CCS

    Here is a video that walks you through this process so you will know what to expect when creating the project:

    Regards,
    Pavel