Hi Team,
We are configuring the port module during that PortPin Id has been assigning,
From the user manual value will be assigned to the symbolic name
what exactly does it mean?
Since the S32K322 PTE6 is 84 pin in the microcontroller but portpin Id is showing in the MCAL configuration has 66?
Please do clarify the same.
Hi @Thiru2483
The PortPin Id parameter in the Port driver configuration is simply an internal numerical identifier that becomes associated with a symbolic name. Its value is assigned automatically in the order in which you configure the pins, starting from 1 and increasing sequentially. This number does not match the actual physical pin on the MCU.
BR, VaneB