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.

AM62A7: MCU Access to Main CAN Modules

Part Number: AM62A7

Tool/software:

Hi TI Experts,

According to our sdk documentation, customer found that the modules on main domain which mcu domain could access does not contain CAN module 

Hence, customer wants to know if MCU domain could access the CAN module from the main domain?

Thanks,

Kevin

  • Hi Kevin, 

    You can access MAIN domain MCAN from MCU domain but this is not supported by the SDK, You need to write your own software in case you need to access the MAIN MCAN from the MCU domain. The interrupts from MAIN domain MCAN are also routed to MCU, so you can use this in both polling mode or interrupt mode, but this is something you would need to enable on your own.

    Best Regards,

    Meet.