Part Number: TMS320F28P550SG
Hi expert,
May I ask about below multiplexed pin? Can I use A and B to read the register at the same time?

BRs,
Rannie
Part Number: TMS320F28P550SG
Hi expert,
May I ask about below multiplexed pin? Can I use A and B to read the register at the same time?

BRs,
Rannie
Hello Rannie,
Great question about the multiplexed pin functionality on the TMS320F28P550SG!
Short Answer: No, you cannot use both A16 and B16 simultaneously on the same physical pin.
Looking at the pin attributes table you've shared, A16, B16, and C16 are all multiplexed to the same physical pin (GPIO28). This means:
Only ONE function can be active at a time on this physical pin
The MUX POSITION setting determines which function is currently active:
The pin mux configuration is controlled by registers (typically GPxGMUX and GPxMUX registers) which select one of the available functions
If you need to read the same analog signal with both ADC-A and ADC-B:
The pin function is selected through the GPIO mux registers, and only one configuration can be active. You cannot have multiple ADC inputs reading the same physical pin simultaneously.
Let me know if you need clarification on pin muxing configuration or alternative approaches for your application! I would recommend playing around with the pinmux tool: https://dev.ti.com/sysconfig/#/config/?args=--device%20TMS320F28P550SG%20--package%20128PDT%20--variant%20TMS320F28P550SG9
Best Regards,
Zackary Fleenor