I have to code some formulas which are originally using Floating Point values. I understand that the FR2353 has no Floating Point hardware.
So far all I need are the four basic operators (+, -, *, /). Should I just code these as FP? Only a couple of formulas. Code block is in a loop that gets executed once a second.
Or should I do the math in integer (scaling the values like using mV instead if V)?
Is there any publication addressing when to use FP vs Integer operations?
Thanks,
Jing (Julian) Gloria