-
Hello,
I have a question. Why did you chose to work with the STM8?
I don't have any numbers, but it seems the 8-bit MCU market is pretty much ruled by PIC and AVR devices, and the 8051 also see…
-
This could be a product of my own shortcomings but I found the following today when trying to use the SPI functionality.
NVM
: SPI_CR1 $5200 ; IMMEDIATE \ ($00)
: SPI_CR2 $5201 ; IMMEDIAT…
VK6TT updated
6 years ago
-
The Gaussian elimination method for solving a matrix involves closing in the limits of a loop, but I found my code wasn't working properly. I've zeroed in on the following misbehaviour of DO LOOP:
`:…
-
Howdy!
Just running a quick test of the uCsim example here ...
./sstm8 -g -w -tS103 -Suart=1,port=10000 out/MINDEV/MINDEV.ihx and telnet localhost 10000 which seem to start and run OK no error. …
-
Just an FYI, that codeload.py does not support half duplex. The description doesn't advertise this, so it really is not a bug. I still need a way to use my W1219 board with a windows platform.
Rich
-
The idea of `FILE` was taken from the original eForth sources: a terminal program that performs a source code transfer should be able to do a handshake with the embedded eForth: a "PACE" character at …
-
Hi,
We are trying to use this library and would like to know if it will be easy to modify the library to do the following:
1) We run a FORTH script, but only partially.
2) We store the VM in me…
-
New in the mail was a board with the following features:
* STM8S105S4T6 (16K Flash, 2K RAM, 1K EEPROM, 44pin)
* 6 relays 12V/250VAC w/ 6 red status LEDs
* 6 green status LEDs
* 4 digit digital cl…
-
Tried the latest binary today for my WD1209-FD testing. Found that the word "digit" is no longer in the pre-compiled binary. Which is odd because the forth.asm file in the master shows the entry. (Lin…
VK6TT updated
6 years ago
-
Just updated W1209 to 2.2.17 and dumped flash and saw all remnants of previous words in the dictionary. How about padding the remaining 3K flash with 00 for readability?
I thought about writing _an…