Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

m16c-flash(1) [debian man page]

M16C-FLASH(1)						      General Commands Manual						     M16C-FLASH(1)

NAME
m16c-flash - Flash programmer for Renesas M16C and R8C microcontrollers SYNOPSIS
m16c-flash [COM_DEV] [CPU_TYPE] [FILE] [ID1:...:ID7] [OPTIONS] DESCRIPTION
m16c-flash is a flash programmer for the Renesas M16C and R8C microcontrollers which operates in asynchronous mode. OPTIONS
COM_DEV The serial device to use for flashing, e.g. /dev/ttyS0 or /dev/ttyUSB0. CPU_TYPE The CPU type you want to flash to (currently M16C or R8C). FILE The filename of the binary you want to flash. ID1:...:ID7 The device ID. --help Show a help text and exit. --version Show version information and exit. EXAMPLES
Flash the simple.s file onto an M16C microcontroller via the first serial port (/dev/ttyS0) using 0:0:0:0:0:0:0 as the device ID: m16c-flash /dev/ttyS0 M16C simple.s 0:0:0:0:0:0:0 Flash the test.mot file onto an R8C microcontroller via the USB serial device /dev/ttyUSB0, and using ff:ff:ff:ff:ff:ff:ff as device ID: m16c-flash /dev/ttyUSB0 R8C test.mot ff:ff:ff:ff:ff:ff:ff BUGS
Please report any bugs to Thomas Fischl <tfischl@gmx.de>. LICENCE
m16c-flash is covered by the GNU General Public License (GPL). AUTHORS
Greg Reynolds <greg@lostintheether.net> Jim Hawkridge <h046@eee-fs4.bham.ac.uk> Thomas Fischl <tfischl@gmx.de> This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>, for the Debian GNU/Linux system (but may be used by others). August 20, 2006 M16C-FLASH(1)

Check Out this Related Man Page

SIMULAVR(1)							   User Commands						       SIMULAVR(1)

NAME
simulavr - Atmel AVR simulator SYNOPSIS
simulavr [OPTIONS]... -d DEVICE [IMAGE] DESCRIPTION
Simulate an avr device. The optional IMAGE file is loaded into the flash program memory space of the device. Options -h, --help Show this message -D, --debug Debug instruction output -v, --version Print out the version number and exit -g, --gdbserver Run as a gdbserver process -G, --gdb-debug Print out debug messages for gdbserver -p, --port <port> Listen for gdb connection on TCP port -d, --device <dev> Specify device type -e, --eeprom-image <img> Specify an eeprom image file -E, --eeprom-type <type> Specify the type of the eeprom image file -F, --flash-type <type> Specify the type of the flash image file -L, --list-devices Print supported devices to stdout and exit -P, --disp-prog <prog> Display register and memory info with prog -X, --without-xterm Don't start disp prog in an xterm -C, --core-dump Dump a core memory image to file on exit -c, --clock-freq <freq> Set the simulated mcu clock freqency (in Hz) -B, --breakpoint <addr> Set a breakpoint (address is a byte address) If the image file types for eeprom or flash images are not given, the default file type is binary. If you wish to run the simulator in gdbserver mode, you do not have to specify a flash-image file since the program can be loaded from gdb via the `load` command. If '--port' option is given, and '--gdbserver' is not, port is ignored If running in gdbserver mode and port is not specified, a default port of 1212 is used. If using the '--breakpoint' option, note the simulator will terminate when the address is hit if you are not running in gdbserver mode. This feature not intended for use in gdbserver mode. It is really intended for testing the simulator itself, but may be useful for testing avr programs too. Currently available device types: Use the '--list-devices' option to obtain the list your version of simulavr supports. at90s1200 at90s2313 at90s4414 at90s8515 atmega8 atmega16 atmega103 atmega128 at43usb351 at43usb353 at43usb355 at43usb320 at43usb324 at43usb325 at43usb326 AUTHOR
Written by Theodore A. Roth. REPORTING BUGS
Report bugs to <simulavr-devel@nongnu.org> COPYRIGHT
Copyright 2001, 2002, 2003 Theodore A. Roth. simulavr is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under the conditions of the GNU General Public License. SEE ALSO
http://savannah.nongnu.org/projects/simulavr/ simulavr 0.1.2.2 @DATE@ SIMULAVR(1)
Man Page