1st step
make "pl.mot" and write to flash.
used "pl.mar","user.mar" and "makefile".
(must be modified "user.mar" for your system.)
2nd step
make your program within ram location.
(refer to test.mar and maketest)
3rd step
power on your system with serial terminal.
recived next message.
*** Program Loader for H8/300H series Ver.0.01 Copyright (C) 2000 by AKIYA ***
>
4th step
your program (S type format text file) transfer to target at text mode.
return dot characters and "S format receive complete !" message.
If error message received then reset and retry.
5th step
type "G" and return key stroke then your program run.
< update >
November 15, 2000 : change check sum compare number for S-format standard.