Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
I running a while loop for a clock signal in the main() . But I want get into a interrupt routine with an short serial output when I push S1 (GIOA7) . I don't know how I can realise this when the processor is always in the while loop. How can I jump in the ISR and go back to the while clock loop?