Hi
I've a problem, I'he to make this math:
(a*b)/c
so a*b because could be a 32 bit number, I've to use DIV32 command, but in may code a couldn't disable the interrupts.
Does any one know a method to make a 32 bit numeber division without DIV32?
Thanks