From: Erich W. <ew....@na...> - 2012-05-14 17:05:52
|
Hi Jan, On 05/14/2012 04:28 PM, Jan Kromhout wrote: > Hello, > I found some strange thing. > I compiled the version 4.8 under windows with AVR Studio 4. > As you can see there where no errors. > ATmega328P memory use summary [bytes]: > Segment Begin End Code Data Used Size Use% > --------------------------------------------------------------- > [.cseg] 0x000000 0x007ef6 1936 10724 12660 32768 38.6% > [.dseg] 0x000100 0x0001dd 0 221 221 2048 10.8% > [.eseg] 0x000000 0x000052 0 82 82 1024 8.0% > Assembly complete, 0 errors. 0 warnings > When I flash this version to the Arduino, some strange things where find. > Windows/IMAC is not recognise any more the USB port of the arduino! > When I take the prepared files (Get from the sourse forge side) > from the directory c:\amforth-4.8\appl\arduino and flash them to the arduino there is no problem. > (duemilanove.hex and duemilanove.eep.hex) > Is this meaning that i never can make a version under windows? > Thanks for anny help. a. There is Karl Lunt's user guide on the amforth website, which has a bit of information on AvrStudio. http://amforth.sourceforge.net/amforth-userguide.pdf b. You did double check the fuse settings and the baud rate stuff? AvrStudio might have its own ideas about the world. Just my 2 cent, I don't use AvrStudio. Erich |