2022-12-03 11:15 AM
The datasheet and ref manual only mention that the conversion time is 1.2 us but this is not enough to find the sample rate. All other stm32 products mention that explicitly, why not this one?
Solved! Go to Solution.
2022-12-08 06:19 AM
Hello @AAlsa.1,
Thank you for reporting the issue.
To check and fix this issue, could you please mention the datasheet number?
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-12-03 12:13 PM
ever looked at a ds ?
2022-12-03 12:49 PM
This does not agree with the conversion rate. If it takes 1.2 us to convert, then the max sample rate would be 1/1.2 us which is 833 khz. The DS mentions 1 MHz.
2022-12-03 01:35 PM
read, before you complain : 1MHz is max. speed of adc. no precision and no input given. ok?
if you want real input, need add some sampling time , 1.5 min. , so 14 tics. at 12M -> about 857kHz .
anyway, with these adc 7.5 sampling is better, so 7.5+12.5=20 -> 600 kHz is maximum with real good data. and can trigger by timer ... so in real world: 500kHz or lower will work perfect.
2022-12-03 06:57 PM
It does not make sense to specify fs for zero sampling time. 1 Mhz is not correct.
2022-12-03 07:38 PM
I agree, data sheet is not correct. Probably, copy-paste error, 1 MSPS sampling rate is possible with ADC clock 14 MHz and up, and it's true with stm32F101.
Data sheet for stm32F100 needs correction
2022-12-08 06:19 AM
Hello @AAlsa.1,
Thank you for reporting the issue.
To check and fix this issue, could you please mention the datasheet number?
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-12-22 10:32 AM
DocID16455 Rev 9