Disabling IRQ causes irq routine to be called
Posted on October 04, 2016 at 12:20 Hi, I found something curious (for me...) while playing around usart interrupts on STM32L1 // USART1 is initialized and IRQ is enabled // TC is 1 // TCIE is 0 __HAL_UART_ENABLE_IT(&huart1,...