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.

F29H850TU: F29H850 MCAN does not resume CAN communication after breakpoint halt; CCCR.CSR, CCCR.CSA, INIT become 1

Part Number: F29H850TU

Hi,

I am working with the F29H850 MCAN module and I am seeing an issue after using a debugger breakpoint.

Issue:
If I stop the application at a breakpoint and then resume execution, CAN communication does not start again.

After resume, I observe the following MCAN bits:

CCCR.CSR = 1
CCCR.CSA = 1
CCCR.INIT = 1

Is this expected behavior when the CPU is halted at a breakpoint?
Does the MCAN module enter clock-stop mode automatically during debug halt?
Is a full MCAN reinitialization required after breakpoint resume?

Thank you!