Hello,
I want to implement LLCE Flexray function on S32G2. My versions are S32G_LLCE_1_0_6 and SW32G_RTD_4.4_S32CC_4.0.10. Add LLCE Flexray functionality to projects that already implement LLCE CAN and LLCE LIN functionality;
In EB configuration, the Fr_43_LLCE and FrIf modules and routines are the same.
PXH1_0-1719801836110.png
The LLCE0_INT3_IRQn interrupt is enabled on the interrupt module.
PXH1_1-1719801862854.png
PXH1_2-1719801872421.png
Call the LLCE Flexray routine after initializing the LLCE CAN, and LLCE LIN functions:
PXH1_3-1719801972786.png
In the while loop, the get state is always FR_POCSTATE_DEFAULT_CONFIG.
PXH1_4-1719802064167.png
After debugging step by step, it is found that the Fr_43_LLCE_ControllerInit() function fails to write instructions, resulting in a timeout.
PXH1_5-1719802080422.png
What is the cause? I can do something about it.