Is GPIO Ports RCC->AHBENR.IOPxEN required to be set to allow AF functions to operate.
Am trying to reduce the power consumption for STM32F0xx & G0xx applications.
Reading the documentation it is not clear if I can disable a AHBENR.IOPxEN bit in the RCC block
once a port is configured and still retain any GPIO port Alternate Functionality. Tests on the bench seem to imply I can with a TIMER configured in PWM mode.
Is the GPIOx IOPxEN bit required to be set for any GPIOx configured with a AFn function, for that AFn function to operate correctly? Any restrictions.?