2024-12-20 03:54 AM
Hello,
I would like to use the BLE_p2pServer_ota example with the STM32WBA55CG as a template for a project. Since I do not have an LSE available here, I would like to use the LSI. Which settings (defines) do I have to change?
If I use the LSI with 32,000kHz, the advertising works, but I cannot establish a connection.
Solved! Go to Solution.
2025-02-02 06:33 AM - edited 2025-02-02 02:49 PM
For now, you need to have an external Oscillator.
Best Reagrds.
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.
2024-12-20 04:06 AM
Watch for LSI not running through power down, many STM32 only have LSE in the low power domain. Not sure if case here, but check RM
2025-01-31 09:45 AM
Hello @ledi7
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.
2025-02-02 05:43 AM
Hello @STTwo-32 ,
I use the HSE and for the 2.4GHz radio sleep timer i tried to use the LSE/1000. I actually wanted to save the costs for an external 32.768 kHz oscillator, but in the meantime, I have done some experiments over different temperature ranges and think that it will not work reliably without the external oscillator.
2025-02-02 05:44 AM
Sorry, I meant the HSE/1000, not the LSE/1000!
2025-02-02 06:33 AM - edited 2025-02-02 02:49 PM
For now, you need to have an external Oscillator.
Best Reagrds.
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.