-
It would be nice to allow support for semihosting for targets that have no serial output possibilities. In order to achieve that, one needs to add **--specs=rdimon.specs** to the linker options. But t…
-
**Is your feature request related to a problem? Please describe.**
I write examples for a sensor code, running on an embedded board. These take a few seconds to run, and I'd like to return control …
-
Semihosting is a top contender for being **the** stumble block in embedded so we really should discourage its use with a big fat warning and a checklist what to look out for if a program uses semihost…
-
I am using CTest to run some unit tests on OVPsimPlus. Every unit test consists of an independent `.elf` and its `main` returns 0 on success, and 1 on failure. Is there a way, using semihosting, to fo…
fpedd updated
2 years ago
-
Hi Andrew (et al)
Apologies in advance if this has already been asked, I could find no reference.
Does spike have a similar facility to the arm angel traps for printing messages ?
in particular we …
-
semihosting_write is called in semihosting_puts which expects that semihosting_write returns the length it writes.
Length minus the return value of syswrite trap which is normally the true length the…
-
I am trying to use multiple sensors on an I2C bus with a pca9548a multiplex. I cannot get the code to compile because of `unsatisfied trait bounds`. Likely I am not using the proper trait, but I have …
-
I would really like to add a bundled back-end for both Segger RTT and ARM Semihosting to this library.
The primary advantage of both approaches is the lack of need for anything else than the JTAG/S…
-
whenever I step on a empty loop, gdb hangs and `Ctrl-c` stop working until I reset the board.
## Steps to reproduce
- setup the code bellow
``` C
#include
#define SEMIHOSTING
#ifdef SEMIHOST…
-
I am trying to get semihosting to work on my bluepill. I followed this thread's guides [here]( https://github.com/platformio/platform-ststm32/issues/272) step by step but I am getting the following er…
Wire7 updated
3 years ago