STM32H7 faster using floats than using uint32_t
I made following two versions of the same software to process DMA data, one using floats and the second using uint32_t to try run faster, but as a surprise the first one run faster: //161 void process_data_ADC1() { float samples1=(2.0f/(float)ADC_B...