User Activity

Hello everyone, I use a STM32F407VET6 MCU board and I'm trying to implement a Timer 8 Interrupt, every 5u sec. In my code, I also use an ADC interrupt, for ADC conversion purposes. I thought that these 2 interrupts are independent. I observed that w...