2021-05-12 12:56 AM
Using STM32CubeIDE v1.6.1 on MacOS 11.3.1
Steps to reproduce:
Troubleshooting:
I want to use the USB OTG but can't do so without the external clock but I haven't tried to use an entirely separate clock circuit yet. What bothers me the most is that I'm using entirely default settings and getting the error. I'm new to the entire workflow so I feel like I'm just missing something really obvious. Thank you in advance to anyone reading this. I've been bashing my head at this for a few weeks now.
Solved! Go to Solution.
2021-05-12 04:58 AM
Change RCC->HSE from "BYPASS clock source" to "Crystal/Ceramic Resonator".
2021-05-12 04:58 AM
Change RCC->HSE from "BYPASS clock source" to "Crystal/Ceramic Resonator".
2021-05-12 06:41 AM
I forgot to mention it in troubleshooting but that was one of the first things I tried and it still didn’t work. Tried multiple times to do this. Thanks.
2021-05-16 09:04 PM
Changing from BYPASS clock source to Crystal/Ceramic Resonator and then power cycling the board was the solution.
Can't believe it took me this long to figure out. I still don't understand the root cause though. For now it's good enough.
2024-02-24 10:49 AM
Have the same issue, like you said power cycle is the key :grinning_face_with_sweat:
2024-11-20 05:58 AM
You are an actual GOD!