Description
The SH7266 and SH7267 belong to the SH7260 Series of microcontrollers, and the maximum operating frequency of 144 MHz enables faster operation in applications such as equipment control or digital audio signal processing. This combination of excellent signal processing performance and ROM code efficiency means that compression and decompression of audio data in formats required by digital audio applications, such as MP3, WMA, or AAC (Advanced Audio Coding), is performed more quickly and program sizes are reduced. An ample 1.5 Mbyte of on-chip SRAM is provided for video display use. It can be configured as a frame buffer to store video data temporarily, which is necessary when implementing graphical display capabilities. & The SH7266 and SH7267 provide a new video display controller and digital video input pins for use with graphical and video display applications. Digital RGB output pins allow output of images or video in RGB565 format at up to VGA size (640 × 480 pixels).
| Part Number | Status | Samples | Longevity | Stock | RoHS | Package | Budgetary Price (USD) | 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 | USB | DMA | Ethernet | RTC | LVD or PVD | Human Machine Interface | Temp. Range (°C) | Moisture Sensitivity Level (MSL) | Country of Assembly | Country of Wafer Fabrication |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| R5S72660P144FP#VZ | Obsolete | N/A | Out of Stock | Contact | LFQFP | SH2A-FPU | 32 | 0 | 0 | 1600KB | 144# | 3 - 3.6 | 144MHz | 80 | 16-bit x 7-ch | 10-bit x 6-ch | USB Host, USB Peripheral, USB Ports (ch) x 1, USB Hi-Speed Support, USB Endpoints x 10, USB Isochronous Transfer Support | Yes | No | Yes | No | Display Function | -40 to +85 | 3 | |||||
| R5S72660W144FP#V0 | NRND | N/A | 2029 Jan | In Stock | RoHS:EN RoHS:JA | LFQFP | 1ku | $13 | SH2A-FPU | 32 | 0 | 0 | 1600KB | 144# | 3 - 3.6 | 144MHz | 2 | 80 | 16-bit x 7-ch | 10-bit x 6-ch | USB Host, USB Peripheral, USB Ports (ch) x 1, USB Hi-Speed Support, USB Endpoints x 10, USB Isochronous Transfer Support | Yes | No | Yes | No | Display Function | -20 to +85 | 3 | JAPAN | JAPAN, TAIWAN |
| R5S72661P144FP#VA | NRND | N/A | 2029 Jan | Out of Stock | Contact | LFQFP | SH2A-FPU | 32 | 0 | 0 | 1600KB | 144# | 3 - 3.6 | 144MHz | 2 | 80 | 16-bit x 7-ch | 10-bit x 6-ch | USB Host, USB Peripheral, USB Ports (ch) x 1, USB Hi-Speed Support, USB Endpoints x 10, USB Isochronous Transfer Support | Yes | No | Yes | No | Display Function | -40 to +85 | 3 | |||
| R5S72661P144FP#VZ | NRND | N/A | 2029 Jan | Out of Stock | Contact | LFQFP | 1ku | $19.01 | SH2A-FPU | 32 | 0 | 0 | 1600KB | 144# | 3 - 3.6 | 144MHz | 2 | 80 | 16-bit x 7-ch | 10-bit x 6-ch | USB Host, USB Peripheral, USB Ports (ch) x 1, USB Hi-Speed Support, USB Endpoints x 10, USB Isochronous Transfer Support | Yes | No | Yes | No | Display Function | -40 to +85 | 3 | JAPAN | JAPAN, TAIWAN |
| R5S72661W144FP#V0 | Obsolete | N/A | Out of Stock | Contact | LFQFP | SH2A-FPU | 32 | 0 | 0 | 1600KB | 144# | 3 - 3.6 | 144MHz | 2 | 80 | 16-bit x 7-ch | 10-bit x 6-ch | USB Host, USB Peripheral, USB Ports (ch) x 1, USB Hi-Speed Support, USB Endpoints x 10, USB Isochronous Transfer Support | Yes | No | Yes | No | Display Function | -20 to +85 | 3 |
Filters
Applied Filters
- Product Change Notice
- 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
- Manual - Hardware
- Technical Update
- Product Change Notice
- Technical Update
- Guide
- Guide
- Technical Update
- Technical Update
- Manual - Hardware
Recommended Documents (1)
No Results Found.
Make sure all keywords are spelled correctly.
Try fewer, different, or more general terms to vary your search.
If you have filters applied, consider deselecting some to broaden your results.
- 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
- Manual - Hardware
- Guide
- Guide
- Manual - Hardware
Manuals & Guides (5)
- 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 (57)
Application Notes & White Papers (57)
- Product Change Notice
- Product Change Notice
- Product Change Notice
- Product Change Notice
Product Notices (PCN, EOL, etc) (5)
- Technical Update
- Technical Update
- Technical Update
- Technical Update
- Technical UpdateView More (77)
Errata & Technical Updates (77)
No Results Found.
Make sure all keywords are spelled correctly.
Try fewer, different, or more general terms to vary your search.
If you have filters applied, consider deselecting some to broaden your results.
- 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.
Make sure all keywords are spelled correctly.
Try fewer, different, or more general terms to vary your search.
If you have filters applied, consider deselecting some to broaden your results.
- 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.
Make sure all keywords are spelled correctly.
Try fewer, different, or more general terms to vary your search.
If you have filters applied, consider deselecting some to broaden your results.
- 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.
Make sure all keywords are spelled correctly.
Try fewer, different, or more general terms to vary your search.
If you have filters applied, consider deselecting some to broaden your results.
- 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.
Make sure all keywords are spelled correctly.
Try fewer, different, or more general terms to vary your search.
If you have filters applied, consider deselecting some to broaden your results.
- 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.
Make sure all keywords are spelled correctly.
Try fewer, different, or more general terms to vary your search.
If you have filters applied, consider deselecting some to broaden your results.
- 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.
Make sure all keywords are spelled correctly.
Try fewer, different, or more general terms to vary your search.
If you have filters applied, consider deselecting some to broaden your results.
- 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.
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.
- 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]
- Plug-in, OS Aware Debugging, Etc.Function for task-level debugging of real-time OS applications. Standard feature of High-performance Embedded Workshop. Available for debugging with a simulator or an emulator.
- Plug-in, OS Aware Debugging, Etc.Optional debugger extension product (Debugging Extension) for Integrated Development Environment High-performance Embedded Workshop which supports task level debugging of real-time OS applications.
- USBDevice drivers for USB communication using USB interface with built-in microcomputer and USB ASSP
- Sample CodeRelated Files:
- Sample CodeRelated Files:
No Results Found.
Make sure all keywords are spelled correctly.
Try fewer, different, or more general terms to vary your search.
If you have filters applied, consider deselecting some to broaden your results.
- 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 (12)
Software & Tools (12)
- Sample CodeRelated Files:
- Sample CodeRelated Files:
- Sample CodeRelated Files:
- Sample CodeRelated Files:
- Sample CodeRelated Files:View More (18)
Sample Code (18)
Simulation Models (1)
No Results Found.
Make sure all keywords are spelled correctly.
Try fewer, different, or more general terms to vary your search.
If you have filters applied, consider deselecting some to broaden your results.
- 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
-
SH7266 On-chip ROM boot on QSPI flash (boot mode 1)
Hello, We use the SH7266 in boot mode 1 to boot directly to the QSPI flash. (The code is copied in RAM High capacity and executed in it).(§4.3.2 Boot Modes 1 and 3 of R01UH0412EJ0200 Rev.2.00 SH7266 / sh7267 User's Manual). The "On-chip ...
Jan 7, 2019 -
General USB question S7G2
I am noting that on both the S7G2-DK board and the S7G2-SK board, the USB Host is associated with the USBHS (High Speed) port while the device is associated with the USBFS (Full Speed) Port. Is there anything preventing the HOST role from assuming the USBFS port?
Aug 30, 2017