Hello, I am getting started with the STM32F767ZI Nucleo board, and I am trying to do something pretty basic -- blinking some of the LEDs. I have the F7 ioc setup as default, and I am trying to run the HAL_GPIO_TogglePin in the main while loop. When I...