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!