how to properly cast ushort to float in Cortex M4 MCU
Hello I have DMA ADC and store data in uint16_t bufferI need to copy these values to input buffer to arm_rfft_fast_f32 function;the function should also cast ushort to float void copy_adc_to_input(uint16_t * int_buff, float32_t * float_buff, uint16_t...