User Activity

Posted on March 02, 2015 at 14:58What is the right configuration for LED2 in STM32F0 Nucleo board?I tried the example IO_Togglevoidblink_led_init(){  // Enable GPIO Peripheral clock  RCC_AHBPeriphClockCmd(BLINK_RCC_MASKx(BLINK_PORT_NUMBER), ENABLE);...