From: Matthias T. <mt...@we...> - 2010-03-15 20:59:23
|
Hi Mike, > The amforth files for Bf create a hex file on AVRStudio without error or warning, and a > STK500 claims to successfully copy it to flash via ISP (just the one file, no EEPROM file as > indicated at one point in the amforth documentation). Exactly that is the problem: You definitly need the EEPROM hex file, without it amforth cannot work at all. Strange that the avrstudio does not generate one.. You may find hex files in earlier versions, I sometimes miss to generate one for a release. mea culpa. Please do not mix the versions however... Matthias |