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?
LLCE LIN interfaces are LINFlexD based. The following is told under the S32G2 Reference Manual [Page 2250, S32G2 Reference Manual, Rev. 8, February 2024]:
LLCE LIN interfaces are LINFlexD based. The following is told under the S32G2 Reference Manual [Page 2250, S32G2 Reference Manual, Rev. 8, February 2024]:
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.