STM32L496QGI6P with different production "Date code" behave different. --> Solved
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-12 12:23 AM
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:
- Enable ADC
- Set previous stored calibration values
- Start HAL_ADC_Start_DMA( ...
With date code 005 I had to :
- Enable ADC
- Set previous stored calibration values
- Disable ADC
- 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.
Solved! Go to Solution.
- Labels:
-
ADC
-
STM32L4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-15 2:35 AM
Thank you for letting us know that the issue has been resolved.
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-15 2:35 AM
Thank you for letting us know that the issue has been resolved.
Regards
/Peter
