Faster analogread and floating point calculations on STM32?

Hello Brian,

Another way how to speed up analog read is to use STM’s HAL functions and DMA. For example, in the barcode reader program the analog read is carried out at about 428.5 kHz speed. To build the program I applied a method described here.

Best regards,

Zoltan