stm8flash icon indicating copy to clipboard operation
stm8flash copied to clipboard

program your stm8 devices with SWIM/stlinkv(1,2)

Results 35 stm8flash issues
Sort by recently updated
recently updated
newest added

I wasn't a fan of the static Makefile, this will turn the project into using autotools which detects missing libs and sets everything "auto-magically" for the end user. It also...

Hello all, As far as I know the only graphical option byte editor is the STVP. Unfortunately it saves the option bytes in a weird format: ``` :01480000AA0D :0148010000B6 :0148030001B3...

AFAIK, there are three official variants: ST-LINK, ST-LINK/v2, ST-LINK/V2-1. For all three, there exist various firmware version. A non-free update utility for the non-free firmware can be found at: http://www.st.com/en/development-tools/stsw-link007.html...

``` ./stm8flash -c stlinkv2 -p stm8s103?3 -w ../sdcc-examples-stm8/blinky.ihx ``` results into ``` Determine FLASH area Writing Intel hex file 194 bytes at 0x8000... Tries exceeded ``` There is stm8s103f3 controller...

``` PS C:\Users\admin\Desktop\stm8flash> make -j5 GCC -g -O0 --std=gnu99 --pedantic -c -o stlink.o stlink.c GCC -g -O0 --std=gnu99 --pedantic -c -o stlinkv2.o stlinkv2.c GCC -g -O0 --std=gnu99 --pedantic -c -o...

I tried flashing the STM8L001J3 with binary contained in vdudouyt/stm8flash 3e034d3 (master, Dec 13, 2017). Flashing the device doesn't work for unknown reasons. I tried using the "-d slow" option...

Hello, I have problem with clearing ROP (Read-Out Ptotection) byte in STM8L150. I have device with protected bytes set. I trying to set this byte to 0xAA, then reset the...

ST has controllers for wireless charging that have an integrated STM8 microcontroller: STWBC, STWBC-EP, STWBC-WA. Possibly also ASTWBC5V and STWBC-MC, though I only found the latter two mentioned at IAR,...

I was looking through the code and noticed some writes to hardware registers that I can't match up to the ST documents. I've given the registers and the code lines...

I'm not filing this as a pull request because it wasn't code that I wrote, but @swegener has some useful commits on their master branch that improve code quality and...