STM32F7 Discovery Blinky Project fails and BSP errors.
Posted on October 12, 2015 at 16:03I wanted to make a blinky example (LD1) on my STM32F7 DIscovery using HAL drivers as HAL_GPIO_WritePin(GPIOI, GPIO_PIN_1,GPIO_PIN_SET); with no result, then i resolve that i could use BSP drivers, but i had this er...