Posted on October 12, 2016 at 19:24Hello, When using USART, is stm32f4xx_usart.h the only file I would need to include?I currently have this:#include ''stm32f4xx.h''#include ''stm32f4_discovery.h''#include ''stm32f4xx_usart.h''#include <string.h>But...