1

I am new to using renesas microcontrollers, and could use some advice from someone with experience using them. I found this rl78 evaluation board and a quick reading of the product description on the renesas website mentions that "It has a built-in emulator circuit that is equivalent to an E2 emulator Lite so you can write/debug programs without additional tools".

My question is, once i begin prototyping on the controller existing on the board, is it possible for me to use this evaluation board as a programmer to flash code to renesas rl78 controllers on other PCBs and use the same debugging/emulation features? Or would i have to get an E2 Lite programmer which is way more expensive?

If i can use it as a programmer, i could use some pointers on how i could do that. Any help would be greatly appreciated.

Thank you.

1 Answers1

0

The Renesas development tools for the RL78 seem to me to be quite complex to use. Unless you have a very compelling need to use the RL78 I would recommend you avoid this 16-bit class controller.

The RL78 architecture is very odd. The code generation can be very inefficient when the code binary grow beyond 64K bytes.

If I recall correctly the RAM address space is a maximum of 64K bytes, and most controllers are have much less actual RAM. The maximum offered for the RL78/G14 is 48K bytes.

You should really consider almost any other controller to learn about.

Dan1138
  • 1,294
  • 7
  • 15