Hi, @AlexCloutier,
Thank you for using our S32K3xx toolbox on your projects.
I have looked over your application's configuration project. In the first place, you should check the Mcu and Platform components to configure LCU-related settings.
In Mcu, based on your hardware LCU instance configured in Mcl, enable the peripheral clock:
georgevictor_2-1693895154774.png
In the Platform component, you can find the interrupt section related to the hardware LCU instances.
georgevictor_3-1693895209991.png
Secondly, the MBDT for S32K3xx generates code based on RTD (Real Time Drivers) MCAL components. For more details about configuring a specific component, you could check the RTD documentation that is found inside the RTD folder in our toolbox root.
georgevictor_1-1693894787393.png
Based on my suggestions and the information found in the RTD documentation, please update the configuration project and see if the issue has been solved.
Best regards,
Victor