-
In some cases, patching the STM8 eForth kernel is required, e.g. in `CURRENT` for `WORDLIST` and `VOC` extensions. For that the target address if a `CALL` instruction has to be known.
Add export f…
-
The STM8S001J3RS485 Mini-MODBUS board works best with a two-wire half-duplex console on PC5.
This change uses STM8 eForth 2.2.24.pre1 which introduced support for custom targets (see [STM8 eForth #…
-
Greetings,
It is much appreciated if someone would kindly explain the internal workings of lbForth (any documentation available?).
How many stacks does lbForth have (data, return, control, float…
-
> There is an new solution, the [modular build](https://github.com/TG9541/stm8ef-modular-build), to which I'll eventually update this project.
_Originally posted by @TG9541 in https://github.com/TG…
-
Hi. I have a W1209 with STM8S003F3P6 on board. After the successful flashing I am stuck with the "4th" display. Long pressing "set" has no effect.
I ran
```
make clean
make BOARD=W1209 flash …
-
Hi Thomas,
I know pretty much next to nothing when it comes to eForth. I did not know what it was until a couple of days ago when I was trying to see if there would be a better firmware for the 4 r…
-
The original W1209 firmware has a configurable overheat protection that shuts off the relay when the temp rises above a set value. I'd like to create a similar feature that, rather than shutting off t…
-
Hello!,
I don't need the LCD driver support, so I was wondering if there was any issues about using the STM32L151, with the existent image for the '152? Do I need to make any changes?
Thanks as …
-
There is a big fat bug in the implementation of FC15. A first fix can provide a limited functionality, e.g. like FC2.
-
Hello. I do not know if this is the right approach, I've tried several and this is the closest yet. I'm still learning some of this stuff. I am driving a 4-dig 7-seg bar (common anode), and I have …