-
device resets
device name
ports are corrupted
loses input output parameters
-
I am trying to do similar project like STM8S001JRS485 with modbus but using STM8S103F3 board and I can't upload modbus files on my board. I already downloaded on my board MINDEV.ihx using stm8flash bu…
-
First time trying Sduino.
1. Did a board manager install of Sduino per the instructions (running Arduino 1.8.2):
> Start the Arduino-IDE. In File->Preferences, Settings tab, enter
> https:…
-
I'm unable to compile the latest release (v20.1C.3 8a0872e) on OSX.
The compilation fails on one of the last files (ebike_app.c) with the following error message:
sdcc -c -I../common/STM8S_StdPeri…
-
I hope you are still around :)
I am trying to learn how to use an STM8S with a STM8S-discovery board and I can flash using STVP, but I'd like to incorporate a command line flash into my VS Code (ta…
-
I managed to patch the library but I get a syntax error when trying to compile the source files in "src":
../inc/stm8s_it.h:45: syntax error: token -> '__interrupt' ; column 12
-
I begin with stm8 (I have nucleo STM8S208RB). I use your HowTo. Thank you very much.
But I have problem with openocd. I compiled openocd from git repository.
I run:
```
openocd -f interface/…
-
Hello, thanks for the great works. Could you kindly add support for the n76E003at20 chip from nuvoton. Thanks
-
I read your code and find this line:
`WRITE_PERI_REG( 0x3FF6E020 , READ_PERI_REG(0x3FF6E020) | (1
-
The current readme only states to use the platformio.ini to activate ststm8, however I wasn't able to get the target working on both, linux and windows, using stable and development targets.
Log on…