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/AM5748: Porting of ICSS project

Part Number: AM5748

Tool/software: TI-RTOS

Hi.

My customers want to merge two projects.

-RTOS sample project

C:\ti\processor_sdk_rtos_am57xx_5_00_00_15\demos\rtos_template_app\am572x\evmAM572X\A15\template_app

 

-ICSS_emac project

pdkProjectCreate.bat AM574x idkAM574x little nimu all arm

C:\ti\pdk_am57xx_1_0_11\packages

 

Porting of the USB driver was successful using RTSCTools.

But they can't merge(porting) ICSS_emac project.

Could you tell me how to merge ICSS_emac project?

 

■Development environment

TMDSIDK574

pdk_am57xx_1_0_11

CCS v8

GCC GNU v6.3.1(Linaro)

XDCTools 3.50.3.33

 

Regards,

Rei

  • Hi,

    As you can merge the USB into template app, I thought merge ICSS-G is the similar process. I have a merged template app + USB + NDK NIMU (regular EMAC, not NIMU_ICSS) you can refer to. See attached rtos-template-app.zip. Note this is not TI official release, but just some engineering example.

    Regards, Eric

  • Hi,

    Thank you for sending the project.
    but I can't merge the NIMU_ICSS.
    How can I merge?

    Regards,
    Rei
  • Hi,

    Can you specify what you did and what issue you met so I can better help you? I thought the processes are:
    - merge the .cfg file
    - add boardcfg flags for ICSSG
    - add ICSS init function into template app
    - add task create for ICSS
    - add header, source code and library
    - build and debug

    Regards, Eric