-
There are lots of inconsistently implemented features in all in-tree platforms which should obey the same internal API.
The actually-invoking-UB one is `platform_target_voltage()`, see #1866. But als…
-
First, this is really nice work, so legible. Thanks!
Reading through STM8SF103F3.h and comparing it to ST's RM0016 I think I found some inconsistancies.
Here it seems that the reset values for s…
-
```
#include "stdio.h"
#include "stm8s.h"
void main(void)
{
float gg=123.123;
char str[20]; //create an empty string to store number
sprintf(str, "%f", gg);//make the number into str…
-
platformio + sdcc 4.4.1
font.h:
```c
extern CONST u8 Font_JSE_ZXSpectrum_8px[];
```
build err
```
?ASlink-Warning-Undefined Global '_Font_JSE_ZXSpectrum_8px' referenced by module 'font'
…
-
You pointed me to this link - https://github.com/Argon40Tech/Argon-ONE-i2c-Codes/blob/master/README.md - thanks o the code to ensure always on - 0xfe - but unsure how to access that to implement it. I…
-
Hi,
Can you pls give little bit cue on importing stm8 to Ghidra. Current copying to extension folder didnt help me.
Also i couldnt find the language on tool.
Is there any SVD file that you kn…
-
SETBIT operation should not have bitwise negation on value
https://github.com/rumpeltux/stm8s-sdcc-examples/blob/e54983d4f5f29466e8913cce7115569e9544a10b/serial_interrupt.c#L13
-
Hi All,
as an addition to the now closed issue of Intermittend reboot Netmodule the following:
The module kept on rebooting with an interval between 8 and 16 hours
There was no link with act…
-
Just new to sduino and would like to know if **attachinterrupt** is supported?
-
I have a project used sduino. I need the STM8S in sleep mode and wake up by GPIO interrupted.
Can I use set_sleep_mode (SLEEP_MODE_PWR_DOWN) or something to do it?
Thanks.