-
Hi Richard. Do you happen to have a memory map for the VM to show where the the dictionary, stacks, and other internal components are located? Also, what is the anatomy of a FORTH definition? For e…
-
Hi Richard, hope everything is fine at your side.
Do you remember us? We were working with your embed project a long time ago, lol.
So far, so good. But now we need to go a step forward and define i…
-
While looking at [ebike displays](https://github.com/OpenSource-EBike-firmware/TSDZ2-Smart-EBike/tree/master/src/display/KT-LCD3), I wonder about the process to add/mix/graft e4th into a primarily C …
-
When I load my forth definitions via the console on the W1209-FD they are not being saved in the flash.
eg after a clean flash of W1209-FD binary
STM8eForth 2.2.21 ok
words
IRET SAVEC RESET R…
VK6TT updated
5 years ago
-
I started a [Compiler and Assembly](https://github.com/TG9541/stm8ef/wiki/STM8-eForth-Compiler-and-Assembly) Wiki page that needs review.
Help would be highly appreciated :-)
-
* add `CURRENT`, `VOC`, `VOCABULARY`, etc to the lib
* establish automated tests
* write docs, and examples
-
I am using an Odroid C2 with Ubuntu 16.04 to upload source code from W1209-0.2.1 to a W1209 board with codeload.py. The first error I found with "make load" was:
if [ ! -d "out" ]; then \
curl -#…
-
The ESP-14 has a 8-bit STM8S003 processor built into the module.
https://www.esp8266.com/wiki/doku.php?id=esp8266-module-family#esp-14
The original design idea was to offer ESP8266-AT-command-WiFi…
-
Hello,
I'm looking for easy way control relay (220V load) with modbus and input pins (push buttons) on C0135 board.
As far as I understand I need to implement modbus and handling push buttons with G…
-
Hi, stm8ef in sstm8 simulator works perfectly for me using telnet connection, However, I need also #include feature there so I've tried simload.sh but it fails:
```
ivo@ip:~/Projects/forth/stm8ef/…
ivpri updated
5 years ago