-
Bug description:
Once the internal multiprotocol module is enabled for the active model, EdgeTx will not boot up to the UI. A black screen with the Enter symbol is displayed. If a switch or the thr…
-
I'm getting: (with a fresh download as of today, BTW:where is the current version buried?):
```
$ cd blackmagic-master
$ ls
COPYING Makefile UsingSWO libopencm3 src
HACKING README.md driver …
-
## Current Behavior
Ghost TX LED freezes on blue when I attempt to flash it through openTX
## Steps to Reproduce
Compile latest master via ExpressLRS Configurator and press "flash external mo…
-
Hello! I've been working on my Redox for a while longer than I wish to admit, and had recently resolved some issues and successfully uploaded firmware to the two halves. However, I am still having iss…
-
Hi, I saw @newbrain mention in #456 that he's already working on STM32WB support, but I don't want to clutter up that PR with unrelated discussion, so I'm opening a new ticket.
I've got a STM32WB N…
-
in OS X 10.11.1, compiled stm8flash with libusb1.0.20 (homebrew)
```
# make
cc `pkg-config --cflags libusb-1.0` -g -O0 --std=gnu99 --pedantic -I`xcrun --show-sdk-path`/usr/include/ -I`xcrun --show-sd…
ghost updated
3 years ago
-
Hi. Where should I start debugging this? On STM32F3, and switching from openocd:
```rust
Finished release [optimized + debuginfo] target(s) in 23.16s
Running `probe-run --chip STM32F303C…
-
Older commit:
```
$ time stm8flash -c stlinkv2 -p stm8s003f3 -w empty.bin
Determine FLASH area
Writing binary file 6144 bytes at 0x8000... OK
Bytes written: 6144
real 0m2.735s
user 0m0…
lujji updated
3 years ago
-
Hi all,
I'd like to use BMP for flashing/debugging new STM32WLE5 chips.
https://www.st.com/en/microcontrollers-microprocessors/stm32wle5jc.html
I have Seeed Studio Lora E5 module on a DIY …
-
Hi,
I'm trying to use your toolchain for STM32F103RB development, while I'm constantly having this issue.
I was trying with my own application first, but I decided to try with your blinky example.
…