I successfully compile amforth for atmega16 and programmed my board (Atmel mega16 mini) with hex+eep files.
Now I'm in trouble with the serial connection. Here is my simple template.asm: _____________________________________________ ..include "macros.asm" ..include "device.asm" ..equ TIBSIZE = $64 ..equ APPUSERSIZE = 10 ..equ NUMWORDLISTS = 8 ..equ F_CPU = 11059200 ; terminal settings ..set WANT_ISR_RX = 1 ..set WANT_ISR_TX = 0 ..equ BAUD = 38400 ..include "drivers/usart.asm" ..set rstackstart = RAMEND ..set stackstart = RAMEND - 80 ..equ AMFORTH_RO_SEG = NRWW_START_ADDR ..include "amforth.asm" ____________________________________________ Setting my PC terminal to 38400, 8N1, no flow control I only receive sequencies on NULL char. [00][00][00][00][00][00][00][00].... I set the SUT fuse to 11 (max startup time) and CLKSEL = 1111, is this right? Any hint? Paolo --- Questa e-mail è priva di virus e malware perché è attiva la protezione avast! Antivirus. http://www.avast.com ------------------------------------------------------------------------------ The best possible search technologies are now affordable for all companies. Download your FREE open source Enterprise Search Engine today! Our experts will assist you in its installation for $59/mo, no commitment. Test it for FREE on our Cloud platform anytime! http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel