Hi,
i have a problem with a division in the main loop and ADC interrupts.
The division (int32) needs 56 CPU Cycles. (Sourcecode: result = number1 / number2;)
Is it possible that the division can not be interruped by the ADC interupt?
Because, if i comment out my division the interrupt is on time. If the division ist commented in, the interrupt occur to late.
How can i solve this?
Best regards
Benjamin