Alex Martens
Alex Martens
I'm triaging Cortex-M issues today. I think the original question has been resolved, feel free to re-open if not! As for `NVIC::unmask` vs `__NVIC_EnableIRQ`, I don't think they are entirely...
I'm triaging Cortex-M issues today. I think the original question has been resolved, feel free to re-open if not!
Can you rebase this? The CI failure is from an old MSRV
Oh, sorry, I didn't see that this was targeting `v0.7.x`! That makes more sense then. The problem is that `serde_json` isn't pinned, and the latest version requires edition 2021. I...
What version of `probe-rs` are you using? There have been a number of bugs in the past with the STM32WL (ref https://github.com/stm32-rs/stm32wlxx-hal/issues/74). All the bugs are fixed in version >=...
> Also, I am assuming that @newAM is still able to connect to the STM32WL55JC and that this is therefore not a universal issue with support of these boards (@newAM,...
I just re-checked this, I made a bad assumption that all the `probe-rs` based tools behave the same. With `probe-run` I can flash & use defmt (frequently used for CI...
Oh! I know the problem. The STM32WL55 is a dual-core target and likely uses commands for multi-drop targets which are still in development (I think, it has been a while...
I'm using probe-run in CI with the embedded STLink on the nucleo boards for the stm32wlxx-hal, still works on v0.3.9. I can try your specific command this weekend if I...
I was able to reproduce @WesleyAC 's problem. It only occurs when using the `STM32WL55JCIx` target (multi-core variant), it works with the `STM32WLE5JCIx` target (single core), even though the nucleo...