sduino icon indicating copy to clipboard operation
sduino copied to clipboard

An Arduino-like programming API for the STM8

Results 69 sduino issues
Sort by recently updated
recently updated
newest added

When I try to upload a program with stlink (Sketch->Upload Using Programmer), it compiles but fails with the error "Error while uploading: missing 'program.params.verbose' configuration parameter". If I export the...

Hello, I found some example usage codes on the Internet, but I couldn't get the MCP4725 to work, I tested it with Arduino Nano and it worked. Test code for...

I have 3 files in project folder: - project.ino - lib.h - lib.c Content of lib.h: #define FOO 123 Content of lib.c: #include "lib.h" int foo() { return FOO; }...

i dont find any software serial can support stm8 In arduino, just find this project on STVD? can trans it to surport?

The upcoming 4.1.0 release of SDCC will allow some simplifications to the wrapper script `sdcc.sh`. Firstly, the compiler can be told to treat files of unknown type as C using...

The Generic selection is working with a new build of SDCC. And it makes print function much neater. I got it working in my fork. https://github.com/DeqingSun/ch55xduino/blob/ch55xduino/ch55xduino/ch55x/cores/ch55xduino/genericPrintSelection.h

I cannot Install sduino on arduino 2 beta. On v1.8.13 it works to install it. Error Message: ``` Downloading packages sduino:[email protected] sduino:[email protected] Installing sduino:[email protected] sduino:[email protected] installed Installing sduino:[email protected] sduino:[email protected] installed...

For a project I have to reset the STM8 by software, but I can't find the function anywhere in the code. Is this just not possible by now or did...

the STM8S003K3 has almost the same hardware as the STM8S003F3 (they even share a datasheet), sou my request hopefully is not too hard: Proper GPIO mapping for this CPU. As...

> 'C:\Users\*' is not recognized as an internal or external command, > > operable program or batch file. > > exit status 1 After compiling code i get this error...