STM32F091 기준으로 하였습니다.다른 시리즈와는 라이브러리가 달라 변경이 필요합니다. main.c 파일에서 int main(void){ HAL_Init(); /* Configure the system clock to 48 MHz */ SystemClock_Config(); /* Configure LED2 */ BSP_LED_Init(LED2); /*##-1- Configure the UART peripheral ######################################*/ /* Put the USART peripheral in the Asynchronous mode (UART Mode) */ /* UART configured as follows: - Word Length = 8 Bits ..