mmilch
mmilch
_$ echo "00" | xxd -r -p >ROP_CLEAR.bin $ stm8flash -c stlinkv2 -p stm8s105?4 -s opt -w ROP_CLEAR.bin_ Hi. I got ROP protected stm8s105s4 chip in e-bike controller and would...
I remember I had similar issue with Intel HEX format. There are two solutions: - you can flash Intel Hex file by ST Visual Programmer (STVP) into program memory https://www.st.com/en/development-tools/stvp-stm32.html...
https://community.st.com/s/question/0D50X0000AqB8JuSQK/stm8s103f3-getting-tries-exceeded-with-stlink-ubuntu Check with multimeter are all connections between chip pins and development board (same pins) "OK". It might be some board or chip internal issue. **BTW - When I said...
_$ echo "00" | xxd -r -p >ROP_CLEAR.bin $ stm8flash -c stlinkv2 -p stm8s105?4 -s opt -w ROP_CLEAR.bin_ Hi. I got ROP protected stm8s105s4 chip in e-bike controller and would...