Hi,
I'm trying to use LPUART0 and LPUART1 to read two LIN transcievers via LPUART_LIN peripheral. As per Uart0 everything is running smooth but for UART1 I have a question regarding the UART clock.
In the reference manual, you state that in s32k311 UART0 and UART1 is clocked by AIPS_PLAT_CLK that in my case is set to 60MHz.

Meanwhile, in the procesor expert window for s32k311, I see that LPUART1 is set to AIPS_SLOW_CLK that is set to 30MHz.

When I set up the peripheral it takes the 30MHz clock, but analyzing protocol traces I do think its actually going at 60 MHz since with the same baudarate setting as in UART0 I can recieve LIN Slave RX messages with all the data but I cannot send TX message when a header is sent by the master.
Can this be an error ?
Thanks for the support !