Description
The SH7751 is a 32-bit RISC (reduced instruction set computer) microprocessor, featuring a built-in PCI bus controller compatible with PCs and multimedia devices. & It includes the SH-4 CPU, which at the object code level is upwardly compatible with the SH-1, SH-2, and SH-3 microcomputers. The SH7751 has an 8kB instruction cache and a 16kB operand cache that can be switched between copy-back and write-through modes, a 4-entry full associative instruction TLB (table look aside buffer), and MMU (memory management unit) with 64-entry full-associative shared TLB. & The SH7751 also includes a bus state controller (BSC) that can be coupled to synchronous DRAM. Also, because of its built in functions, such as PCI bus controller, timers, and serial communications functions, required for multimedia and OA equipment, use of the SH7751 enables a dramatic reduction in system costs.
Applications
- Home
| Part Number | Status | Samples | Stock | RoHS | Package | CPU | Bit Size | Program Memory (KB) | Data Flash (KB) | Lead Count (#) | Supply Voltage (V) | Operating Freq (Max) (MHz) | I/O Ports | Timer | DMA | Ethernet | RTC | LVD or PVD | Temp. Range (°C) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| HD6417751BP167I | Obsolete | N/A | Out of Stock | RoHS:EN RoHS:JA | Package | SH-4 | 32 | 167MHz | 32-bit x 5-ch | No | No | Yes | No | ||||||
| HD6417751BP167IV | Obsolete | N/A | Out of Stock | RoHS:EN RoHS:JA | Package | SH-4 | 32 | 167MHz | 32-bit x 5-ch | No | No | Yes | No | ||||||
| HD6417751BP167V | Obsolete | N/A | Out of Stock | RoHS:EN RoHS:JA | BGA | SH-4 | 32 | 0 | 0 | 256# | 3 - 3.6 | 167MHz | 40 | 32-bit x 5-ch | Yes | No | Yes | No | -20 to +75 |
| HD6417751F167 | Obsolete | N/A | Out of Stock | RoHS:EN RoHS:JA | HFQFP | SH-4 | 32 | 0 | 0 | 256# | 3 - 3.6 | 167MHz | 40 | 32-bit x 5-ch | Yes | No | Yes | No | -20 to +75 |
| HD6417751F167I | Obsolete | N/A | Out of Stock | RoHS:EN RoHS:JA | HFQFP | SH-4 | 32 | 256# | 167MHz | 32-bit x 5-ch | No | No | Yes | No | |||||
| HD6417751F167IV | Obsolete | N/A | Out of Stock | RoHS:EN RoHS:JA | HFQFP | SH-4 | 32 | 256# | 167MHz | 32-bit x 5-ch | No | No | Yes | No | |||||
| HD6417751F167V | Obsolete | N/A | Out of Stock | RoHS:EN RoHS:JA | HFQFP | SH-4 | 32 | 0 | 0 | 256# | 3 - 3.6 | 167MHz | 40 | 32-bit x 5-ch | Yes | No | Yes | No | -20 to +75 |
Filters
Applied Filters
- 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
- 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
- Manual - Hardware
- Document
- Document
- Application NoteAI-generated Summary: The SH-4 TCP/IP library supports little endian mode and runs on SH4 MCUs. It requires specific development tools including Windows OS, High Performance Embedded Workshop IDE, SuperH RISC compiler, and E10A-USB emulator. The sample Ethernet application demands defined ROM and RAM sizes for the application, T4 library, and Ethernet driver, with detailed stack size requirements for TCP/IP functions. Users must configure MAC addresses and follow specific usage notes such as argument size limits and resetting the MS104-SH4 board before loading the sample program. Version information is accessible via the T4 library.Related Files:
- Application NoteAI-generated Summary: The document details a comprehensive list of methods supported by the class in a compiler package. It covers various template functions such as swap, min, max, copy, fill, mismatch, equal, lexicographical_compare, count, find, search, replace, for_each, adjacent_find, remove_if, generate, unique, reverse, rotate, and random_shuffle. These methods facilitate operations on iterators and ranges, supporting comparisons, transformations, and searches with customizable predicates and binary operations.
- 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
- 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 SH-4 TCP/IP library supports little endian mode and runs on SH4 MCUs. It requires specific development tools including Windows OS, High Performance Embedded Workshop IDE, SuperH RISC compiler, and E10A-USB emulator. The sample Ethernet application demands defined ROM and RAM sizes for the application, T4 library, and Ethernet driver, with detailed stack size requirements for TCP/IP functions. Users must configure MAC addresses and follow specific usage notes such as argument size limits and resetting the MS104-SH4 board before loading the sample program. Version information is accessible via the T4 library.Related Files:
- Application NoteAI-generated Summary: The document details a comprehensive list of methods supported by the class in a compiler package. It covers various template functions such as swap, min, max, copy, fill, mismatch, equal, lexicographical_compare, count, find, search, replace, for_each, adjacent_find, remove_if, generate, unique, reverse, rotate, and random_shuffle. These methods facilitate operations on iterators and ranges, supporting comparisons, transformations, and searches with customizable predicates and binary operations.View More (50)
Application Notes & White Papers (50)
- Product Change Notice
- Product Change Notice
- Product Change Notice
Product Notices (PCN, EOL, etc) (3)
- Technical Update
- Technical Update
- Technical Update
- Technical UpdateView More (72)
Errata & Technical Updates (72)
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 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-4,SH-4A [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.
- Sample CodeRelated Files:
- Sample CodeRelated Files:
- Sample CodeRelated Files:
- 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 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.View More (10)
Software & Tools (10)
- Sample CodeRelated Files:
- Sample CodeRelated Files:
- Sample CodeRelated Files:
- Sample CodeRelated Files:
- Sample CodeRelated Files:View More (12)
Sample Code (12)
- Model - IBIS
- Model - IBIS
- Model - IBIS
- Model - IBIS
- Model - IBISView More (6)
Simulation Models (6)
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
-
H-UDI / JTAG
I am trying to create a boundary scan test for a SH series chip via jtag. My interface seems to be functioning properly hardware wise and I can read out the idcode without an issue, but I am unable to do much more than that.I get the impression from ...
Nov 20, 2009
Knowledge Base
-
How to fix this error saying "H-UDI boot failed''?
... and /RDY are set to the correct state. Note: Pin state settings differ according to MCU. For example, when the /RDY pin on SH7751R is “Low”, it is in the “ready” state. Therefore, make sure the pin is not set to fixed“high” when the emulator is started ...
Jun 14, 2011