Why does the first debug-usart-init work and not the second?
#include "stm32f4xx_hal.h" static UART_HandleTypeDef UartHandle; void Setup( void ) { GPIO_InitTypeDef GPIO_InitStruct; /* STM32F4xx HAL library initialization: - Configure the Flash prefetch, instruction and Data caches - ...