Hello @Hareesh_S ,
Based on your description, it seems the issue may be related to the naming convention between the Pins Tool and Peripherals Tool. For each peripheral functional group (e.g. ABC, DEF), the corresponding Pins Tool group must be named using the format:
PortContainerName_PeripheralFunctionalGroupName
So if your peripheral group is ABC, and you want to use PortContainer_0, the Pins Tool group should be named:
PortContainer_0_ABC
This naming is required for the code generator to correctly associate the Siul2_Port instance with the right pin configuration. If the names don't match this pattern, the tool may merge or overwrite configurations unexpectedly.
Unfortunately, I do not currently have a ready-made .mex example demonstrating this setup.
However, the previously shared following NXP Community threads may help clarify the expected usage.
Best regards,
Pavel