RL78 - DIY programmer

Hi,

I would like to ask if there is a possibility to program a RL78 family microcontroller (R5F100) without any Renesas programmer? Using some diy programmer or another housing method?

Thanks in advance.

Marcin

Parents
  • Note for Windows users:

    Since rl78flash is a linux tools that heavily relies on POSIX syscalls (ioctl, etc.) it cann't be directly used under Windows OS.

    But it can be used through Cygwin library. Precompiled binary for windows is available in downloads section: https://github.com/msalov/rl78flash/downloads

    Cygwin library is included. If you have cygwin already installed and it is accessable with PATH, you don't need cygwin1.dll from archive.

    Example (read information about device, use single-wire connection through COM10, reset is generated by DTR pin):

    rl78flash.exe -m1 -vvi /dev/ttyS9

Reply
  • Note for Windows users:

    Since rl78flash is a linux tools that heavily relies on POSIX syscalls (ioctl, etc.) it cann't be directly used under Windows OS.

    But it can be used through Cygwin library. Precompiled binary for windows is available in downloads section: https://github.com/msalov/rl78flash/downloads

    Cygwin library is included. If you have cygwin already installed and it is accessable with PATH, you don't need cygwin1.dll from archive.

    Example (read information about device, use single-wire connection through COM10, reset is generated by DTR pin):

    rl78flash.exe -m1 -vvi /dev/ttyS9

Children