Convert an unsigned short array to a float array efficiently by FPU
Posted on June 11, 2014 at 14:26I have an array of unsigned short numbers from sensors. The data will be multiplied with an array of floating point numbers.To use FPU provided by STM32F407, I need to convert the unsigned short numbers into floating ...