-
```
Implement MCU and system low power modes which can be enabled through system
calibration data.
```
Original issue reported on code.google.com by `ileacris...@gmail.com` on 5 Sep 2013 at 12:07
-
I have an STM8S discovery board.
I have no idea what I am supposed to do.
Here is my launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "stm8-debug",
…
-
```
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=g…
eeyrw updated
6 years ago
-
Hello,
I have renamed main.cpp to main.c it let move compilation move forware but at end it faile without any clear error message.
Here is log as below
platformio run -v
Processing stm8sblue…
-
Hello,
I am trying to upload an example sketch to my new STM8S Board. I connected it to my PC using STLink/V2 Programmer.
Even with the Bare Minimum sketch I get the following error:
```
C:\Us…
-
where is the code
-
- Vscode version: 1.44.2
- Platform IO core: 4.3.1
- platformio.ini file:
[env:stm8sdisco]
platform = ststm8
framework = spl
board = stm8sdisco
upload_protocol = stlink
![image](https://use…
-
I need to reflash multiple [STM8S Discovery](https://www.st.com/en/evaluation-tools/stm8s-discovery.html) boards within the same circuit. I expected that I can select the respective board via -S optio…
-
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 t…
-
Hey I find sduino as a great alternative for STVD and cosmic C compiler. Mainly because of the familiar Arduino IDE and easy code upload and serial monitor debugging option. So my plan is to use the I…