Timer1 ISR
_________________________________________________________________ __________
| | |
| |___________|
ß----------- Do some calculation it takes around 10us with in timer 1 -----------à
ß---------------------- Each and every 12us the timer 1 ISR is executed ----------------------------->
Timer 3 ISR
__________ __________ __________ __________ __________ __________ __________
| | | | | | | | | | | | | |
| |__| |__ | |__| |__| |__ | |__| |
ß---1.5---à
ß-----2us-------à
I am using TMS320F2812 microcontroller.
I need to implement the timer 3 ISR are executed within Timer 1 ISR. Is it possible to implement the same?
Any one can you please help me for that.