2015-05-15 03:24 AM
I am using discovery kit STm32F100R8 .I am looking for source code for using temperature sensor using ADC .I am not able to find it on the net.I dont want to use I2C code example given in library
2015-05-15 07:35 AM
Which temperature sensor? There is one in the processor chip on a dedicated ADC channel, and coding examples in the peripheral library.
Cheers, Hal2015-05-15 11:47 PM
2015-05-15 11:48 PM
The one with processor chip on dedicated ADC
2015-05-16 08:20 AM
In the STM32F10x standard peripheral library there is an example RegSimul_DualMode that include conversion of the temperature channel you can adapt for your needs.
Cheers, Hal