Hi expert,
My customer encountered an issue on CPU1. They find calling "CAN_disableController" right after "CAN_sendMessage" will disrupt the CAN communication. But adding a delay like "DEVICE_DELAY_US(180);" between "CAN_disableController" and "CAN_sendMessage" can solve this issue.
As for the delay length, we found "DEVICE_DELAY_US(170);" will not work, while "DEVICE_DELAY_US(180);" will work. Could you give more explanation or debug suggestion for this to find the root casue?
Thanks
Sheldon