-
@akospasztor Is there any solution for updating firmware wirelessly (OTA) on stm8s003f3p6 chip ?
-
I've been wondering if it's possible to have support for STM8S boards since STM32 is already supported. Not sure what would be the problem on supporting these boards.
I had tried using the existing…
-
STM8S Which is the program
-
| | |
| --- | --- |
| Bugzilla Link | [9477](https://llvm.org/bz9477) |
| Resolution | FIXED |
| Resolved on | Mar 15, 2011 16:33 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Co…
-
During an [exploration of the STM8L LSE and RTC features](https://gist.github.com/TG9541/0a71928f36e29ba92af34ec4312f2b25) I got the following idea:
> It may be possible to substitute the TIMx in …
-
Hi,
I am really enjoying using this toolchain for my project. However, I'm a bit stuck at the moment:
I'm trying to CREATE a byte-oriented data table for an audio DSP in a STM8S105 running STM8E…
-
In `stm8l10x.h` the included interrupt header file refers to the STM8S series, not the STM8L10x.
```patch
--- stm8l10x.h.orig 2021-10-18 14:52:40.882365259 +0200
+++ stm8l10x.h 2021-10-18 14…
-
Issue Type: Bug
Example: volatile unsigned int a @0x100;
The variable 'a' is not define becouse the '@' flag is not supported.
Extension version: 1.6.0
VS Code version: Code 1.59.1 (3866c35…
-
Hello:
I have a big problem when I'm trying to compile a blink sketch with my hardware definition. I'm running into an error and i didin't understand the cause of problem.
```
Arduino: 1.8.5 (Windo…
-
Use interupts from UART3 is'n possible witch sdcc. Because:
https://github.com/gicking/STM8-SPL_SDCC_patch/blob/a65f8df8560ae715a6bb736738fe9b819b2ee0fe/STM8S_StdPeriph_Lib_V2.3.1_sdcc.patch#L3263-…