You mean when you are operating with boost configuration ? In that case the voltage on your pins is configurable, using the GPIO_ConfigurePinPower() you can either configure the output to be powered from the 1V rail or the 3V rail (which is supplied from the DCDC when in boost mode).
Hi zhongc,
You mean when you are operating with boost configuration ? In that case the voltage on your pins is configurable, using the GPIO_ConfigurePinPower() you can either configure the output to be powered from the 1V rail or the 3V rail (which is supplied from the DCDC when in boost mode).
Thanks MT_dialog