-
I have an STM8S discovery board.
I have no idea what I am supposed to do.
Here is my launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "stm8-debug",
…
-
Adding a bootloader with serial support will allow us to update the firmware without using STLINK, but even using serial passthrough of FC
-
I test push and pop instruction,some issue confuse me.
push cc #cc = 0
when cc=0,and cc is push to stack,the value in stack is 0x28,this mean I1 I0 is set,why?
pop cc #cc=…
-
I think we should use dockercontainers for 'official' release builds. Devs could still develop without using docker if they want, but docker costs very little CPU from the dev and it solves all prob…
-
Hello, is it possible to make this work with this board???
https://www.aliexpress.com/item/4000458864812.html?spm=a2g0o.productlist.0.0.178258cbMTkQa4&algo_pvid=2c21f90c-1646-47a2-be95-f4417b98ed5f…
-
Unluckily seems like your code does not work anymore for modules with v2.6 firmware.
Any chances of getting the STM8 source code that gets translated to the stub to upload?
Any link for the docs on …
-
stm8flash currently is an essential part of the free toolchain for STM8. I'd suggest to make a release. Releases tend to be more trusted by users and tend to make it more likely that the software gets…
-
The toolchain used for the development of the embedded software for the ARM-based boards is at the moment based on the following tools:
- The creation of a low level HW driver is done by means of `…
-
```
What steps will reproduce the problem?
1. Compile versaloon nano and vsprog under ubuntu 14.04.1 lts with gcc.
2. Try to flash stm8 (swim) or stm32 (swd) mcu.
What is the expected output? What do…
-
```
What steps will reproduce the problem?
1. Compile versaloon nano and vsprog under ubuntu 14.04.1 lts with gcc.
2. Try to flash stm8 (swim) or stm32 (swd) mcu.
What is the expected output? What do…