Overview
Description
The Renesas RX65N is a mainstream RX microcontroller with RXv2 core, large-capacity RAM, and enhanced security, connectivity, and human machine interface (HMI) capabilities.
Features
- RXv2 Core 120MHz operation (34 CoreMark/mA), single-precision FPU
- 2.7V to 3.6V operation
- A wide package lineup: 100-pin to 176-pin
- Equipped with various communication interfaces such as Ethernet, USB, CAN, SD host/slave interface, and quad SPI.
- Program Flash up to 2MB, SRAM up to 640KB
- DualBank function convenient for firmware update*1
- HMI
- TFT-LCD controller and 2D drawing engine can reduce CPU load at running of LCD display.*1
Security
- NIST FIPS 140-2 Level 3 CMVP certification*1
- Equipped with Renesas' proprietary hardware secure IP (Trusted Secure IP) that realizes a high level of root-of-trust*1
- Equipped with various encryption engines: AES, TRNG, TDES*1, RSA*1, ECC*1, SHA*1
- Equipped with memory protect functions that protect Flash memory from unintended access to flash
[*1: Only products with 1.5MB or more code flash memory]
NIST: National Institute of Standards and Technology
FIPS: Federal Information Processing Standards
CMVP: Cryptographic Module Validation Program
Comparison
Applications
Design & Development
Software & Tools
Sample Code
Boards & Kits
Models
ECAD Models
Schematic symbols, PCB footprints, and 3D CAD models from SamacSys can be found by clicking on the CAD Model links in the Product Options table. If a symbol or model isn't available, it can be requested directly from SamacSys.

Support
Support Communities
Support Communities
-
RX65N - setting of OFSM registers in vecttbl.c
I noticed that the setting of OFSM registers are performed in vecttbl.c, as in the following: #pragma address __MDEreg = 0xFE7F5D00#pragma address __OFS0reg = 0xFE7F5D04 ... ... const uint32_t __MDEreg = (BSP_PRV_MDE_VALUE & BSP_PRV_BANK_MODE_VALUE);const uint32_t __OFS0reg = BSP_CFG_OFS0_REG_VALUE ...
Jul 6, 2020 -
"[ERROR] No toolchain set or toolchain not integrated" message when trying to compile for the RX65N Envision board
Good Moring, I’ve been experimenting with the RX65N Envision eval kit and accidently overwrote the secure boot program. I downloaded the rx65n_envisionkit.zip demo program file from Renesas’ website. Using the e2studio_Tutorial-CC_RX_Toolchains notes from the help menu I created a new C/C ...
Dec 16, 2019 -
RX65n UART without timeout
Hello, I am working with a RX65n and I want to implement an UART communication. I set a callback function, that reads received bytes for me in a loop and then sends them via mailbox to another task. My Problem is that there seems to be no timeout functionality in ...
Jan 23, 2024
FAQs
-
What are the benefits of using the RX65N as an MCU for devices connected to the AWS cloud?
Renesas’ 32-bit RX65N MCUs offer dual bank flash for secure and easy program updating via the network, as well as remote over-the-air (OTA) firmware updates. Having dual bank flash integrated on the RX65N MCUs enables both BGO (Back Ground Operation) and SWAP functions, making it easier for ...
Aug 20, 2019 -
How to use System_BootLoader and System_BootLoader_Application (Renesas Starter Kit+ for RX65N-1MB)
System_Bootloader is a bootloader (self-modifying) program for writing a user program to a flash ROM. System_BootLoader_Application is a user program sample. You do not need this if you already have a user program you want to write to. In that case, specify the start address of ...
Apr 21, 2020 -
Occurrence of Build Error F0520035:#error directive in the “RX Family SD Mode SD Memory Card Driver” Sample Program (Renesas Starter Kit+ for RX65N-1MB, R5F565N9ADFB)
R5F565N9ADFB does not have an SDHI/SDSI. Therefore, if you select R5F565N9ADFB with Smart Configurator, code for setting the SDHI/SDSI is not generated. This results in a build error.
Apr 21, 2020
Videos & Training
The Renesas RX65N Cloud Kit is a cloud communication performance evaluation kit that uses the RX65N microcontroller and can connect via Wi-Fi to Amazon Web Services (AWS). It provides an ideal evaluation environment for developers and supports the start of IoT device development by users.
The kit includes a Wi-Fi communication module, a temperature/humidity sensor, an optical sensor, a 3-axis accelerometer, a USB port for serial communications, and another USB port for debugging. The sensor and other data that is uploaded from the kit to AWS can be observed in the dashboard. The program can also be edited or debugged in Renesas' e² studio integrated development environment (IDE), by connecting the kit to a PC.