Re: [Flashforth-devel] FF 5.0 onto Arduino Mega 2560
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2014-04-02 18:51:47
|
The latest FF (from today) in GIT contains the latest code in hex files for the ArduinoMega and ArduinoUno. These are in the avr/hex directory. Program the hex file into the ArduinoMega with a ICSP programmer. It will overwrite the the Arduino firmware and replace it with FlashForth. You can access the FF via the USB serial port. 38400 baud XON/XOFF. When dumping files to FF a 1 millisecond delay between characters will guarantee reliable operation. Regrettably the Arduino USB-serial bridge does not support low latency flow control. The queues are too long. When compiling from source in the atmel studio you need to define a project with the ff-atmega.asm. Select the right include file in config.inc and configure the rest of the parameters. Compile it and program the resulting hex file unto the Arduino. BR Mike |