-
I'm working with the stm32WL series trying to use the HSE clock instead of the tcxo for the lorawan communication. I've managed to make it works on the nucleo-wl55jc board by removing the following line:
and activating the hse clock :
But when I use the same code on my custom board with a STM32WLE5CCU6 this doesn't work and the mcu seems to not boot up at all. When I disactivate the hse clock I get this infinite wait :
Which make sense because no hse is activated. But I don't understand why the uC doesn't log anything when the HSE is on. If someone has any idea on the subject. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
I've tried some config mentioned here 37260 but nothing changed. |
Beta Was this translation helpful? Give feedback.
-
When I tried different clock configurations on a STM32WLE around one and a half year ago, I also recognized that many of them did not really work. |
Beta Was this translation helpful? Give feedback.
-
We found the issue, it was hardware related so sorry for the inconvenience. The issue is that VDDRF was not connected to VDD as we based out hardware on the reference design MB1720 and MB1848. Thanks a lot for your help @sense-Jo. |
Beta Was this translation helpful? Give feedback.
We found the issue, it was hardware related so sorry for the inconvenience.
The issue is that VDDRF was not connected to VDD as we based out hardware on the reference design MB1720 and MB1848.
This post still can be useful to indicate that in both st reference design MB1720 and MB1848 VDDRF and VDD are not connected as they should be.
Thanks a lot for your help @sense-Jo.