Hi,
At this moment, there is no example available which supports UART over LLCE LINs. If needed, the recommendations are the following:
1. Implement UART driver on host side and enable LIN interrupt forwarding. Host core can access the LinFlex registers directly but interrupts of LLCE_LIN cannot be directly routed to host core. For routing LLCE LIN interrupts to host core, LIN interrupt forwarding can be enabled in LLCE FW and the steps to enable are explained in section “LIN Interrupt Forwarding” in LLCE FW user guide. No change required in the FW
2. Implement UART driver on host side with polling. And make sure the host core do not send any LIN related commands to LLCE FW which would result in unpredictable behavior. No change required in the FW.
3. Remove LIN based FW and implement UART based FW in LLCE FW. This would require FDK license.
You can take a look into the LLCE User Guide of your specific version to see what it available at this moment. You can find the UG following:
"C:\nxp\S32G_LLCE_1_0_4\firmware\llce_interface\doc\LLCE_firmware_user_guide.pdf"
In here, it is explained what is available for your specific version without the need of modifications.
Please, let us know if this information was helpful or not.