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.
Tool/software: TI-RTOS
Hello,
We found a module for DCAN at path "Processor_SDK_03_03\vision_sdk\apps\src\rtos\modules". For our requirements, we need to use MCAN module similar to DCAN.
Will you please let us know how to do this in Processor SDK 03.03 ? Is there any example present in Vision SDK ? We are using TDA2Px- EVM sysbios all configuration.
Regards,
Amol
Hi Amol,
Vision SDK does not have any use case for MCAN. In order to support MCAN you should add mcan folder at PROCESSOR_SDK_VISION_03_03_00_00\vision_sdk\apps\src\rtos\modules\ and add the needed functionality similar to DCAN.
You can refer to MCAN example present at: PROCESSOR_SDK_VISION_03_03_00_00\ti_components\drivers\pdk_01_09_00_17\packages\ti\csl\example\mcan.
Regards,
Rishabh
Hi Amol,
You need to see what is the functionality you want using MCAN. Using MCAN CSL you need to write wrapper APIs similar to DCAN.
For PRCM API you need to see how to enable MCAN and what is done in MCAN example.
Depending on that you might need to add an API in platform library.
You should first understand your MCAN use case and then write the wrapper APIs.
Regards,
Rishabh