-
Hi,
By default F_CPU for STM8S_BLUE "STM8S103" is wrong in the c_cpp_properties.json file
"F_CPU=160000000L" (160MHz) instead of "F_CPU=16000000L" (16MHz)
Thank you
ipa64 updated
3 years ago
-
> Executing task in folder 6xS STM Driver: platformio run --environment stm8sblue <
Processing stm8sblue (platform: ststm8; board: stm8sblue; framework: arduino)
----------------------------------…
-
uploading code to sduino uno (STM8 Arduino clone) via serial bootloader fails due to an outdated version of stm8gal:
```
stm8gal (v1.2.0 beta)
load Intel hex file 'firmware.ihx' ... ok (2.7kB)
…
-
please consider adding support for the Nucleo-8S207K8 development board by STM. Thanks a lot in advance!
https://www.st.com/en/evaluation-tools/nucleo-8s207k8.html
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Ubuntu
Distribution Version | 18.04.1
Linux Kernel | 4.15.0-43-generic
Architecture | x86_64
ZFS Version | …
-
HI WE LIKE TO USE STM8SF3P6 OUR APPLICATION WITH GSM COMMUNICATION SO WE LIKE TO USE SOFTWARE SERIAL FOR THAT AND FOR SERIAL CHECKING WE LIKE USE SERIAL PORT IS MY CONCEPT WORKOUT ? IS IT SUPPORT SOF…
-
The `bsl_getInfo()` function in bootloader.c attempts to determine memory size of the device by reading from the last byte of flash. I notice that it does not have a case for 64K devices. I believe th…
-
Is STM8S mcu like the STM8S003 supported?
-
Thanks for a great project, works very well and stable for me.
I'm just wondering if there is an option for the user to rename the button names, e.g. Output1 -> Relay 1 or Light 1 ...
Thanks an…
s57aw updated
3 years ago
-
After testing STM8L USART and BG options, and testing with different STM8L chips (STM8L101F3, STM8L051F3, STM8L151K4 and STM8L052R8) and STM8S chips (STM8S003F3, STM8S005K4, STM8S207RB) didn't reveal …