#56258 - Tomik - Fri Oct 07, 2005 2:01 pm
Hi Dudes ;)
I got a problem with the ISR ! Can somebody help me with that ?
Where do I have to put it in the prog.
I just want to control for sampling rate and filtering stuff. therefore i need a timer interrupt. i did this, but works not serious.
I need a ISR which stops the main whenever it comes ! So do you have a idea for me ??
Thanks, Thomas
I got a problem with the ISR ! Can somebody help me with that ?
Where do I have to put it in the prog.
I just want to control for sampling rate and filtering stuff. therefore i need a timer interrupt. i did this, but works not serious.
Code: |
main { //Timer Interrupt while { //bla bla } } |
I need a ISR which stops the main whenever it comes ! So do you have a idea for me ??
Thanks, Thomas