-
It seems, currently the STM8 is supported via the non-free IAR and Raisonance compilers only.
The free C compiler SDCC supports STM8 since the 3.4.0 release in 2014.
Philipp
-
Hi,
First of all thanks you for this amazing project.
I flash with success my esp.
When i try to flash my stm8l i have a message "determine flash area" but nothing is do after.
Have you any idea? …
-
So far, this hardware is supported by stm8flash, allowing us to read and write memory on the STM8 without having to rely on the ST-Link with its non-free firmware.
However, there are patches to Ope…
-
My gdb version is
` GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.3) 7.7.1`
`spike pk hello` works well.
Following https://github.com/freechipsproject/rocket-chip/pull/213 and https://riscv.org/software…
-
New in the mail was a board with the following features:
* STM8S105S4T6 (16K Flash, 2K RAM, 1K EEPROM, 44pin)
* 6 relays 12V/250VAC w/ 6 red status LEDs
* 6 green status LEDs
* 4 digit digital cl…
-
Do you have a pre-built toolset and setup instructions somewhere?
-
- VSCode Version: Code 1.4.0 (6276dcb0ae497766056b4c09ea75be1d76a8b679, 2016-08-04T16:45:31.680Z)
- OS Version: Windows_NT ia32 6.1.7601
Steps to Reproduce:
1. Yestoday I add a directory and use the …
-
hi:
which kind of compilor you are used in "stm8-cc1101-baby-monitor" project? i find that compilor name is sdcc in Makefile.
are you develop this project on linux?