GPIO speed
Posted on October 06, 2015 at 17:31I am working on a STM32 NUCLEO 152RE.When initializing a I/O pin of a digital port, one of the options is to set its speed. The available options for L152 are:GPIO_Speed_400KHz = 0x00, /*!< Very Low Speed */ GPIO_...