How to use LSI instead of LSE with STM32WBA55
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-08 7:48 AM - last edited on 2025-01-08 10:07 AM by Andrew Neil
Hi,
I use the example “BLE_p2pServer_ota” with NUCLEO-WBA55 as a template for a project.
For space reasons and to save costs, I would like to use the internal oscillator LSI1 (32,000kHz) instead of the external 32,768 chrystal LSE. After switching to LSI1 with CubeMX, the advertising works, but a connection can no longer be established. Which workaround is required to use the LSI?
Solved! Go to Solution.
- Labels:
-
STM32WBA series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-08 10:00 AM
Hello @ledi001
Do you mean you have replaced LSE with LSI1 in all peripherals that uses LSE. If so, The LSI1 must not be used for the 2.4 GHz RADIO sleep timer.
Best Regards.
STTwo-32
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-08 10:00 AM
Hello @ledi001
Do you mean you have replaced LSE with LSI1 in all peripherals that uses LSE. If so, The LSI1 must not be used for the 2.4 GHz RADIO sleep timer.
Best Regards.
STTwo-32
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-08 10:16 AM
Hello @STTwo-32
Thank you for your reply. Does this mean that there is no other option than to use the LSE in this case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-08 10:47 AM
Only the LSE lives in the Backup Domain wrt to power, on the STM32WB55 and frankly most of the STM32 families
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
2025-01-08 11:17 AM
You have also the option of LSI1 and HSE but the LPM Will not be available.
Best Regards.
STTwo-32
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-08 1:04 PM
Thanks for your help!
The energy-saving modes (LPM) with BLE are an essential part of my application. I will therefore discard the idea of using the LSI and use the LSE.
