-
Some Variants of STM8S comes with a beCAN Module (Basic Enhanced CAN)
Will be adding an example (with mostly a sort of lib) to use beCAN.
Hardware Availability for me : STM8S003F3
-
Will it be possible to do this? I want to use around 5 stm8s and 5 arduinos with a single nodemcu, so I want to use the stm8s and arduinos as a slave and the nodemcu as mater will it be possible and w…
-
I'm following the instructions on your main page, and am stalling at 'make s':
```
patching file ./STM8S_StdPeriph_Lib/Project/STM8S_StdPeriph_test/stm8s_it.h
patching file ./STM8S_StdPeriph_Lib/…
-
I get an error during the build process:
```
?ASlink-Warning-Undefined Global '_assert_failed' referenced by module 'stm8s_adc1'
?ASlink-Warning-Undefined Global '_assert_failed' referenced by mo…
-
Hi,
I tried to get a custom Board running when I realized that I am not able to compile for targets with longer label than 8 characters.
https://github.com/platformio/platform-ststm8/blob/00bed19b…
-
A request was made by email to enable one or two A/D inputs already on the STM8S. I've always resisted this because it requires modifying the HW-584 by removing a couple of resistors if present (BR4 a…
-
Thanks for the help getting started, I see the following warnings generated by your copy of std periph:
~/STM8/blink $ make
make[1]: Entering directory '/home/pi/STM8/blink/stm8builder/stdperiph_d…
-
Did a board manager install of Sduino per the instructions (running Arduino 1.8.19):
Start the Arduino-IDE. In File->Preferences, Settings tab, enter
https://github.com/tenbaht/sduino/raw/master…
-
Is it possible to both flash the esp8266 of the ESP-14 and also flash the bootloader to the STM8S003. The Module has ESP_GPIO0 pin and RX/TX pins on the STM8S, that are also connected with the esp8266…
-
It works!
I want my thanks to you. Unuse code is removed at linking time. Great. Very good work.
My coce with SPL is here: https://github.com/MarrekNozka/stm8-dce-example
Thanks!