STM32L471 WFI problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-20 8:43 AM
On STM32L471 (DEV_ID=0x6415, REV_ID=0x1007)
~4% of mcus do not enter standbymode and ignore the WFI instruction.
Does anyone have ideas how to get it working on all mcus? (tested with 150 pieces)
Is there any known bug/problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-20 9:37 AM
Are you looping on the WFI instruction? Anything driving NRST?
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-06-20 12:05 PM
yes, it's the cube function [HAL_PWR_EnterSTANDBYMode()]
NRST has an external pullup (10k) and capacitor (100nF) to GND.
In one case NRST is connected additionally to the debugger or in second case open, but there is no difference.
All other units (144 pcs.) work correctly with the same firmware.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-23 8:05 AM
Is there a way to determine, why the wfi command is ignored? What flags have to be checked?
