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.

The LLCE0_INT3_IRQn interrupt is enabled on the interrupt module.


Call the LLCE Flexray routine after initializing the LLCE CAN, and LLCE LIN functions:

In the while loop, the get state is always FR_POCSTATE_DEFAULT_CONFIG.

After debugging step by step, it is found that the Fr_43_LLCE_ControllerInit() function fails to write instructions, resulting in a timeout.

What is the cause? I can do something about it.