-
code:
``` python
#! python2
import time
import logging
from pyocd.probe import stlink_probe
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(name)s - %(levelname)s - %(message)…
-
Hi, I want to transfer the DATA pins to another port (port b), I changed the pins in my mcufriend_shield.h file to my own and changed the data port accordingly, but in the end I got a white screen .. …
-
It would be useful to be able to access and modify the option bytes using stm8gal. Especially the ROP (read out protection) bit for unlocking a locked MCU is important.
-
I wanted to flash a 4.12 VESC motor controller, which apparently needs SWIM.
Any chance you could add this feature?
-
Bootloader support would be nice for those devices with embedded ROM bootloader. [stm8gal](https://github.com/gicking/stm8gal.git) looks promising. It supports resetting the board via DTR line, as wel…
-
Hello lujji. Nice work you have here!!!
I've been playing around with your bootloader for days now i must commend your work. i however noticed when i upload hex file from iar or cosmic it does not …
-
Hi. I would like to better understand GPS driver section in the PX4 code. Especially ashtech driver, that I am modifying for "indoor gps module". Using gdb would be the best option. I need to debug st…
-
我看到有一个压件文件里面有几个 hex
F103-DAP-SWO-CDC-BLUEPILL-SWD_REMAP.hex
F103-DAP-SWO-CDC-BLUEPILL-SWD_unREMAP.hex
F103-DAP-SWO-CDC-STLINK_V2A.hex
或给我重新编一个hex
-
Hi, I’m looking to contribute.
I code, C, C++ and assembler. Have some experience of BLHELI_S
I have a wraith ESC setup on stlinkv2.
Have built, flashed it, and got the debugger working.
Made a smal…
-
> GCC -g -O0 --std=gnu99 --pedantic stlink.o stlinkv2.o main.o byte_utils.o ihex.o srec.o stm8.o -lusb-1.0 -o stm8flash.exe
c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../libusb-1.0.a(libusb_1_0_la…
eeyrw updated
6 years ago