2021-05-19 11:23 PM
I need to take 10 samples (10 Hz) per second. How can I set ADC configurations on CubeMX. I use the lowest sampling time (2.5 cycles), but the values I convert and use in ADC change very quickly.
Thanks for helps.
Solved! Go to Solution.
2021-05-20 03:12 PM
You probably want to trigger ADC conversions ("External trigger conversion source") from a timer, suitably set so that it triggers 10 conversions per second.
JW
2021-05-20 03:12 PM
You probably want to trigger ADC conversions ("External trigger conversion source") from a timer, suitably set so that it triggers 10 conversions per second.
JW