Tu Nguyen
Tu Nguyen
@bconn98 @estk can we go close this PR ?
Could you guide me the progress to preproduce that issue ?
nice, could you help to create a pull request
the PR https://github.com/BasedHardware/omi/pull/3511 solved that @aaravgarg
@harshithsunku ping me on Discord #tu301096
Nice observation. I just tested the SWD interface on Devkit 2 and encountered the same error as you. It seems to be an issue related to J-Link debugging rather than...
Can you try to enable some config and debug again: ``` CONFIG_THREAD_MONITOR=y CONFIG_INIT_STACKS=y CONFIG_THREAD_STACK_INFO=y ```
@Dirbaio I created a PR for it at https://github.com/embassy-rs/embassy/pull/3421
I think we should close this issue
It seems the BLE doesn't have proper restore after light sleep. I don't know the root cause yet, but a `reinit` function for `BleConnector` can help to solve that problem....