From: <an...@ki...> - 2010-08-04 13:34:01
|
At a guess I would think that the second problem is perhaps related to the first in that the core code compiles to just under 8k. This should fit into the memory of a 32k device easily with bags of room to spare. Your base addresses etc would appear to be wrong. A second question (sorry got to ask it most folks miss it) did you program the eeprom ?? What are you using as your build route/toolchain ?? What fuses did you program ?? I haven't built the most recent release but will do when I get a mo. Its on the to-do list. Cheers Andy Kirby On 04/08/10 03:41, ken...@al... wrote: > Hi, > > I have tried using both my serial port adapter and my FTDI USB serial > adapter on amforth 4.0 assembled for the duemilanove. (The board I'm > actually using is one of the free clones of the arduino with separate > serial adapters). I have used both minicom under linux and a terminal > emulator under Windows with nearly the same results. Both of the serial > adapters have been used successfully for serial programming of the > arduino. > > When minicom starts I see: > > > amforth 4.0 ATmega328P >> amf > > Pressing reset on the Arduino causes another "amf" to be output so I > get: > > > amforth 4.0 ATmega328P >> amfamf > > There is no response to keyboard input. > > Do you have any suggestions on where to start troubleshooting this > problem? I noticed that the duemilanove is using polling for both input > and output now. I had the same symptoms with earlier versions using > interrupts. > > Thanks, > Ken > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ > Amforth-devel mailing list > Amf...@li... > https://lists.sourceforge.net/lists/listinfo/amforth-devel > |