I use the demo "S32G_LLCE_1.0.2->llce_sample_app_pfe" and Bridge Can0 and Can1 busses on S32G2-rdb2. The project can be compiled normally.However, the code is always waiting for the transmission completion of llce can.
"while(txConfirmationCount < (4 * frame_ctr)) ; /* Wait for TX to avoid overloading the TX buffer */"
Solved! Go to Solution.
Hi,
Have you tried the provided fix?
As said before, there is a known-issue under that specific example.
Please, let us know.
Hi,
We could recommend upgrading to the LLCE v1.0.4, given it could have fixed bugs of the previous version.
There seems to be a known-issue under the Eth2Can buffer. Can you help us verify if changing "Llce_Af > Eth2Can > Number of Eth2Can Buffer (72 -> 255)" to 73 (default should be 72) and verify you can proceed on the execution of the code?
Please, let us know.
Hi,
Have you tried the provided fix?
As said before, there is a known-issue under that specific example.
Please, let us know.
hello,when transmitting udp package from pc,the 'pfeRxCtr' parameter was increased,but in ZCANPRO there's no can frames were detected,how to solve this?