-
- [X] Programmer/board type: Stlink/v2-onboard
- [x] Programmer firmware version: ??? (don't know how to find out)
- [X] Operating system: Linux 4.15
- [X] Stlink tools version and/or git commit ha…
-
Hi guys,
Great work! A quick question. Did you succeed in loading this to an EVK device? I am trying to upload the following program using mcuxpresso's GUI Flash tool to an imxrt1052 EVKB, it seems…
-
I am not able to JTAG through the board after the `openocd-fuser-hyperflash`.
My board is no more usable...
Here is the sequence done. I am using openocd JTAG for a while on release 3.4. This is a…
-
Sorry if this is the wrong place:
The Cortex-M Quickstart guide Docs.rs build 0.3.4 is failing with the following:
`
error[E0658]: The attribute 'panic_implementation' is currently unknown to the c…
-
I'm working on [this issue in InfiniTime](https://github.com/JF002/Pinetime/issues/60) : race conditions occurs during sleep/wakeup and something put the devices (spi) into an incoherent state (I thin…
JF002 updated
4 years ago
-
In version 1.3.0 "Removal of undocumented st-term utility", but this utility has documentations:
https://github.com/texane/stlink/commit/3c28cf15a79b50d273fa8147b93eb7c09c770f0b
-
- [X] Operating system: e.g Linux, Mac OS X, Windows (with specific version)
- [X] Stlink tools version and/or git commit hash: v 1.5.1
- [X] Stlink commandline tool name: `st-util`
When st-uti…
donmr updated
4 years ago
-
Programmer/board type: Stlink/v2-1
http://www.playembedded.org/blog/en/2015/02/10/hello-chibios
I read this great tutorial on playembedded. It says:
> string “Hello World” is printed on Seria…
-
```
user@host $ cat Cargo.toml
[package]
authors = ["user@host.com"]
edition = "2018"
name = "test_app"
version = "0.1.0"
[dependencies]
cortex-m = "0.5.7"
cortex-m-rt = "0.6.3"
cortex-m-s…
-
My running ends up with the "stlinky magic not found in sram :(" error. The cause is that the "if (STLINKY_MAGIC == READ_UINT32_LE(sl->q_buf))" check never succeeds. The hard-coded STLINKY_MAGIC value…