STM32F407VG Basic Timer 6 Magic value
Posted on September 19, 2016 at 10:54Hello! I use a basic timer 6 to make a simple delay. Here is my code:#define DELAY_TIME 10#define PB2_ON() GPIOB->BSRRL = GPIO_Pin_2#define PB2_OFF() GPIOB->BSRRH = GPIO_Pin_2//Config PortB_P...