Description
The SH7203 is a high-performance microcontroller, incorporating an SH2A-FPUcore. This LSI operates at a maximum operating frequency of 200MHz. It incorporates FPU supporting single-precision and double-precision, and which enables high signal processing performance. This LSI incorporates a USB standard v2.0 High Speed (480 Mbps) specification Host and Function interface, and a display controller supporting liquid crystal panels up to WVGA size(800x480pixels). & These features provide display system capability and enable low-cost configuration of a digital audio player that performs high-speed data transfer via connection of USB flash memory or a portable audio or similar USB device. In addition, this LSI includes peripheral functions such as a CAN controller, a serial sound interface (SSI) for digital audio data input/output, a serial communication interface with a 16-stage FIFO, an I2C bus interface.
Applications
- Home Appliance
- Healthcare
| Part Number | Status | Samples | Stock | RoHS | 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 | DAC | USB | DMA | Ethernet | RTC | LVD or PVD | Temp. Range (°C) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| R5S72030W200FP | Obsolete | N/A | Out of Stock | RoHS:EN RoHS:JA | FQFP | SH2A-FPU | 32 | 0 | 0 | 80KB | 240# | 3 - 3.6 | 200MHz | 2 | 99 | 16-bit x 7-ch | 10-bit x 8-ch | 8-bit x 2-ch | USB Host, USB Peripheral, USB Ports (ch) x 1, USB Hi-Speed Support, USB Endpoints x 8, USB Isochronous Transfer Support | Yes | No | Yes | No | -20 to +85 |
| R5S72030W200FP#UE | Obsolete | N/A | Out of Stock | RoHS:EN RoHS:JA | FQFP | SH2A-FPU | 32 | 0 | 0 | 80KB | 240# | 3 - 3.6 | 200MHz | 2 | 99 | 16-bit x 7-ch | 10-bit x 8-ch | 8-bit x 2-ch | USB Host, USB Peripheral, USB Ports (ch) x 1, USB Hi-Speed Support, USB Endpoints x 8, USB Isochronous Transfer Support | Yes | No | Yes | No | -20 to +85 |
| R5S72030W200FP#UF | Obsolete | N/A | Out of Stock | RoHS:EN RoHS:JA | FQFP | SH2A-FPU | 32 | 0 | 0 | 80KB | 240# | 3 - 3.6 | 200MHz | 2 | 99 | 16-bit x 7-ch | 10-bit x 8-ch | 8-bit x 2-ch | USB Host, USB Peripheral, USB Ports (ch) x 1, USB Hi-Speed Support, USB Endpoints x 8, USB Isochronous Transfer Support | Yes | No | Yes | No | -20 to +85 |
| R5S72030W200FP#UM | Obsolete | N/A | Out of Stock | RoHS:EN RoHS:JA | FQFP | SH2A-FPU | 32 | 0 | 0 | 80KB | 240# | 3 - 3.6 | 200MHz | 2 | 99 | 16-bit x 7-ch | 10-bit x 8-ch | 8-bit x 2-ch | USB Host, USB Peripheral, USB Ports (ch) x 1, USB Hi-Speed Support, USB Endpoints x 8, USB Isochronous Transfer Support | Yes | No | Yes | No | -20 to +85 |
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
- Technical Update
- Technical Update
- Technical Update
- 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:
- Manual - HardwareSH7203 Group User's Manual: HardwareRECOMMENDED
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 - HardwareSH7203 Group User's Manual: HardwareRECOMMENDED
- 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 (71)
Application Notes & White Papers (71)
- Product Change Notice
- Product Change Notice
- Product Change Notice
Product Notices (PCN, EOL, etc) (4)
- Technical Update
- Technical Update
- Technical Update
- Technical Update
- Technical UpdateView More (86)
Errata & Technical Updates (86)
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:
- 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 (30)
Sample Code (30)
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
-
Cache of SH7203
Hi everybody,I´m trying to understand how the cache of the SH7203 is working, because of the external Flash to save my user programm (only Instructions). I understood that there is an cache for instructions and one for data, but how did the processor differ if the actual readed ...
Oct 10, 2009 -
Flash bootloader - sh7203
Hello,I am trying to flash the rsk+7203 kit with the uboot bootloader.Actually I am able to compile the u-boot bootlader and I get a u-boot.bin file.My problem is that I don't know how to flash this bin-file.To flash the board ...
May 18, 2012 -
Driver for USB Device with SH7203
Hello,i'm develloping a PC's application in VB langage, and i would like to communicate with the USB of SH7203, but, i don't find the driver and sample code ( Vb or C langage)?Where can i find it?Thanks you for helpBest regards
Dec 2, 2010