Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are simple applications showing usage of different parts and
capabilities of Renesas RL78 MCUs.

For more information about RL78 family visit Renesas web site:
http://www.renesas.eu/products/mpumcu/rl78/index.jsp

These samples were tested on QB-R5F100SL-TB CPU board
populated with R5F100SLAFB MCU, but must run on other RL78 parts
without or with little changes.

The samples can be built using the rl78-elf-gcc toolchain.
The easiest option is to use a ready-to-use docket image with the toolchain:
https://hub.docker.com/r/msalau/rl78-elf-gcc

E.g.:
  docker run --rm -v "$(pwd):/src" msalau/rl78-elf-gcc:4.9.2.202002 make

A pre-built toolchain can also be obtained from https://llvm-gcc-renesas.com/
https://llvm-gcc-renesas.com/rl78/rl78-download-toolchains/

Directory structure:
common/   - common files for all applications
00-led/   - LED example (read switch state and toggle LEDs)
01-it/    - Interval timer example (clock configuration and interrupt usage)
02-uart/  - UART0 example (transmit string every second)

Samples for RL78/G14 can be found here:
https://github.com/msalov/rl78-samples-R5F104FEAFP

About

Sample applications for RL78/G13 (R5F100SLAFB)

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages