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.

J7200XSOMXEVM: Software integration Fail

Part Number: J7200XSOMXEVM

Hello there

I am trying to integration Dio to Ethfw. Files as following:

/ti-processor-sdk-rtos-j7200-evm-08_00_00_12/mcusw/mcal_drv/mcal/Dio

/ti-processor-sdk-rtos-j7200-evm-08_00_00_12/ethfw

But after I modify  the makefile and .c file.

I still get make errors.

Is there any file needs to be changed but neglect ?

Or I can't try to do this modify ?


Please help!

Thanks a lot.

  • Hi Jay,

    Why are you trying to integrate Dio to EthFW ? May I know the use-case ? Integrating MCAL components into a project would require some initial work. If you are trying to build gateway with CAN etc then gateway-demos is the right place to go to.

    Regards

    Vineet

  • Hi Vineet

    For TI RTOS SDK , there have PDK , MCUSW and EthFW moudle, etc.., which include many independent project for driver(ADC/I2C/GPIO...) and demo(Ethfw/gateway...), we need  an project integrated these SDK componet which we can development driver porting and application development in this project.
    So, we have try to intergrate MCUSW to PDK, or MCUSW to EthFW, but it seems difficulty to merger makefile and makerule to linking each others, have any suggestion or tutorial for RTOS Project integration development?

    BR

    JAY

  • Hi Jay,

    MCUSW already has MCAL compliant libraries for ADC and it uses GPIO and I2C from PDK for configuring CAN etc. There is an EthVirtMAC application inside MCUSW which provides an MCAL compliant way of accessing CPSW 5G (gateway-demos uses the same API's)

    For reference please take a look at the gateway-demos project. You do not need to integrate everything into one project. I will propose that we do a small training session for you to understand how this works. Let me discuss this with the team

    Regards

    Vineet

  • Hi Vinnet

    Thanks for your help.

    Please share training session when it completed.

    BR

    JAY