I have some software for a FRDM-KE06Z demonstration board which communicates over the CANBus. It works when connected using USBDM, but it does not work when not connected to a debugger. It also does not work when connected using PEMicro open debugger, though the software is running and the basic functionality is there--just no CanBus communication as far as I can see. I have checked Canbus frequencies for individual components with a scope and all seems good.
Are there any known differences in initialization between the USBDM debugger and the PEMico debugger which might help me determine what is lacking?
Is there any way to dump all the registers from the running software to a file, so I can compare differences between the two different debugging instances?
Thank You