From: Matthias T. <mt...@we...> - 2010-09-16 19:07:28
|
Al, > I saw amforth and popped it on an ATMega 8. Works but very little code space. Yeah, atmega8 is more a mee-too system. Not really usable any more. If you really want to use such little systems, you will have to go back in time and use versions around 1.x or so. > So I dug up an ATmega 16 (you can mark it as working on the matrix -- it > does). Ok, but it is already mentioned ;=) > > However, I want to be able to use Marker. It already worked, and does not currently. But it will do so again. But dont ask, when... > I have uploaded the definiton several > different ways including the python shell (which appears not to handle > backspace well in interactive mode, by the way). It seems to work, but after > you execute it (example: marker blah) the system will say OK but any input > will hang the system when you hit enter. Your complaints are welcome, but what could I do? Others complain that the scripts do not work at all due to <whatever>. I use the scripts on my systems and they work good enough. Maybe I intuitivly circumvent all the bugs and deficits already ;=) > So as it stands now I must use a crystal or resonator Most people who work with atmegas strongly recommend to use a quartz when it comes to serial communication (even at low speed such as 9600 characters per second). The internal oscillator works at 8MHz which is cut down to 1MHz and it is known to be very unstable. And again: marker is currently broken, sorry for that. But it will come back. Sooner or later. Matthias |