-
Notifications
You must be signed in to change notification settings - Fork 7.3k
X-NUCLEO-WB05KN1 UART does not work with STM32 nucleo board #88603
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
Hi @dd1337! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Hi @dd1337, regarding your issue there are some points described below:
With the solution I provided you, I tested |
@HoZHel thanks for getting back 🙏
Thanks again for your support. I will report back in a couple weeks when I receive STLink and flash the shield. |
@dd1337 I have same nucleo board and since SPI to this board doesn't currently work, I tested UART as backup solution and it works based on your overlay file with shield flashed with the "DTM_UART_WITH_UPDATER_CONTROLLER" firmware. |
Describe the bug
After connecting X-NUCLEO-WB05KN1 out of the box to Nucleo h755zi-q via UART (usart2 or lpuart1) BLE cannot be initialised due to receiving unknown command errors, as such:
To Reproduce
Expected behavior
Should initialise BLE
Impact
showstopper
Logs and console output
Environment (please complete the following information):
Tried with:
Zephyr 3.7.1 ,4.0.0, 4.1.0
Additional context
overlay dts
I have also tried to use lpuart1 with the same results.
The text was updated successfully, but these errors were encountered: