Hi,
Im having som accuarcy problems with timing which are most likely a result of interrupts interrupting my main-function in certain points.
Is there a way to diable interrupts as a whole?
If so i could disable interrupts and enable them after the critical part of my programm.