Hi team,
Here's an issue from the customer may need your help:
MCAL version: MCAL_AM263x_00.09.00_03
CCS version: 12.0.0.00009
H/W: AM263x control card evaluation module (EVM)
1) Import MCAL source code, compile passed. Debugging CanApp.c sending data failed using MCAN1. EB reconfiguration of the port module generates code, and it was found that can_mcanStart needs to be modified to add the following statement to send data properly:
MCAN_lpbkModeEnable(baseAddr, (UINT32_t)MCAN_LPBK_mode_external, (UINT32_t)true);
Because this code is the MCAL low level code, modifications are not required.
Is there any other possible reason for this? OR is there a bug in the MCAL example initialization function?
2) Could you help provide MCAL CCS based test projects?
Could you help check this case? Thanks.
Best Regards,
Cherry