ADC multichannel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-05-02 12:14 PM
How to make a code from 2 channels for conversion.
please!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-05-02 3:25 PM
For what processor, using what tools and libraries?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-05-03 4:46 AM
STM32L0538, Using the HAL library and the code in c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-05-03 8:34 AM
Hi,
I would recommend you the ready-use example in the STM32CubeL0 firmware package relevant to the STM32L053R8-Nucleo to understand the principle:
STM32Cube_FW_L0_V1.9.0\Projects\STM32L053R8-Nucleo\Examples\ADC\ADC_Sequencer
This example
showing
how to use the ADC sequencer to convert several channels: three channels converted are, in order, one external channel and two internal channels (VrefInt and temperature sensor)
Hope this bring you some help.
ImenThanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-05-03 9:31 AM
thanks for listening
