Skip to content

iarsystems/riscv-board-examples

Repository files navigation

Project examples for the IAR RISC-V Evaluation Board

This repository contains application examples for the IAR RISC-V Evaluation Board.

Board specifications

The IAR RISC-V Evaluation Board is a prototyping board featuring a number of peripherals as described in the list below.

The board schematics is readily available.

Disclaimer

IAR shall not be held liable for any losses or problems arising from using the content provided in this repository. The software provided in this repository is released under the licenses detailed in LICENSE.md.

Supported Environments

The project format for the application examples in this repository is CMake. The following Development Environments are readily supported:

Getting started

It is highly recommended you follow these guidelines.

  1. Clone or download this repository to your local machine.
  2. Open the CMake project (the top-level CMakeList.txt) in your preferred IDE.
  3. Build the CMake project. All application examples will build.
  4. Connect the board's MIPI-20 to a supported debug probe (IAR I-jet or SEGGER J-link) attached to an USB port of your local machine.
  5. Debug any desired application example.

Tip

Refer to the desired application example README.md for its specific notes and details.

Troubleshooting

For questions or suggestions related to this repository: try the wiki or check earlier issues. If those don't help, create a new issue with detailed information.