Replies: 1 comment
-
@asm5878 FYI |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m trying to run the Bluetooth shell test on a Nucleo-WB55RG with HSE (no LSE crystal) under Zephyr, I’ve disabled low-power modes (
CONFIG_PM=n
), but I still get an immediate disconnect after 'got remote features' (reason 0x08).My DTS overlay:
With LSE: init → advertising → connect → feature exchange → works.
With HSE: init → advertising → connect → feature exchange → immediate disconnect (0x08)
I’ve tried disabled Bluetooth features in prj.conf (still same result 0x08).
@erwango
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions