PDA

View Full Version : CamelForth for Tini430


Brad R
02-22-09, 12:43 PM
For those who might be interested, I have written a basic Forth that runs on the Tini430 board. This is a simple 16-bit integer Forth with no floating point or any other advanced features. You're welcome to download it here: http://www.camelforth.com/page.php?8

You'll need the IAR Workbench to compile it, and download it to the Tini430 board. If anyone knows of another downloading tool, I'll be happy to make a hex file of the Forth available so that you don't need to install the whole IAR suite.

I've just finished the port, so it should be considered "alpha test" and not production software. And it is missing one important feature: there is no way to autostart a downloaded application. (I'm working on that now.) So right now it's just for experimenting. I'd certainly appreciate hearing any bug reports!