Hi @mariuslucianand and @Irina_Costachescu,
we are working with the 4.2.0 version of S32K1xx toolbox.
We are using UART0 in basic mode (without RTS and CTS signals). The UART Config block requires us to choose pins for RTS and CTS signals (there is no option to switch off). But we also are using this pins as standard GPIO in our application.
The problem is that initialization code for UART driver is generated at the end of the model file, after the initializations of GPIO ports. This way UART RTS signal always overrides the standard GPIO functionality of the selected pin.
The only way we have found out is to manually reverse the order of the initialization parts in the automaticaly generated code - which I don't like at all.
Are there any other/better methods of solving this problem???
Thanks
Maciek