Close

Forth to Flash

A project log for eForth for cheap STM8S gadgets

Turn cheap modules from AliExpress into interactive development kits!

thomasThomas 10/29/2016 at 11:160 Comments

As outlined in the previous log entry, compiling Forth to NVM requires some changes. I had to refactor some code (e.g. the way PAD works in a background task) but now I can compile words to Flash, and use them together with a volatile vocabulary in RAM.

Did I mention that this is a great way to do automated tests on different integration levels from unit tests to SW-HW-integration?

Now I did.

By the way, I just pushed the changes to GitHub.

Discussions