RA4M1-Zero

From Waveshare Wiki
Jump to: navigation, search
RA4M1-Zero
Without header
900px-RA4M1-Zero-1.jpg

R7FA4M1AB3CFM, Type C USB
RA4M1-Zero
With pre-soldered header
900px-RA4M1-Zero-2.jpg

R7FA4M1AB3CFM, Type C USB
{{{name3}}}

{{{name4}}}

{{{name5}}}

{{{name6}}}

Overview

Introduction

RA4M1-Zero is a compact microcontroller development board with multiple digital interfaces. In terms of hardware, it uses a R7FA4M1AB3CFM chip, which is equipped with a Cortex-M4® 32-bit single-core processor, equipped with an FPU floating point unit, supports up to 48MHz clock frequency, and has a built-in 256KB ROM, 32KB SRAM and 8KB EEPROM. It is compatible with a variety of peripherals and makes it more convenient to use. As for the software, you can choose Arduino IED for development, making it easy and quick to get started and apply it to products.

Features

  • Features Renesas RA4M1 MCU, based on the 32-bit ARM Cortex-M4 architecture, with a running frequency of 48MHz and built-in FPU (Floating Point Unit)
  • Integrates 256KB flash memory, 32KB SRAM, and 8KB EEPROM
  • Equipped with 14-bit ADC, 12-bit DAC, CAN bus controller, USB 2.0 interface, and onboard RGB LED
  • Supports firmware encryption, secure boot and anti-tamper functions to improve the security of data and systems and ensure the security of applications
  • Provides rich peripheral interfaces, with strong compatibility and expandability
  • Castellated module allows soldering directly to carrier boards
  • Compatible with Arduino IDE, supports users in quick development and convenient debugging, reducing development difficulty

Onboard Resources

RA4M1-Zero-3.jpg

1. Renesas R7FA4M1AB3CFM
   Equipped with FPU and operating frequency up to 48MHz

2. WS2812 RGB LED
   Controlled with MCU D6 GPIO

3. BOOT button
   Press it and then press RESET to enter Bootloader download mode

4. USB Type-C interface
   Supports USB 1.1 host and slave devices for program download

5. RESET button

6. ME6217C33M5G
   Low dropout regulator (LDO), 800mA output (Max.)

7. 0R resistor
   The jumper selects MCU voltage as 3V3 or 5V, and defaults to 3V3

Pinout Definition

RA4M1-Zero-4-1.jpg

Dimensions

RA4M1-Zero-5.jpg

Arduino Environment Setup

  • Get Arduino IDE from the official website and select the ZIP file to download (for other system users, select the corresponding file to download)

RA4M1-Zero-6.png

  • Download and extract the files, then open the extracted directory, double-click on Arduino IDE.exe, and download the board file needed for RA4M1-Zero

RA4M1-Zero-7.png

  • After the download is completed, reopen Arduino IDE, create a new project --> Flash program --> Observe serial port

RA4M1-Zero-8.png

  • If you see that the serial port outputs Hello, World every 1s, it means that the environment is successfully set up

RA4M1-Zero-9.png

Bootloader Firmware Download

  • Download the corresponding Firmware Flashing Tool, after downloading and extracting successfully, enter the Renesas_Flash directory and double-click the exe file to install, and the installation process options remain the default

RA4M1-Zero-16.png

  • After successful installation, go to the file in the previous step, enter the directory AWAA, double-click to open the AWAA.rpj tool to set the file

RA4M1-Zero-18.png

  • Select Connect Settings on the toolbar, then press and hold the Boot button on the board, then press Reset button to enter the firmware download mode, and then select the corresponding COM port

RA4M1-Zero-19.png

  • Select Operation from the toolbar, then click Add/Remove Files to add Firmware, and delete other unnecessary firmware

RA4M1-Zero-21.png

  • Finally, click on Start and wait for the firmware download to complete. After the download is complete, unplug and plug in the USB again to power on

RA4M1-Zero-22.png

Demo

  • RA4M1-Zero demos
Demo Basic Description Dependency Library
01_UART_Test Basic UART communication demo -
02_CAN_Read_Test Basic CAN communication reading demo -
03_CAN_Write_Test Basic CAN communication sending demo -

01_UART_Test

Demo description

  • A simple demo of UART interactive communication.

Hardware connection


  • Connect the board to the computer using a USB cable

RA4M1-Zero-25.png

Code analysis


  • Serial.begin(115200): Initialize UART baud rate to 115200.
  • Serial.available(): Retrieve data from UART cache.
  • Serial.read(): Read data from UART cache.
  • Serial.print(): Send UART data.

Result demonstration


  • The program compilation download is complete, open the serial port monitoring and input Hello, World, and you can see that the monitoring console outputs Hello, World at the same time, as shown in the figure below:

900px-RA4M1-Zero-24.png

02_CAN_Read_Test

Demo description

  • A simple CAN bus data communication demo. If you want to see the actual effect, you need to connect an external CAN transceiver. The RA4M1-Zero only has a CAN controller.

Hardware connection


  • Connect the board to the computer using a USB cable (refer to demo 01)

Code analysis


  • CAN.begin(CanBitRate::BR_500k): Initialize CAN bus baud rate to 500K.
  • CAN.available()': Retrieve data from CAN cache.
  • CAN.read(): Read data from CAN cache.

Code analysis


  • To see the actual operation effect, the customer needs to connect an external CAN transceiver, and the demo has passed the test normally.

03_CAN_Write_Test

Demo description

  • A simple CAN bus sending data communication demo. If you want to see the actual effect, you need to connect an external CAN transceiver. The RA4M1-Zero only has a CAN controller.

Hardware connection


  • Connect the board to the computer using a USB cable (refer to demo 01)

Code analysis


  • CAN.begin(CanBitRate::BR_500k): Initialize CAN bus baud rate to 500K.
  • CAN.write: Send CAN data.

Code analysis


  • To see the actual operation effect, the customer needs to connect an external CAN transceiver, and the demo has passed the test normally.

Resources

Software

Programming Software

Firmware Flashing Tool

Firmware

Schematic Diagram

Demo

Demo

Structure File

RA4M1-zero Structure file

Datasheets

RA4M1

FAQ

 Answer:

It may be a firmware issue. Press and hold Boot, then press Reset to enter firmware download mode and re-flash the firmware.


Support



Technical Support

If you need technical support or have any feedback/review, please click the Submit Now button to submit a ticket, Our support team will check and reply to you within 1 to 2 working days. Please be patient as we make every effort to help you to resolve the issue.
Working Time: 9 AM - 6 PM GMT+8 (Monday to Friday)