Re: [Amforth] (Maybe) obvious tip.

2013-12-08 Thread Matthias Trute
Hi, The way to transfer a well tested code to a few (or many) devices by fetching the flash/eeprom contents and applying it to "virgin" systems is not uncommon in the microcontroller world. There are, alas, only very few programming environments that supports this approach. Most of them stupidly

Re: [Amforth] (Maybe) obvious tip.

2013-12-08 Thread Enoch
Hi David, 1. It should be an easy exercise to turn USART1 into your AmForth speaking port. 2. Most of us, I guess, download/upload snapshots as you do even with a single board since when messing up things using MARKER to backtrack usually doesn't work and recompiling everything to get back where

[Amforth] (Maybe) obvious tip.

2013-12-08 Thread David Wallis
Just solved a problem that's been ticking over in the back of my mind for weeks, and that has a blindingly obvious solution. Apologies if this is what people are doing routinely, but it didn't occur to me straight away and might be useful to someone else. My problem was that I use an ATmega644p ch