Hi, recently i worked on a project sample following this guide:
https://community.nxp.com/t5/NXP-Model-Based-Design-Tools/Interacting-with-Digital-Inputs-Outputs-on...
Using MBDT v1.5 and the S32K358EVB-Q289 i followed the guide step by step and in the end nothing worked because there aren't any step that explain if and how to configure the PortContainer and the PortPin in the Port configuration component of the Peripherals tool.
After a couple of try i ended up with a project that finally worked (is about a green blinking led and a blue led that turns on/off when i press the SW0).
I tried to play with the S32K config tool to get familiar with it and i discovered that in Peripherals tool, in PortContainer configuration, if a don't specify the PortPin of the button SW0 the application works as well: if i press the button the blue led lights up and so on… But, if i don't configure the green led's PortPin for example, it doesn't blink anymore…
So the question is: How does the Peripherls tool work? Why, in this case, for the button SW0 the PortPin configuration has no influence on the application while the led's one yes?
I attach the project zipped
Thanks
Simon