Description
SH72AW, SH72AY Group microcontrollers are equipped with an SH2A-FPU core and have a maximum operating frequency of 160 MHz. An R/D converter that converts output signals from a resolver into digital angle data, and a motor control unit (EMU) that can calculate in parallel with the CPU, are built-in, enabling highly precise and efficient motor control. Other on-chip functions include functions suitable for motor control, such as a motor control timer (MTU-III) that can output two series of three-phase complementary PWM waveforms, and a 12-bit A/D converter capable of simultaneous six-channel sampling; and communication functions, such as CAN and other serial interfaces with chip select/buffer.
Applications
- HEV/EV
| Part Number | Status | Samples | Stock | Package | CPU | Bit Size | Program Memory (KB) | Data Flash (KB) | RAM (KB) | Lead Count (#) | Supply Voltage (V) | Operating Freq (Max) (MHz) | CAN (ch) | I/O Ports | Timer | ADC | DMA | Ethernet | RTC | LVD or PVD | Temp. Range (°C) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| R5F72AW3KFP | Obsolete | N/A | Out of Stock | Package | SH2A-FPU | 32 | 768KB | 32KB | 96KB | 176# | 4.5 - 5.5 | 160MHz | 3 | 82 | 16-bit x 12-ch | 12-bit x 22-ch | Yes | No | No | No | -40 to +125°C |
Loading
Filters
Applied Filters
Log in required to subscribe
- Application NoteAI-generated Summary: The document details the Renesas CAN Controller's usage, including compatibility, evaluation results, and principles of pretended networking. It covers sample software descriptions, CAN driver functionalities such as initialization, configuration, transmission, reception, and diagnostics. The text also explains mapping of lower CAN drivers, application examples, and frequently asked questions addressing CAN conformance, transceiver issues, bit timing, operation modes, power save modes, transmission, reception, message storage, peripheral bus access, and interrupt handling.
- GuidePDF 186 KB sh-product-number-guide Apr 04, 2018
- Product Change Notice
- Application NoteAI-generated Summary: The document explains key compiler option differences when migrating source code from the SuperH family to the RX family. It highlights that char types default to signed in SuperH but unsigned in RX, requiring the 'signed_char' option to maintain behavior. It also covers the 'auto_enum' option for automatic enum size selection and the 'dbl_size' option to specify double type size, which defaults to 4 bytes in RX compared to 8 bytes in H8 compilers. Configuration steps in the CS+ IDE are provided for each option.
- Product Change Notice
- Technical Update
- Product Change Notice
- Guide
- Guide
- Application NoteAI-generated Summary: The document explains how to register and uninstall Call Walker within the High-performance Embedded Workshop (HEW). It guides users to launch HEW without opening a workspace, access the Tools Administration menu, and register the Call Walker tool by specifying the registration file path. After registration, Call Walker version 2.3 appears in the menu. Upon uninstalling HEW, users must manually delete the remaining Call Walker directory. It also provides Renesas Electronics website and contact information for support. The revision history notes the first edition release date.
- Document
- Application NoteAI-generated Summary: The TFAT library supports FAT12, FAT16, and FAT32 file systems with 8.3 filename format and one drive. It is based on Fatfs (RO.06) and does not support long file names or filesystem formatting. The software stack includes the FAT file system, TFAT library, and device drivers. Development uses High-performance Embedded Workshop and SuperH C/C++ compiler. Compiler options for SH-2A and SH2A-FPU are specified. Version 2.00 is available for both CPU types. The library requires about 8.4KB ROM, 6 bytes RAM, and varying stack sizes depending on API functions. Memory allocation depends on the number of open files and directory structures.Related Files:
- Document
- Application NoteAI-generated Summary: The SH-2 and SH-2A Fixed-point Library (Ver. 1.02) provides fixed-point arithmetic functions through the 'fixmath.h' header and corresponding libraries (sh2fix.lib, sh2afix.lib). It supports fixed-point operations like conversion between float and fixed-point types and trigonometric calculations. Usage instructions include copying files to local directories and specifying libraries in the High-Performance Embedded-Workshop environment. The library warns that results exceeding fixed-point range are not guaranteed. The 'fixmath.h' file defines types and macros for fixed-point operations, with function names indicating bit widths.Related Files:
- Document
No Results Found.
Check Spelling
Make sure all keywords are spelled correctly.
Make sure all keywords are spelled correctly.
Adjust Keywords
Try fewer, different, or more general terms to vary your search.
Try fewer, different, or more general terms to vary your search.
Review Filters
If you have filters applied, consider deselecting some to broaden your results.
If you have filters applied, consider deselecting some to broaden your results.
Need help?
- Search our extensive knowledgebase, designed to help customers with their FAQs.
- Get help from our expert Renesas technical staff and community on our support forums.
- GuidePDF 186 KB sh-product-number-guide Apr 04, 2018
- Guide
- Guide
Manuals & Guides (3)
- Application NoteAI-generated Summary: The document details the Renesas CAN Controller's usage, including compatibility, evaluation results, and principles of pretended networking. It covers sample software descriptions, CAN driver functionalities such as initialization, configuration, transmission, reception, and diagnostics. The text also explains mapping of lower CAN drivers, application examples, and frequently asked questions addressing CAN conformance, transceiver issues, bit timing, operation modes, power save modes, transmission, reception, message storage, peripheral bus access, and interrupt handling.
- Application NoteAI-generated Summary: The document explains key compiler option differences when migrating source code from the SuperH family to the RX family. It highlights that char types default to signed in SuperH but unsigned in RX, requiring the 'signed_char' option to maintain behavior. It also covers the 'auto_enum' option for automatic enum size selection and the 'dbl_size' option to specify double type size, which defaults to 4 bytes in RX compared to 8 bytes in H8 compilers. Configuration steps in the CS+ IDE are provided for each option.
- Application NoteAI-generated Summary: The document explains how to register and uninstall Call Walker within the High-performance Embedded Workshop (HEW). It guides users to launch HEW without opening a workspace, access the Tools Administration menu, and register the Call Walker tool by specifying the registration file path. After registration, Call Walker version 2.3 appears in the menu. Upon uninstalling HEW, users must manually delete the remaining Call Walker directory. It also provides Renesas Electronics website and contact information for support. The revision history notes the first edition release date.
- Application NoteAI-generated Summary: The TFAT library supports FAT12, FAT16, and FAT32 file systems with 8.3 filename format and one drive. It is based on Fatfs (RO.06) and does not support long file names or filesystem formatting. The software stack includes the FAT file system, TFAT library, and device drivers. Development uses High-performance Embedded Workshop and SuperH C/C++ compiler. Compiler options for SH-2A and SH2A-FPU are specified. Version 2.00 is available for both CPU types. The library requires about 8.4KB ROM, 6 bytes RAM, and varying stack sizes depending on API functions. Memory allocation depends on the number of open files and directory structures.Related Files:
- Application NoteAI-generated Summary: The SH-2 and SH-2A Fixed-point Library (Ver. 1.02) provides fixed-point arithmetic functions through the 'fixmath.h' header and corresponding libraries (sh2fix.lib, sh2afix.lib). It supports fixed-point operations like conversion between float and fixed-point types and trigonometric calculations. Usage instructions include copying files to local directories and specifying libraries in the High-Performance Embedded-Workshop environment. The library warns that results exceeding fixed-point range are not guaranteed. The 'fixmath.h' file defines types and macros for fixed-point operations, with function names indicating bit widths.Related Files:View More (51)
Application Notes & White Papers (51)
- Product Change Notice
- Product Change Notice
- Product Change Notice
Product Notices (PCN, EOL, etc) (3)
- Technical Update
- Technical Update
- Technical Update
- Technical UpdateView More (62)
Errata & Technical Updates (62)
No Results Found.
Check Spelling
Make sure all keywords are spelled correctly.
Make sure all keywords are spelled correctly.
Adjust Keywords
Try fewer, different, or more general terms to vary your search.
Try fewer, different, or more general terms to vary your search.
Review Filters
If you have filters applied, consider deselecting some to broaden your results.
If you have filters applied, consider deselecting some to broaden your results.
Need help?
- Search our extensive knowledgebase, designed to help customers with their FAQs.
- Get help from our expert Renesas technical staff and community on our support forums.
No Results Found.
Check Spelling
Make sure all keywords are spelled correctly.
Make sure all keywords are spelled correctly.
Adjust Keywords
Try fewer, different, or more general terms to vary your search.
Try fewer, different, or more general terms to vary your search.
Review Filters
If you have filters applied, consider deselecting some to broaden your results.
If you have filters applied, consider deselecting some to broaden your results.
Need help?
- Search our extensive knowledgebase, designed to help customers with their FAQs.
- Get help from our expert Renesas technical staff and community on our support forums.
No Results Found.
Check Spelling
Make sure all keywords are spelled correctly.
Make sure all keywords are spelled correctly.
Adjust Keywords
Try fewer, different, or more general terms to vary your search.
Try fewer, different, or more general terms to vary your search.
Review Filters
If you have filters applied, consider deselecting some to broaden your results.
If you have filters applied, consider deselecting some to broaden your results.
Need help?
- Search our extensive knowledgebase, designed to help customers with their FAQs.
- Get help from our expert Renesas technical staff and community on our support forums.
No Results Found.
Check Spelling
Make sure all keywords are spelled correctly.
Make sure all keywords are spelled correctly.
Adjust Keywords
Try fewer, different, or more general terms to vary your search.
Try fewer, different, or more general terms to vary your search.
Review Filters
If you have filters applied, consider deselecting some to broaden your results.
If you have filters applied, consider deselecting some to broaden your results.
Need help?
- Search our extensive knowledgebase, designed to help customers with their FAQs.
- Get help from our expert Renesas technical staff and community on our support forums.
No Results Found.
Check Spelling
Make sure all keywords are spelled correctly.
Make sure all keywords are spelled correctly.
Adjust Keywords
Try fewer, different, or more general terms to vary your search.
Try fewer, different, or more general terms to vary your search.
Review Filters
If you have filters applied, consider deselecting some to broaden your results.
If you have filters applied, consider deselecting some to broaden your results.
Need help?
- Search our extensive knowledgebase, designed to help customers with their FAQs.
- Get help from our expert Renesas technical staff and community on our support forums.
Marketing Collateral (1)
- Document
- Document
- Document
- Document
Other (4)
No Results Found.
Check Spelling
Make sure all keywords are spelled correctly.
Make sure all keywords are spelled correctly.
Adjust Keywords
Try fewer, different, or more general terms to vary your search.
Try fewer, different, or more general terms to vary your search.
Review Filters
If you have filters applied, consider deselecting some to broaden your results.
If you have filters applied, consider deselecting some to broaden your results.
Need help?
- Search our extensive knowledgebase, designed to help customers with their FAQs.
- Get help from our expert Renesas technical staff and community on our support forums.
No Results Found.
Check Spelling
Make sure all keywords are spelled correctly.
Make sure all keywords are spelled correctly.
Adjust Keywords
Try fewer, different, or more general terms to vary your search.
Try fewer, different, or more general terms to vary your search.
Review Filters
If you have filters applied, consider deselecting some to broaden your results.
If you have filters applied, consider deselecting some to broaden your results.
Need help?
- Search our extensive knowledgebase, designed to help customers with their FAQs.
- Get help from our expert Renesas technical staff and community on our support forums.
Loading
Filters
Applied Filters
Software & Tools
Filter by Type
Filter by Provider
Sample Code
Filter by Application
Filter by Function
Filter by Compiler
Filter by IDE
Simulation Models
Partner Solutions
- IDE and Coding ToolAdd new CPU types to the compiler package (for High-performance Embedded Workshop V4 or later)
- IDE and Coding ToolRenesas integrated development environment (IDE) (for SuperH, RX, R8C, M32R, M16C, H8SX, H8S, H8, and 740 families).
- Compiler/AssemblerC/C++ Compiler package for SuperH RISC engine Family. Simulator debugger and High-performance Embedded Workshop included.
- EmulatorE10A-USB emulator not supporting AUD trace function.
- EmulatorE10A-USB emulator supporting AUD trace function.
- Programmer (Unit/SW)On-chip debugging emulator available as a flash memory programmer [Available flash programming software: Flash Development Toolkit] [Support MCU/MPU and devices: SuperH RISC engine, R8C, M16C, H8SX, H8S, H8, 740]
- Programmer (Unit/SW)Flash memory programming software. [Support MCU/MPU and devices: SuperH RISC engine, RX, R8C, M16C, H8SX, H8S, H8, 740]
- Programmer (Unit/SW)Flash memory programmer. [Programming software: Included.] [Support MCU/MPU and devices: RX, RL78, RH850, Renesas USB Power Delivery Family, SuperH RISC engine, V850, 78K, R8C] [Successor: PG-FP6 (The PG-FP6 does not support the V850 and 78K MCUs which have a dual power supply flash memory. )
- Software & Tools - Other
- Software & Tools - Other
- Software & Tools - Evaluation Software
- Software & Tools - Evaluation Software
- SimulatorSimulator debugger for the SuperH RISC engine family [Support IDE : High-performance Embedded Workshop] (Note: This product is included in Compiler Package and is not available separately.)
- ITRON OSμITRON4.0 Specification real-time OS for SH-1,SH-2,SH2-DSP,SH-2A,SH2A-FPU [Required IDE :High-performance Embedded Workshop]
No Results Found.
Check Spelling
Make sure all keywords are spelled correctly.
Make sure all keywords are spelled correctly.
Adjust Keywords
Try fewer, different, or more general terms to vary your search.
Try fewer, different, or more general terms to vary your search.
Review Filters
If you have filters applied, consider deselecting some to broaden your results.
If you have filters applied, consider deselecting some to broaden your results.
Need help?
- Search our extensive knowledgebase, designed to help customers with their FAQs.
- Get help from our expert Renesas technical staff and community on our support forums.
- IDE and Coding ToolAdd new CPU types to the compiler package (for High-performance Embedded Workshop V4 or later)
- IDE and Coding ToolRenesas integrated development environment (IDE) (for SuperH, RX, R8C, M32R, M16C, H8SX, H8S, H8, and 740 families).
- Compiler/AssemblerC/C++ Compiler package for SuperH RISC engine Family. Simulator debugger and High-performance Embedded Workshop included.
- EmulatorE10A-USB emulator not supporting AUD trace function.View More (18)
Software & Tools (18)
- Sample CodeRelated Files:
- Sample CodeRelated Files:
- Sample CodeRelated Files:
- Sample CodeRelated Files:
- Sample CodeRelated Files:View More (17)
Sample Code (17)
No Results Found.
Check Spelling
Make sure all keywords are spelled correctly.
Make sure all keywords are spelled correctly.
Adjust Keywords
Try fewer, different, or more general terms to vary your search.
Try fewer, different, or more general terms to vary your search.
Review Filters
If you have filters applied, consider deselecting some to broaden your results.
If you have filters applied, consider deselecting some to broaden your results.
Need help?
- Search our extensive knowledgebase, designed to help customers with their FAQs.
- Get help from our expert Renesas technical staff and community on our support forums.
No Results Found.
Check Spelling
Make sure all keywords are spelled correctly.
Make sure all keywords are spelled correctly.
Adjust Keywords
Try fewer, different, or more general terms to vary your search.
Try fewer, different, or more general terms to vary your search.
Review Filters
If you have filters applied, consider deselecting some to broaden your results.
If you have filters applied, consider deselecting some to broaden your results.
Need help?
- Search our extensive knowledgebase, designed to help customers with their FAQs.
- Get help from our expert Renesas technical staff and community on our support forums.
Support Communities
Get quick technical support online from Renesas Engineering Community technical staff.
Knowledge Base
Browse our knowledge base for helpful articles, FAQs, and other useful resources.