Renesas Electronics Launches 5V High-Performance RX660 32-bit MCU

Publisher:EE小广播Latest update time:2022-08-02 Source: EEWORLD Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

Renesas Electronics Launches 5V High-Performance RX660 32-bit MCU with Superior Noise Tolerance for Home Appliances and Industrial Applications


image.png


First RX Family MCU to support CAN FD bus protocol, enabling high-speed communications in industrial equipment and robotics applications


Beijing, China, August 2, 2022 - Renesas Electronics, a global supplier of semiconductor solutions, today announced the launch of a new member of the RX 32-bit MCU product family - the RX660 microcontroller (MCU) product group . The new product supports 5V operating voltage and provides excellent noise tolerance for home appliances and industrial equipment exposed to high electromagnetic interference. As the first 5V-supported device in Renesas' high-end RX general-purpose MCU products, the RX660 is also the first device in the RX product family with a built-in CAN FD controller, enabling high-speed data communication. The high operating voltage of the new RX660 MCU can eliminate the external noise suppression components required by many current 3V MCUs, allowing users to reduce development time and component costs and improve system quality.


In recent years, the scale of software has continued to expand as functional safety and cybersecurity have become key components of electronic systems. As more product models emerge, more and more products use real-time operating systems to simplify software maintenance. In addition, product designs must be compatible with over-the-air (OTA) updates to cope with the continuous enhancement of future functions. To meet these needs, Renesas has developed the RX660. The product uses the RXv3 core (6.00 CoreMark/MHz) with a maximum operating frequency of 120MHz, providing high performance and excellent power efficiency. These devices have a large capacity Flash of up to 1 megabyte (MB) and up to 128 kilobytes (KB) of RAM, and are available in a variety of package options (48 pins to 144 pins). In particular, the effective number of general-purpose I/O pins is 10% higher than that of the earlier RX210 products that support 5V operating voltage. For example, the 144-pin version of the RX660 has an effective pin count of 134, 11 more than the RX210. As the number of I/Os increases, more sensors can be connected to the MCU of a specific package, making it easier to upgrade existing systems.


“Noise suppression is critical for home appliances and industrial products because electromagnetic waves in the surrounding environment can cause system malfunctions or performance degradation,” said Sakae Ito, Vice President of the IoT Platform Business Division at Renesas Electronics Corporation. “Renesas has introduced the new RX660 MCU in response to strong demand from users designing products with high power supply voltages. We are pleased to help simplify the product design process for our customers.”


“Daikin has been using Renesas RX MCUs in its major air conditioner products for more than 10 years, and we are very excited about the new RX660 MCUs with their excellent noise tolerance,” said Eisuke Yamada, Team Leader, Procurement Strategy Division, Global Procurement Department, Daikin Industries, Ltd. “RX MCUs offer superior CPU performance and flash memory for improved real-time performance, as well as the ability to expand development with pin-compatible devices. We believe these are essential for MCU products.”


First RX MCU to support CAN FD


CAN is becoming increasingly popular in industrial equipment and robotics, but the use of a large number of sensors has led to an increase in data traffic, resulting in insufficient bandwidth, which requires multiple buses and incurs higher costs. The RX660 is the first MCU in the RX family to integrate a CAN FD controller that supports fast, high-capacity data transmission. Among them, CAN FD allows a large number of safety signals to be transmitted in a single frame, allowing stronger security to be built into the device.


Two development boards available


The RX660 product group has two development boards for prototyping and detailed evaluation. The RX660 Target Board is an inexpensive prototyping board that allows users to easily turn their ideas into usable hardware and software. The Renesas Starter Kit for RX660 is for detailed evaluation, allowing users to fully exploit the full capabilities of the RX660 when developing applications.


A winning combination


Renesas combines the RX660 with a variety of analog and power management devices for power conversion systems to create a "Winning Combination for Online UPS (Uninterruptible Power Supply)". This solution effectively integrates all key power conversion components including inverter, buck regulator, battery boost regulator and PFC into a single chip, and its activities can be remotely monitored via Bluetooth. Based on the various products in its portfolio, Renesas has now launched more than 300 "Winning Combinations" to help users shorten the design process and accelerate time to market.


Availability


The RX660 MCUs and development boards are available now.


Reference address:Renesas Electronics Launches 5V High-Performance RX660 32-bit MCU

Previous article:Reasons for serial port download failure in W801, W800 and W806
Next article:ESP8266 NonOS-SDK Web Configuration

Recommended ReadingLatest update time:2024-11-16 16:32

AVR MCU TO comparison interrupt program
#include avr/io.h #include avr/interrupt.h #define F_CPU 8000000UL int k; int main(void) {    DDRA=0XFF; //PA port output setting    PORTA=0X55; //PA port initial value setting    TCNT0=0; //Remember the initial value setting OCR0=255; //Comparison value setting   TIMSK=0X02; //T0 interrupt disconnected
[Microcontroller]
How to solve the problem of AVR microcontroller fuse bit locking
1. AVR MCU fuse bit locked simple and quick decryption method: Many AVR microcontroller beginners may easily make mistakes in the fuse bits when using AVR microcontrollers, causing the microcontroller to be locked. For example, after JTAGEN is set to 1, the JTAG of the microcontroller can no longer download programs i
[Microcontroller]
How to solve the problem of AVR microcontroller fuse bit locking
Automatic oxygen and feed delivery system for aquarium feeding based on single chip microcomputer and motor PWM control
1 Introduction Nowadays, when raising aquariums at home or in restaurants, oxygen is usually supplied by oxygen pumps all the time, which wastes both electricity and oxygen. The feeding is done entirely manually. Modern fish breeding science shows that aquariums generally prefer to forage at night. In addition,
[Microcontroller]
Automatic oxygen and feed delivery system for aquarium feeding based on single chip microcomputer and motor PWM control
51 single-chip three-wire serial drive 12864 LCD
In the past, 12864 LCD programs were written in parallel, which was very troublesome to solder and occupied more IO ports. Today I tried to drive the module using serial mode. This program is based on the 12864 serial mode of STC89C52. The hardware circuit connection only requires 5 wires, VCC GND RS RW E, and only th
[Microcontroller]
51 single-chip three-wire serial drive 12864 LCD
Microcontroller C Language Tutorial (IV)
  Let's first briefly talk about identifiers and keywords in C language. Identifiers are used to identify the name of an object in the source program. These objects can be Statements, data types, functions, variables, arrays, etc. C is a high-level language that is word-sensitive. If we want to define a Ti
[Microcontroller]
Microcontroller C Language Tutorial (IV)
42 Stepper Motor Control MCU Program
The following is a simulation diagram: /********************************************Copyright (c)******************************************************                             **                                      ** -----------------------------------------------------------------------------------------
[Microcontroller]
42 Stepper Motor Control MCU Program
PIC microcontroller EEPROM reading and writing examples and instructions
; PIC microcontroller EEPROM reading and writing examples and instructions ;************************************************************************ ; This is a program to test the function of reading&writting for EEPROM. ; You can observe the value of register(30H--?) buy changing "VALU" and "WRC_". ; Notice that:it
[Microcontroller]
Design of portable color adaptive recognition circuit based on single chip microcomputer
Color recognition is an important research direction in the field of pattern recognition. The use of color recognition technology can fundamentally change the traditional method of color discrimination that relies on the human eye. This new technology uses color sensors to obtain external color information, and then re
[Microcontroller]
Design of portable color adaptive recognition circuit based on single chip microcomputer
Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号