GPIO output configuration not working
Hi, I have an STM32H563ZIT6 board and a simple task: to toggle the GPIO at maximum speed. I set the PA11 pin as an output pin and generated the code. Then, I used the HAL Library function [HAL_GPIO_TogglePin(GPIOA, GPIO_PIN_11);] to toggle the PA11...