Hi..I am using STM32U575 NUCLEO ..there are three drive levels are mentioned for LSE...which one one should be used or which is more suitable for low power consumption and I need to know the power consumption in each case (numerical value)..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-01 11:57 PM
In the errata sheet,it is mentioned that low drive mode and medium low drive are not working.. but I checked and they work fine...is there any correction in the errata sheet...?..Can I go with low drive mode for LSE (NUCLEO-U575ZQ)???
Solved! Go to Solution.
- Labels:
-
STM32U5 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-02 12:34 AM - edited ‎2023-11-20 6:42 AM
HI @ABDUL​
It's depend on your microcontroleur revision.
If you have an Rev W , low drive mode and medium low drive are working. But if you are using a revision version older than this one, they don't work.
Regards
DianeP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-02 12:34 AM - edited ‎2023-11-20 6:42 AM
HI @ABDUL​
It's depend on your microcontroleur revision.
If you have an Rev W , low drive mode and medium low drive are working. But if you are using a revision version older than this one, they don't work.
Regards
DianeP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-02 12:36 AM
I think I am using Rev X (NUU575ZIQ$AT2)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-02 12:43 AM - edited ‎2023-11-20 6:42 AM
You can check this information by using STM32C ubeProgrammer, in target information , you will find it .
Regards
DianeP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-02 1:47 AM
Thanks ,
i confirmed, It is Revision X.not W...but all modes are working....
Anyone can provide the power consumption details of each mode?
I had found those values for L4 boards...u5 boards have the same power consumption??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-02 6:32 AM - edited ‎2023-11-20 6:43 AM
How do you see if the LSE is working or not? In debug mode, when you choose the LSE level and activate the LSE, does the LSE ready bit change to 1 or does it remain at 0?
You can find the power consumption value of all levels in table 79 of the DS13737 of the STM32U575.
Regards
DianeP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-02 9:09 PM
Thanks for the update..
I checked it in the RCC_BDCR register and drive levels are also setting accordingly in the register...
I think all modes are working fine...
thanks..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-03 12:26 AM
Hello @ABDUL​
it's possible that in certain case depend on your hardware workspace, it's working , just be sure that your LSE ready is set .
In revision version older than W, We do not guarantee the operation in these two modes because it depends on several parameters.
This issue has been fixed in the rev W.
Regards
DianeP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-03 1:16 AM
yea Sure...
Thank you for the support
