DIV32 does not disturb DT_INTS, and DT_INTS does not disturb DIV32.
However, DIV32 takes a while to execute, and even longer when you do a multiply before hand to load the registers with a big value.
Trying to use them inside a high frequency interrupt is unlikely to work.
Division with LONGs or N-Bit math is no better. Divisions take a long time in software.
Bookmarks