UART and timer interrupt issue
Hello! I having some problems using USART and timersI'm receiving data by USART1+DMA and sending it by USB every 100[ms], if no data is received in 1[s], then timer TIM2 make an interrupt and sends a special USB message. This is done resetting timer'...