-
Would it be possible to configure the VSCode `cortex-debug` extension to pull its gdb commands from `openocd.gdb`? I ran into this when trying to use semihosting, `openocd.gdb` enables it but the `cor…
-
I'm currently preparing a PR to migrate the Embedded Rust Book from OpenOCD / semihosting to probe-rs / RTT. Would it be okay to replace the openocd config and semihosting dependencies with an Embed.t…
-
It would be extremely helpful to see how semihosting and itm works with this crate
-
Hi,
Thank you for your very comprehensive wiki:
https://medium.com/coinmonks/coding-the-stm32-blue-pill-with-rust-and-visual-studio-code-b21615d8a20
It is great to have all the VS Code tasks se…
-
Every example declares its own `#[panic_handler]` function.
When I use only `panic_semihosting` crate, I get an error stating:
````
= note: arm-none-eabi-ld: /home/pi/.rustup/toolchains/night…
-
## Updated report
After some further investigation it seems that the `core::ptr::copy_nonoverlapping` function crashes when the dest address is not even on the `thumbv7em-none-eabihf` platform. I…
-
I am using a blue pill with the default settings from this repository. When testing I noticed that whenever I set the system clock to anything else than the default settings, the code panics.
Here'…
-
https://wiki.segger.com/SEGGER_Semihosting
-
**Describe the bug**
I was trying to run a baremetal arm32 binary built using picolibc, which uses prefetch (`pld [srcin, #0]`) inside strlen(). When using TimingSimpleCpu or MinorCpu, the CPU no lon…
-
As a faster alternative to semihosting, [RTT](https://www.segger.com/jlink-real-time-terminal.html) provides a bidirectional channel between the target and the host, that can be used to send trace mes…