Hi @danielmartynek
Thanks for you reply. And yes, I'm using S32K312.
My problem is that I need some pins to stay Hi-Z, and other pins to be initialized as output/input before my task starts running (I'm using FreeRTOS).
And after my task starts running, I want to set directions for the pins staying Hi-Z state just now by using this API Siul2_Port_Ip_SetPinDirection. If I do not initialize them, then I cannot use the API to set their directions later.
In other word, I do not want those pins to always keep Hi-Z. I only want them to keep Hi-Z at the beginning and I need to configure them as GPO at sometime when my code is running. Any suggestions about it?
Best regards,
Jetty