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.

Compiler/AM5728: DSP and GPMC communication

Part Number: AM5728

Tool/software: TI C/C++ Compiler

Hi.

I am using a AM5728 Development kit . It looks like all of the sources are based on the OS (TI-RTOS, Linux). Is there any reference or code examples like C2000 series.

I  just want to transfer some data between DSP1 and GPMC module without using OS while operating EtherCAT master using OS 

  • Hi,

    We have the GPMC driver for AM3/AM4 devices. It is connected to NAND or NOR flash on our TI EVM. Those code are RTOS based. If don't want RTOS (I am not sure how C2000 code looks like), maybe you are looking for some baremetal/CSL style code. They are some code under: pdk_am57xx_1_0_12\packages\ti\csl\example\gpmc

    Also, they are some code customer did in E2E for GPMC setting: e2e.ti.com/.../739980

    Regards, Eric