-
Notifications
You must be signed in to change notification settings - Fork 7.5k
zephyr stm32f4 startup freezes at startup in PRINT_BOOT_BANNER() #stm32 #uart #boot #11339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What was your previous sha1? |
@sha1 sorry I don't know the exactly one. Guess the last form Friday(09-11-2018). |
ok, I think I got the issue.
|
I can confirm that the clock change to |
Verified the proposed fix also on ArgonKey board. |
Clock mask was not set correctly for usart1 in stm32f4.dtsi Fixes zephyrproject-rtos#11339 Signed-off-by: Erwan Gouriou <[email protected]>
Clock mask was not set correctly for usart1 in stm32f4.dtsi Fixes #11339 Signed-off-by: Erwan Gouriou <[email protected]>
After pulling latest commit(7c290b0), the startup hangs when printing chars to the UART.
Call stack trace:
I am using the a slightly different version of the
with following dts changes:
The text was updated successfully, but these errors were encountered: