Hello,
I use Sys/Bios on a F280049C for an motor application. The ADC interrupt calls an ISR every 50us. Because of jitter I had to execute it as a zero latency interrupt. Now I want to create a second task which is executed synchronous to the ADC interrupt every 200us. But the jittering is not important and it could be managed by the kernel dispatcher. What is the best way to do this?
 
				 
		 
					 
                           
				