• R/O
  • HTTP
  • SSH
  • HTTPS

檔案樹

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

名稱 大小 修訂. 時間 作者 Log Message
AUTHORS 44 705d5ed 2014-02-18 17:55:02 Yoshinori Sato autotools
ChangeLog 0 705d5ed 2014-02-18 17:55:02 Yoshinori Sato autotools
Makefile.am 105 874fa66 2015-04-19 21:28:32 Yoshinori Sato RX64M protocol support
README 592 705d5ed 2014-02-18 17:55:02 Yoshinori Sato autotools
comm.c 19.9 k 3c72794 2021-06-05 00:10:06 Yoshinori Sato fix some error.
comm2.c 10.57 k 874fa66 2015-04-19 21:28:32 Yoshinori Sato RX64M protocol support
compile 32 3c72794 2021-06-05 00:10:06 Yoshinori Sato fix some error.
config.h.in 2.59 k 705d5ed 2014-02-18 17:55:02 Yoshinori Sato autotools
configure.ac 1.73 k 705d5ed 2014-02-18 17:55:02 Yoshinori Sato autotools
h8flash.h 1.64 k 874fa66 2015-04-19 21:28:32 Yoshinori Sato RX64M protocol support
main.c 9.67 k 3c72794 2021-06-05 00:10:06 Yoshinori Sato fix some error.
serial.c 4.08 k 3c72794 2021-06-05 00:10:06 Yoshinori Sato fix some error.
usb.c 2.55 k 705d5ed 2014-02-18 17:55:02 Yoshinori Sato autotools

README

Renesas CPU on-chip flash memory writer

1. Requirement
- Standard POSIX library
- libusb (optional)
- libelf (optional)

2. Build and Install
 1. ./configure
 2. make
 3. make install

3. Usage
h8flash -f freq[-p port] [-b] [-l] [-V] filename
-p
	commnunication port setting. 
	'usb' is using usb. others using serial port.

-f
	CPU clock frequency setting
	This is external clock frequency (MHz)

-b
	force binary writing

-l
	show device configuration list

-V
	verbose mode

filename
	S-Record file, ELF binary or raw binary image.

4. Licenses
This program license is GPL v2.1 or later.