-
Currently it's not possible to run code that contains semihosting calls without having a debugger attached, since semihosting relies on the debugger catching `bkpt 0xab` and without a debugger, this w…
-
https://rust-embedded.github.io/book/start/semihosting.html
> One last tip: you can set the panicking behavior to exit(EXIT_FAILURE). This will let you write no_std run-pass tests that you can run …
-
relevant output of trying to run cargo build --example hello:
error[E0557]: feature has been removed
--> /home/frederik/.cargo/registry/src/github.com-1ecc6299db9ec823/panic-semihosting-0.3.0/sr…
-
What kind of issue is this?
### Configuration
**Operating system**:
Windows 11
**PlatformIO Version** (`platformio --version`):
pio --version
PlatformIO Core, version 6.1.9
### Descrip…
-
The picolibc read() currently looks like this:
```
ssize_t
read(int fd, void *buf, size_t count)
{
if (fd == 0) {
int ch = sys_semihost_getc((FILE *) 0);
…
pm215 updated
4 months ago
-
I am looking for any documentation which can help in modifying debug mode behavior.
As a part of experiment I am trying to put hart in halted state by executing ebreak instruction. as I am trying to …
-
OpenOCD behaves that way, that debugging is halted if the target issues SYS_EXIT (0x18).
Should be a oneliner if one knows the corresponding call.
And another idea which goes into the same direc…
-
On my corporate managed Windows11 laptop, the OpenOCD from the MSDK installer will not open the MAX32625PICO CMSIS-DAP device.
On the same laptop, a VirtualBox VM that we attach the same PICO to as…
-
Part of https://github.com/rust-embedded/wg/issues/383
Blockers:
* [x] rust-embedded/cortex-m-semihosting#49 – `interrupt::free` is not enough to access `static mut` safely
-
What kind of issue is this?
### Configuration
**Operating system**:
Win11
**PlatformIO Version** (`platformio --version`):
6.1.7
### Description of the problem
I didn't have much luck mak…