Skip to main content
aritec
Associate III
February 12, 2021
Solved

STM32L496QGI6P with different production "Date code" behave different. --> Solved

  • February 12, 2021
  • 1 reply
  • 712 views

Hi,

I developed a firmware for STM32L496QGI6P and all went well. After some time we produced new devices and there we discovered a problem with the ADC. The only different with the new hardware was the "date code" of the STM32L496.

With date code 749 I started a ADC as:

  1. Enable ADC
  2. Set previous stored calibration values
  3. Start HAL_ADC_Start_DMA( ...

With date code 005 I had to :

  1. Enable ADC
  2. Set previous stored calibration values
  3. Disable ADC
  4. Start HAL_ADC_Start_DMA( ...

Has anyone or ST an explanation for this?

Regards

Armin

Solved:

It was my mistake. I  was disabling deep power down and enabling the internal regulator while ADC was enabled. That was not such a good idea.

This topic has been closed for replies.
Best answer by Peter BENSCH

Thank you for letting us know that the issue has been resolved.

Regards

/Peter

1 reply

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
February 15, 2021

Thank you for letting us know that the issue has been resolved.

Regards

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.