Core down occurs when FlexCan7 module was initialized

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Core down occurs when FlexCan7 module was initialized

825 Views
JINHYUNJEONG
Contributor II

Hello

i am developing CAN module on S32R45.

i can make C-can using FlexCan0 module.

however i tried to impelmented L-can using FlexCaun7 module ,Core down occurs when FlexCan7 moudle was initialized.

like blow code,  after wirtting data on FlexCan7 register in FlexCan_init function,  core down occurs 

please give me some clue....

 

    /* Reset the FLEXCAN */

    base->MCR = (base->MCR & ~FLEXCAN_MCR_SOFTRST_MASK) | FLEXCAN_MCR_SOFTRST(1U);
Labels (1)
Tags (1)
0 Kudos
Reply
1 Reply

808 Views
JINHYUNJEONG
Contributor II

I found that FlexCan 4~7 need to use Peripheral Group 4(XRDC_1 PAC0).

0 Kudos
Reply