rl78flash
rl78flash copied to clipboard
Tool to program RL78 MCUs via serial bootloader
One of the available commands is "-c", the verification. If it is successful the return code is 0. If it fails the return is code is 5. The problem is...
Some tools produce s-record (or hex) files which have an additonal empty line(s) at the end. rl78flash will not accept such otherwise perfectly valid file. It makes much more sense...
My circuit want reset by invert DTR signal. Command on Linux (Raspberry Pi): $ ./rl78flash -viva -nm1 /dev/ttyUSB0 firmware.mot But the command below can work as well. $ ./rl78flash -viva...
Hi, First of all, this is a great tool Maksim. Good job 👍 I had some trouble getting it to work, which after some debugging turned out to be hardware...
If I try by mistake to program a microcontroller with an s-record file which is supposed for a different, bigger microcontroller, then the file will not fit in the memory....
I added the possibility to disable data flash or code flash operations as commented on issue #9 I added two commandline options. -x and -y. And two variables char nodata...
I have noticed that only the code flash is erased, programmed and verified. The data flash is not. I looked into rl78.c and I saw things like this: int rl78_program(port_handle_t...
This is a draft pull request so I can comment on the sum of two commits.
Hi, thanks for you awesome tool. I'm just one step prior to writing a RL78. I would like to read and clone a RL78 to a blank rl78. Is there...
How to erase block A to block B command