2018-06-22

This tutorial covers: creating a new RL78 project from scratch using the built-in project generation wizard, file | New | C Project etc.etc., use the KPIT GNURL78 compiler as the toolchain, select E1(RL78) and device on RL78/G13 RDK for debugging, finish creating the empty project, manually add some very basic code (e.g. to read an RDK button and output on RDK LED), build the project, connect an RL78/G13 RDK via USB cable, start debug session and run the code.