Renesas Expands 28nm Cross-Domain Automotive MCU Product Lineup with New Microcontrollers

Publisher:ShimmeringMoonLatest update time:2021-11-10 Keywords:Renesas  RH850  MCU Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

According to foreign media reports, Renesas Electronics Corporation, a major supplier of advanced semiconductor solutions, announced a group of powerful new microcontrollers (MCUs): RH850/U2B MCU, designed to meet the growing demand for integrating multiple applications into a single chip, while realizing a unified electronic control unit (ECU) for the evolving electrical and electronic (E/E). The cross-domain RH850/U2B MCU combines high performance, flexibility, anti-interference and security, and is designed to meet the demanding workloads required for vehicle motion, suitable for applications such as hybrid ICE and xEV traction inverters, high-end regional control, Internet gateways and domain control.


Forward-looking technology, Renesas Electronics Group, new microcontroller RH850/U2B MCU

(Image source: Renesas)


With this, Renesas Electronics has expanded its cross-domain MCU product lineup to include the RH850/U2A MCU for body and chassis control systems, as well as the high-performance RH850/U2B MCU. Customers can also combine these MCUs with Renesas Electronics' R-Car S4 SoC for automotive central gateway systems to build scalable solutions for E/E architectures.


“The future of automotive system design lies in vehicle-centric, domain-oriented E/E architectures, driving the need for automotive chips that can meet the challenges these innovative architectures bring to next-generation vehicles,” said Naoki Yoshida, Vice President of Automotive Digital Product Marketing Division at Renesas. “The RH850/U2B MCU expands Renesas’ cross-domain MCU portfolio, providing customers with higher levels of performance, memory integration, and hardware-based support for new domain control applications, especially powertrain and HEV/EV, while meeting the stringent cost, security, and encryption requirements required for automotive systems.”


The 28nm RH850/U2B MCU is designed for zone and domain applications. It builds on the key features of the Renesas RH850/E2 series for powertrain and the RH850/C1M-Ax series for HEV/EV motor control, and adds several new enhancements, such as new accelerator IP, higher performance levels, and higher security. This combination of improvements enables users to integrate multiple ECU functions into a single ECU while meeting stringent automotive-grade security, encryption, and real-time operation requirements.


Forward-looking technology, Renesas Electronics Group, new microcontroller RH850/U2B MCU

(Image source: Renesas)


With hardware-based virtualization assistance, the MCU's integrated hypervisor allows multiple software systems that meet ISO26262 ASIL D functional safety levels to run independently during high performance without interference, and reduces the time required for virtualization to maintain real-time execution. Quality of Service (QoS) provides latency monitoring and adjustment functions for all bus masters to ensure that minimum bandwidth is always available. The RH850/U2B MCU supports safe and fast zero-wait OTA software updates with dual banks of embedded flash memory, allowing ECUs to update and save images while the MCU is in active mode and enable the ECU to run from the original code in the event of a fault. The integrated motor control accelerator IP (EMU3S) works in conjunction with multiple dedicated motor control timer structures such as GTM v4.1 and TSG3 to significantly reduce the CPU processing load while achieving high-speed rotation. The dedicated data flow processor (DFP) accelerator IP enables the CPU to offload heavy computing operations for complex control.


Additional features of the RH850/U2B MCU


  • Up to eight 400MHz performance cores, four of which use lockstep architecture, to deliver top performance in an automotive-grade MCU with built-in flash for ASIL-D and ASIL-B applications;


  • Support for Evita Full standard integrated security features, including elliptic curve cryptography for enhanced protection against cyberattacks;


  • New high-performance motor control accelerator IP (EMU3S) that can be flexibly used with multiple dedicated motor control timer structures such as GTM v4.1 and TSG3;


  • Dedicated resolver/digital converter accelerator IP (RDC3X) that processes analog signals from motor rotation angle sensors (resolvers) or inductive position sensors;


  • DR1000C: A RISC-V based parallel coprocessor IP;


  • With vector extension (DFP), authorized by NSITEXE, it supports fast execution of complex mathematical algorithms;


  • State-of-the-art communication interfaces including Gigabit Ethernet TSN with switch support; multiple AES128 lockstep module instances for collision-free, deterministic security and secure communications.


