RTS5817 MAA Evaluation Board

Overview

The RTS5817 MAA EVB is a development platform to evaluate the Realtek RTS5817 MAA fingerprint chip. The RTS5817 MAA chip contains a high-performance MCU and a fingerprint sensor.

rts5817_maa_evb

Hardware

  • 240MHz single-core 32-bit CPU with I-cache 32KB, D-cache 16KB

  • 48KB boot ROM

  • 256KB on-chip SRAM

  • 1KB PUFrt OTP

  • 2MB Flash

  • USB2.0 full speed/high speed device

  • Up to 11 GPIO

  • 2 x UART

  • 2 x Timer

  • 2 x SPI, one can support slave mode

  • Watchdog

  • DMA

  • Temperature sensor

  • Cryptographic hardware acceleration (RNG, SHA, AES)

  • Fingerprint matching hardware acceleration (MAC, popcount, convolution, etc.)

  • SWD for debug

Supported Features

The rts5817_maa_evb board supports the hardware features listed below.

on-chip / on-board
Feature integrated in the SoC / present on the board.
2 / 2
Number of instances that are enabled / disabled.
Click on the label to see the first instance of this feature in the board/SoC DTS files.
vnd,foo
Compatible string for the Devicetree binding matching the feature.
Click on the link to view the binding documentation.

Programming and Debugging

The rts5817_maa_evb board supports the runners and associated west commands listed below.

flash debug

Building

  1. Build Hello World application as you would normally do.

# From the root of the zephyr repository
west build -b rts5817_maa_evb samples/hello_world
  1. The file zephyr.rts5817.bin will be created if the build system can build successfully. This binary image can be found under file “build/zephyr/”.

Flashing

  1. Short the two pins of J6 to enter force rom mode (see RTS5817MAA_EVB_User_Guide [1]).

  2. Connect the board to your host computer using USB.

  3. Use west flash command to flash the image.

  4. Disconnect the two pins of J6 and reboot, The Hello World application is running.

References