2024-10-18 12:40 PM
Hello,
I made a Motor Driver Circuit and I want to read the ADC via DMA, but it has different settings compared to other microcontrollers such as F4, G4, F0. How can I do it or is there a code or video that can be an example?
STM32F042C6U6 Settings
Other MCU`s Settings
Solved! Go to Solution.
2024-10-18 01:24 PM
It's not too much difference. Instead of Rank where you can select the order of the channels, you now just go in numeric order, forward or backwards. The F042 sample time is the same for all the channels where the other STM32 you can have different sampling time for each channel
2024-10-18 01:24 PM
It's not too much difference. Instead of Rank where you can select the order of the channels, you now just go in numeric order, forward or backwards. The F042 sample time is the same for all the channels where the other STM32 you can have different sampling time for each channel