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.

RTOS/AM4379: HOW TO RUN EXAMPLE CODE ?

Part Number: AM4379
Other Parts Discussed in Thread: AMIC120

Tool/software: TI-RTOS

Hi,

I am using AM4379 with custom design board.   

I try to test hardware so i decided to run simple uart test code.

Then I download

PROCESSOR-SDK-RTOS-AM437X:
RTOS Processor SDK for AM437x and AMIC120

Then,  found uart_test example but there is only main.c file.

C:ti\pdk_am437x_1_0_13\packages\ti\csl\example\uart\uart_test

How can i find whole project compatible with Code Composer Studio ?

Or how can i create whole project ?

Thanks

  • Hi,

    I understand you want to test the UART functionality for your own HW. Please look at software-dl.ti.com/.../index_board.html first. You need your own PINMUX and PRCM setup to create a new board library.

    Then for the UART, it is good to start with board diagnostics: software-dl.ti.com/.../index_board.html

    The source code is under pdk_am437x_1_0_13\packages\ti\board\diag\uart\src. This is built by makefile approach, there is no CCS project.

    For the code you mentioned under CSL: C:ti\pdk_am437x_1_0_13\packages\ti\csl\example\uart\uart_test, from the makefile and source code, I don't think it support AM437x.

    Regards, Eric