2024-07-22 01:20 AM
hello,
I have a very simple question, I have asked a FAE,but not solved.
I am using STM32CubeMX to config a project. I used an external 32.768khz crystal. I want to set the RTC clock to the external crystal.
below is my setting.
I think i have enabled HSE and LSE.
the clock to RTC is fixed to LSI RC, but I want to use LSE, not LSI, how can I setting?
Thanks,
dqsh06
Solved! Go to Solution.
2024-07-22 03:24 AM
I have attached the solve method on the reply.
as below
if you check the activate clock source, then you can choose to LSE.
Best Regards,
2024-07-22 01:48 AM
Hello,
Could you please share your ioc file?
2024-07-22 02:19 AM
Did you enable RTC before setting RTC Mux?
hth
KnarfB
2024-07-22 02:59 AM
hello,
I have solved it.
thanks a lot.
2024-07-22 03:02 AM
@dqsh06 wrote:I have solved it.
For the benefit of future readers with the same problem who may find this, how did you solve it?
Please mark the solution:
https://community.st.com/t5/community-guidelines/help-others-to-solve-their-issues/ta-p/575256
2024-07-22 03:24 AM
I have attached the solve method on the reply.
as below
if you check the activate clock source, then you can choose to LSE.
Best Regards,
2024-07-22 03:24 AM
Hello @dqsh06 ,
The remark pointed out by @Andrew Neil was to tell how you solved your issue not just to put a screenshot because it was not clear for everyone then "Accept as solution" that answer.
2024-07-22 03:29 AM - edited 2024-07-22 03:29 AM
@dqsh06 wrote:I have attached the solve method on the reply.
But you didn't explain how that differed from what you had before, when it wasn't working; ie, what you actually had to change to go from "not working" to "working".
@dqsh06 wrote:if you check the activate clock source, then you can choose to LSE.
Right - so that was the key to get it working?
Please mark that as the solution:
https://community.st.com/t5/community-guidelines/help-others-to-solve-their-issues/ta-p/575256