2020-12-18 10:12 PM
Hi.
I need an example on CMSIS of running an ADC using DMA. Where can I get it?
2020-12-19 06:37 AM
Use a working HAL example to figure out what register settings you need:
There's probably an LL example somewhere which may be easier to translate.
2020-12-22 12:02 AM
Hello @Alex Golubev ,
There is no example on CMSIS but the automatically generated code from CubeMX with LL drivers can help you.
Also, please have a look in the cube example.
Imen