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...
Posted on September 20, 2017 at 18:26https://drive.google.com/file/d/0B4JbVdnsjGUKNmFHaEtYdk5zVDQ/view?usp=sharingThere is three KEIL uVision V5.20.0.0 projects (description in README.txt) including .ioc files.