Dear Experts:
I measured the multiply time for the msp430f2013. It is:
long x long --> unsigned long long takes 17us, processor running at 1Mhz. This seems pretty good without a hardware multiplier because at full speed (16Mhz) it would only take 1.06us.
Now if I were to slip down and buy one of the units having a 16x16 hardware multiplier, how long would it take to multiply a long x long
for long long result?
Was also looking at the 32x32 hardware multiplier which seems to have a 16x16 engine. Thus would expect this to need 4 cycles to multiply 32x32. Is this correct?
Thanks,
John