Timer Interrupt for UART communication
Posted on July 07, 2015 at 09:47 Hello, I want STM32 with GSM board each sec communicate. in Main.c int main(void) { HAL_Init (); SystemClock_Config (); HARD_LED_Init(LED_GREEN); Term_UART_Config(); HARD_TIM_Init(); while (1) ...