Skip to content

renesas/rza-initial-program-loader

Repository files navigation

Overview

Initial Program Loader (IPL) for Renesas RZ/A Series

IPL is a boot program sample code for RZ/A Series. When the RZ/A MPU is started, the IPL initializes peripheral I/O modules, Flash memory, DDR SDRAM, etc., and starts the application software developed in Renesas FSP environment with the execution state of AARch64, Exception Level EL3. IPL consists of functions such as PLL and clock control driver, peripheral I/O module driver, Serial Flash Memory driver, and Octa Memory Control driver, etc.

Current Release

IPL v2.1.0

Supported MPUs

  • RZ/A3UL
  • RZ/A3M

Supported RZ/A MPU Kits

  • RZ/A3UL-Evaluation-Board-Kit (QSPI version)

    Model number:

    • RTK9763U02S01000BE (J-Link lite not included)
    • RTK9763U02S01002BE (J-Link Lite included)
  • RZ/A3UL-Evaluation-Board-Kit (Octal-SPI version)

    Model number:

    • RTK9763U02S01001BE (J-Link lite not included)
    • RTK9763U02S01003BE (J-Link Lite included)
  • EK-RZA3M Kit

    Model number:

    • RTK9EKZA3MS10001BE

Development Environment

e² studio is used for build and program execution environment. Please refer to the application note for the procedure for building the environment and how to use it.

Related Links