Hi all, I'm having trouble running `probe-rs` when connecting to a simple blinky sketch with embassy - here's my entire code example https://github.com/bsodmike/stm32h747xi-async-quickstart Log from probe-rs, at least the failure info: ```json { "timestamp": "2024-02-14T02:11:01.370035Z", "level": "ERROR", "fields": { "message": "probe-rs-debugger session ended: Core is in LOCKUP status - encountered an unrecoverable exception" }, "target": "probe_rs::cmd::dap_server::server::startup", "filename": "probe-rs/src/bin/probe-rs/cmd/dap_server/server/startup.rs", "line_number": 76 } ```