Keywords:Renesas  RH850  MCU Reference address:Renesas Expands 28nm Cross-Domain Automotive MCU Product Lineup with New Microcontrollers

Previous article:TDK develops ADL3225VM inductor for automotive PoC systems
Next article:Nexperia launches new high-performance SiC diode series to help OEMs reduce costs

Recommended ReadingLatest update time:2024-11-16 14:27

MCU serial communication (serial port sending 3 assembly)
;This program uses serial port mode 3, only the microcontroller sends data to the computer (at this time, it is basically the same as mode 1, because the baud rate is OK)   ORG 0000H RESET: MOV R0,#00H L0: DJNZ R0,L0   MOV TMOD,#00100000B    MOV TH1,#0FDH   MOV TL1,#0FDH   SETB TR1          SETB SM0 ; Mode 3 9-
[Microcontroller]
Pioneer Semiconductor: HPM6000 series RISC-V general-purpose MCU products fill the gap in domestic high-end MCUs
On December 17, the first Dishui Lake China RISC-V Industry Forum was held in Lingang, Shanghai. At the meeting, Zeng Jintao, CEO of Shanghai Xianji Semiconductor Technology Co., Ltd., introduced the company's HPM6000 series RISC-V general-purpose MCU products. Pioneer Semiconductor is a semiconductor company dedicate
[Mobile phone portable]
Pioneer Semiconductor: HPM6000 series RISC-V general-purpose MCU products fill the gap in domestic high-end MCUs
MCU sfr and sbit keywords
The usage of bit is similar to sfr, except that sbit is a bit operation, which is used to assign a specific bit in an sfr to a variable, so that the program can use the variable to clear or set the bit.   sfr is used to assign a special function register of a microcontroller to a variable, so that the variable can r
[Microcontroller]
MCU sfr and sbit keywords
PIC microcontroller I2C communication - master-slave mode
Main Mode: Today we are going to talk about I2C communication. What are the characteristics of I2C communication? What is the difference between the serial port (half-duplex asynchronous serial communication) we usually use and I2C?     Serial port (half-duplex asynchronous serial communication): It is like a conver
[Microcontroller]
PIC microcontroller I2C communication - master-slave mode
Microcontroller Learning 17: Application of Counter
1. Experimental Phenomenon   Each time the k0 button is pressed twice, a square wave signal with a period of 100ms is output at P0.0. 2. Experimental Purpose   Master the application of internal timer/counter for counting function  3. Experimental Task Analysis   In the previous three experiments, we let
[Microcontroller]
Microcontroller Learning 17: Application of Counter
51 MCU study notes, operation of 1602 LCD
TX-1C Board   The 1602 LCD in parallel mode. The 1st and 2nd pins are gnd and vcc. The 3rd pin is for contrast adjustment. The 4th pin is for data/command selection RS. The 5th pin is for read/write selection R/W. We only write but not read this time, so we connect it to ground directly. The 6th pin is for read/write
[Microcontroller]
51 MCU study notes, operation of 1602 LCD
What stages of development have microcontrollers gone through so far?
(1) The first stage (1974-1976): The manufacturing process was backward, the integration was low, and the dual-chip form was adopted. Typical representative products include Fairchild's F8 series. Its characteristics are: the chip only includes an 8-bit CPU, 64B RAM and two parallel ports. An additional 3851 chip (wit
[Microcontroller]
Design of PWM A/D Converter with Dynamic Input Range Using Single Chip Microcomputer
1 COP820CJ chip introduction COP820CJ is an 8-bit single-chip microcomputer produced by National Semiconductor Corporation. It contains 64 bytes of RAM and 1k bytes of ROM, and has 24 I/O ports. The clock frequency is 10MHz and the operating voltage is 2.5~6.0V. COP820 CJ has functions such as multiple input wa
[Microcontroller]
Design of PWM A/D Converter with Dynamic Input Range Using Single Chip Microcomputer
Latest Automotive Electronics Articles
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号