Hi,
can we do the mathematical operations (like math.sqrt) using nRF51822? Since, our project requires many simple mathematical operations, we need to decide whether the selected nordic chip is valid one or not.
With Regards, Balaji
Hi,
can we do the mathematical operations (like math.sqrt) using nRF51822? Since, our project requires many simple mathematical operations, we need to decide whether the selected nordic chip is valid one or not.
With Regards, Balaji
You also need to link against the math lib (ex on gcc tool chain, add -lm on LIB makefile variable)
You also need to link against the math lib (ex on gcc tool chain, add -lm on LIB makefile variable)
how can i do it with keil ?