-
I'm trying to compile a new project. I've not added any additional code to main.cpp
My platformio.ini file is as follows:
```
[env:stm8sblack]
platform = ststm8
board = stm8sblack
framework =…
-
Following error is raised when linking with ```stm8-ld```. It looks like ```stm8.lib``` is not linked. I tried with ```-L``` and ```-l``` options, but ```stm-ld``` reports can not find library.
```…
-
@me-no-dev
Hi ,
I was trying to implement a i2c protocol with esp 32 as master and multiple stm8's as slaves. Code was implimented using adruino ide and wire.h lib was used. Initial address scanni…
-
276 bytes for a simple table lookup and setting a few bits is insane. This might be worth some hand-optimization.
-
PIO Core Call Error: "The current working directory /home/****/Documents/PlatformIO/Projects/hygro_controller will be used for the project.\n\nThe next files/directories have been created in /home/***…
zrmnd updated
4 years ago
-
Hi
I found this STM8S103F3 microcontroller , it support V-USB (description here : https://hackaday.com/2014/03/02/software-usb-on-the-stm8/)
Here is specification of STM8S103F3 microcontroller : htt…
-
There is a comment `PD5 GPIO pull-up` and `PA3 GPIO pull-up` but it takes a `BSET PD_CR1,#5` or `BSET PA_CR1,#3` to make it so.
When `HALF_DUPLEX = 2` in `globconf.inc` the init code shall chec…
-
I get "Multiple libraries were found ..." for an rf transmitter library compile but I have only one copy of that lib ( using Linux 18.04).
/home/user/.arduino15/packages/sduino/tools/sdcc/build.1124…
-
Hello Thomas,
How to go about the stm8s207k chip regarding the uart and the serial console ? The 32-pin package does not seem to provide the uart1 access. PA4 and PA5 are not accessible and according…
-
I know this is general to all STM8 software, not just STM8eForth, but no reports could be found of people trying to run them below 2.95v.
I
VK6TT updated
4 years ago