-
Hi there @emmebrusa, Thanks for all your great work.
I was trying to flash the new version and during the flash process I get the following error.
sdcc: Calling assembler...
sdcc: sdasstm8 -plosg…
-
STM8S / STM8L conditional code in `stm8_adc.inc` is a bit hard to read and Forth headers are duplicated. Clean it up.
-
## Bug Report
Library authors can use a [relaxed-semver](https://github.com/bugst/relaxed-semver). For example, `1.0` is OK. If such a library is installed, `lib list` will return with the `1.0` ve…
-
I'm trying to flash onto an STM8103f3p6, but i keep getting this error:
```
psyden5757@PsyBook:~/Desktop/STM8FLASH/example/stm8s-sdcc-examples$ stm8flash -c espstlink -d /dev/ttyUSB0 -p stm8s103f3…
-
I'm going to write this up because I've seen it once before, but I don't think there is much that can be done about it.
First let me say that when a "clean" power loss occurs I've never had a probl…
-
hello all,
Will this project support operations via SWIM interface present in stm8 mcu, via stlink?
I have tried stlink in Debian 11..
* Installed packages
```lua
apt-get install pkg-c…
-
I'm still struggeling with debugging a STM8S target. It seems to me that eide doesn't pass the proper arguments to sdcc for generating debug symbols. The STM8 debug plugin complains about DWARF error:…
-
I would like to use a 7 segment display on tm1637 in my sketch, there is already a library for stm8s and SDCC [https://github.com/indigo6alpha/stm8s-tm1637](https://github.com/indigo6alpha/stm8s-tm16…
-
@akospasztor Is there any solution for updating firmware wirelessly (OTA) on stm8s003f3p6 chip ?
-
I've been wondering if it's possible to have support for STM8S boards since STM32 is already supported. Not sure what would be the problem on supporting these boards.
I had tried using the existing…