2017-05-02 12:14 PM
How to make a code from 2 channels for conversion.
please!!
2017-05-02 03:25 PM
For what processor, using what tools and libraries?
2017-05-03 04:46 AM
STM32L0538, Using the HAL library and the code in c
2017-05-03 08: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.
Imen2017-05-03 09:31 AM
thanks for listening