Skip to main content
christian239955_stm1_st
Associate II
May 30, 2022
Question

I can't solve the ADC error descibed in ES0251 - Rev 5 - December 2021. STM32L051R8T

  • May 30, 2022
  • 1 reply
  • 648 views

Dear all

I use the ADC of an STM32L051. According to the errata, the first measurement is not accurate if the ADC has been idle more than 0.5ms. I can observe the effect if I poll a certain channel.

In my application I want to convert 5 Channels every millisecond. DMA transfers the data into an array. The same error like in single mode with long delay can be observed.

I tried to add a dummy channel bevor doing the first channel I need – without success. Then I ran the sequence of 5 channels twice within 200ms. That does not help either.

Can anybody tell me how to mitigate this problem?

This topic has been closed for replies.

1 reply

christian239955_stm1_st
Associate II
May 31, 2022

I wrote 200ms above. I wanted to say 200us (microseconds)...