Page 1 of 1

e2studio debug environment for Chibios

Posted: Thu Aug 21, 2014 3:44 am
by DeusExMachina
I am happy to inform all that Chibios RL78 port has Chibistudio-like environment with hardware debugging.
To check you can download e2 studio from Renesas (its free), after you can download KPIT tools for RL78 (rl78-gcc) (its free too).
To debug you can use provided port
https://github.com/Nomados/Chibios-RL78 ... h-Makefile
The only addition:
You should add -ggdb to USE_OPT and select -Os level of optimization.
I used YRPBRL78G14 (For RL78/G14) instead YRPBRL78G13 but it worked well with e1 external debugger as well with on-board debugger.

Re: e2studio debug environment for Chibios

Posted: Thu Aug 21, 2014 8:16 am
by DeusExMachina
It seems that Chibios debug plugin doesn't work in E2 studio... It starts OK, but no data can be obtained by pressing yellow button :(