In a project built using STM32F103, I have used TIM3 for some of my frequent tasks (like LED blinking and setting some flags etc.), which work perfectly. Today when I tried to enable ADC1 using DMA Circular, it looks like the TIM3 Global Interrupt ha...