User Activity

Posted on September 20, 2017 at 00:46Hi!I found couple of troubles while programming STM32F030F4 with STM32CubeMX.1. I used simple code likewhile(1){    HAL_GPIO_TogglePin(GPIOA, GPIO_PIN_3);    HAL_Delay(1);}which must generate 500 Hz square wave o...