Resolved! Unable to clear GPIO bits
Posted on January 12, 2017 at 00:31On GPIOG, bits 0 and 1 control a pair of LEDs through external drivers. GPIO_ToggleBits() will set or clear the bits and GPIO_SetBits() will set the bits. However, GPIO_ResetBits() will not clear the bits, nor will...