Posted on January 24, 2016 at 17:45Hi, I need do FFT on stm32f4 and therefore I have few questions: 1. Is there any why to directly copy adc values which are uint16_t to float32_t buffer using DMA, without casting them in fork loop and using two buf...