Friends i need your help,
condition is. i used timer interrupt and call it in every 50 ms or something, then after all conditions and situations it comes to an point where i want that my loop will end and start main program from where i want to start.
but whenever i call that main function loop (the function i m calling from main during interrupt on going) it remains in interrupt routine but working as main (like endless interrupt loop) beacuse the function i'm calling is endless in main. and coz of this i can't call another interrupt.
hope i did good to elaborate my sitaution.
please help
thank you.