-
no support for read access yet, only write accesses are used and tested by Mini_SSD1306.
-
Hello Michael,
just installed Sduino from the Arduino-IDE as described - no issue and it worked immediately. Wow, I am impressed!!!
Now I would like to add new boards to Sduino. My first attemp…
-
Hello,
I came across your patch file for STM8L SPL, which is very neat, i successfully patched the SPL and i can see the generated template and project for SDCC, how do i use the provided makefile …
-
With the latest download, version: 2.3.1, released on 26-April-2018,
https://my.st.com/content/my_st_com/en/products/embedded-software/mcus-embedded-software/stm8-embedded-software/stsw-stm8069.htm…
-
Bootloader support would be nice for those devices with embedded ROM bootloader. [stm8gal](https://github.com/gicking/stm8gal.git) looks promising. It supports resetting the board via DTR line, as wel…
-
Hi everyone, I'm using an arduino uno to receive 433MHz to control equipment like a lamp. The problem is that arduino is not cheap but little stm8 boards are cheap put is the library supported and if …
-
I have been trying the patched SPL on stm8s-discovery.
I can not get the stm8s Tim4_TimeBase example working on my both stm8s-discovery. I have simplified the demo even more. All I want is PD0 led …
-
Hello!
When I tried to run the test project after I finished the patch, there are the following mistakes:
```
sdcc -mstm8 -lstm8 --opt-code-size -I.. -I../../../Libraries/STM8S_StdPeriph_Driver/inc…
-
Windows 10, Arduino 1.6.7
Install from Boards Manager, version 0.33
test code:
#include
#include
Servo myservo; // just a simple unsigned char to hold the channel-ID
Please he…
-
With the latest patch, all `stm8l15x_it.h` in `STM8L15x_StdPeriph_Examples`, line 81
```
void TRAP_IRQHandler(void); /* TRAP */
```
should be
```
vo…