Strange problem with configuring output pins
Posted on February 02, 2014 at 11:45 I'm using the below code to activate output pins. void GPIO_cfg( void ){ GPIO_InitTypeDef GPIO_IS; // GPIO Initialisation Structure => GPIO_IS // Configure/enable peripheral clocks RCC_AHBP...