-
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'
…
-
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…
-
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…
-
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…
-
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?
-
Hi, does your firmware extraction code also work with firmware v2.3 or could you share the steps to modify it so that it would?
Thanks.
-
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.
-
Inspired by this hack
https://hackaday.com/2017/02/13/hacking-on-the-weirdest-esp-module/#comment-5820116
I tried something similiar:
MQTT from an STM32 Bluepill running mecrisp FORTH, connected to…