Temperature Sensor STM32L Discovery
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-05-08 6:27 PM
Posted on May 09, 2013 at 03:27
how i can know if the Vrefin its On?, because im enable and disable
ADC_TempSensorVrefintCmd(); and i get the same values on data registrer :s #discovery #discovery #stm32l #stm32l
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-05-09 10:38 AM
Posted on May 09, 2013 at 19:38
if (ADC->CCR & (uint32_t)ADC_CCR_TSVREFE)
puts(''TempSensorVrefint ON'');
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-05-09 12:42 PM
Posted on May 09, 2013 at 21:42I have a question, i have the STM32LDiscovery and I was reading the datasheet and I found this values for Vrefint and AVrefint=1.224VAvg_Slope=1.61(mV/ºC)I want to confirm if those values are correct.
