ADC preventing SysTick timer Interrupt (Why?)
Posted on March 10, 2013 at 17:56Hello, Once I initailize ADC in my program, it stop the SysTick timer Interrupt from working while ADC work correctly.I want ADC Interrutp to have higher priority than SysTick timer Interrupt.How do I set the priorit...