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.

TDA4VL-Q1: [TDA4VL-Q1] CAN interrupt failure working after migrating Rtos from 0805 to 0902

Part Number: TDA4VL-Q1


Tool/software:

Hello TI team,

Mic: j721s2-MCU domain

After I migrating Rtos from 0805 to 0902 focus on pdk modules, I test can send failure.

I confirm my environment is ok because I re-flash old binary of 0805 SDK, it's working.

Detail Step:

1. GPIO control is ok of  0902 project.

2. Timer interrupt is ok of  0902 project.
3. I find MCAN_getIntrStatus(baseAddr) of  0902 project return always 0. And baseAddr same 0805 0x40540000U and 0x40500000U.

4.  I find MCAN_getIntrStatus(baseAddr) of  0805 project success return MCAN_IR_TC_MASK    (0x00000200U). And baseAddr same 0805 0x40540000U and 0x40500000U.

Could you help me check which one component of 0902 pdk will impact can interrupt enable?