Part Number: LAUNCHXL-F28P65X
Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I'm working on GPIO toggling using the example code provided in the SDK for the C2000 (LAUNCHXL-F28p65x). I'm trying to toggle GPIO pin 132, but I'm not seeing the expected signal on the hardware. I’ve tried both GPIO_toggle() and GPIO_write() APIs, but neither of them reflect the changes on the pin.
When I try the same logic on other GPIOs (e.g., GPIO 76, etc.), it works perfectly, and I can see the toggling on the output pins.
Could you help me understand why GPIO 132 specifically isn’t working?
Is there something special or restricted about this GPIO?
I’ve attached the following for reference, code snippet and SysConfig file used for GPIO configuration.
Any guidance or checks you can suggest would be greatly appreciated!

