2020-12-13 12:15 PM
Hi
reading the ref manual of the STM32F103C8, it says in chapter 11.10 that the temp sensor is internally connected to ADCx_IN16. In figure 39, it says that the temp sensor is connected to ADC1_IN18.
I reckon that this is a simple typo, or do I miss anything fundamental here? However, I could not find this information in the errata sheet.
If it's a typo, what's the correct ADC channel then?
Thank you,
2020-12-14 05:37 AM
Hello,
This is from DS.
2020-12-14 08:20 AM
Every indication is that it's channel 16.
#define ADC_CHANNEL_TEMPSENSOR ADC_CHANNEL_16 /* ADC internal channel (no connection on device pin) */
Still ought to be corrected in the RM (which is now in its 20th revision).
@Imen DAHMEN can this plese be placed into the pipeline. Thanks.
JW
2020-12-15 01:21 AM
Hello,
Thanks @Vangelis Fortounas , @Community member for pointing out this typo.
I raised this internally to correct the RM0008 in the coming release.
Imen