-
Hello :crab: ,
First of all, thank you for sharing your hard work here! :smile_cat:
Thanks to you, I was able to run a "Hello World" FreeRTOS task on my `NucleoF429ZI` board (cortex-m4f).
Below …
-
We use ESP32 WROVER-E 8M module with 8M SPI, after enable CONFIG_SPIRAM_BOOT_INIT, startup failed.
```
(577) esp_image: segment 4: paddr=0013e6e8 vaddr=40080000 size=1cee4h (118500) load
I (646)…
-
As requested in https://github.com/probe-rs/cargo-flash/issues/20, here are the details about my setup.
I'm using an ST-link clone from Aliexpress, as [shown here](http://blog.linuxbits.io/2016/02/…
-
Thanks for the great work.
Is it possible to extend runToMain to runToFunction which will take an arg to make it possible to break at a specific function instead of main?
Regards,
Chris
-
It calls `interrupt::disable`, which uses `cpsid i`, which disables interrupts and exceptions that have *configurable priority* by setting PRIMASK. Notably, this does not affect (on thumbv6) the NMI a…
-
It would be useful for example to enable semihosting in `openocd.gdb`:
```
target remote :3333
set print asm-demangle on
break DefaultHandler
break HardFault
break rust_begin_unwind
monitor arm…
-
**Have YOU made semihosting work on the STM32F407?**
**Please send me a: "Yes!", or a "No, I failed too"**
I'm using a [b]PC (Win8) and the gnu toolchain[/b], [b]cross tools[/b], and the [b]STMF4xx e…
mik00 updated
4 years ago
-
[gcc-arm-embedded](https://answers.launchpad.net/gcc-arm-embedded/) supports semihosting, a feature which allows the target to access the host over the debug link. This can be useful for debugging, bu…
-
Hello,
some application code does not work on release 3.4 while working on release 3.3.
There is an infinite loop in
`rt_bridge_connect(1, NULL);`
we call at the beginning of our application …
-
**NOTICE: The issue may be closed without notice when not enough information is provided!**
Thank you for giving feedback to the stlink project. Take some time to fill out
check boxes with a X in…
donmr updated
4 years ago