Hi Bryan,
If you can post your project that would be helpful.
The link has the following code shown:
GPIO_DRV_TogglePinOutput(GPIOB18Red);
WAIT1_Waitms(2000);
GPIO_DRV_TogglePinOutput(GPIOB19Green);
WAIT1_Waitms(2000);
GPIO_DRV_TogglePinOutput(GPIOA13Blue);
WAIT1_Waitms(2000);
Are you saying you cannot do this?
One issue I have had in past in the PE gpio component is I increment the output pin configuration rather than the output pin numbers field which then only has one active gpio. Please check that you are incrementing the correct field.
Regards,
David