Problem to reach high Frequency on GPIO
Posted on August 25, 2017 at 16:34Hi,i'm using stm32 nucleo board. The oscillator is configured to 32MHz speed.Now, if i use the easy following code in the main:while(1){ HAL_GPIO_WritePin(LD2_GPIO_Port, LD2_Pin, 1); HAL_GPIO_WritePin(LD2_GPIO_...