Hi NXP team,
I would like to know how LLCE LIN's baudrate is calculated? I set the baudrate to 9600 in the S32DS configuration menu. And then it automatically generates the corresponding value, and I want to know how this value is calculated?
Solved! Go to Solution.
Hi,
LLCE LIN interfaces are LINFlexD based. The following is told under the S32G2 Reference Manual [Page 2250, S32G2 Reference Manual, Rev. 8, February 2024]:
Please, let us know.
Hi,
LLCE LIN interfaces are LINFlexD based. The following is told under the S32G2 Reference Manual [Page 2250, S32G2 Reference Manual, Rev. 8, February 2024]:
Please, let us know.
Hi Daniel,
Got it. But the initialization of LLCE LIN is done through the S32G and the shared memory between it. So if I want to set the baud rate of LLCE LIN in the initialization, I can only do it through this variable in the sharememory structure. That's why I want to know how this value is calculated.