Skip to main content
Renesas Electronics Corporation - June is Pride Month, a month to raise awareness of the rights and the culture of the LGBTQ+ community

Description

This product is a real-time operating system (real-time OS) that is an implementation of the μITRON4.0 specification. μITRON is the predominant real-time OS for embedded systems in Japan. Its low resource requirements, outstanding real-time performance, and broad range of service calls make it very suitable for embedded systems requiring true real-time and multi-tasking capabilities.

In addition, its high degree of compatibility with the compiler package from Renesas Electronics and multitasking debugging on the IDE will help you greatly reduce development times and get your products to market more quickly.

Note:
All products listed as target devices are obsolete or not recommended for new designs.

Features

  • Conformance with the µITRON4.0 Specification
    The design conforms with the µITRON4.0 Specification, which prescribes a representative OS architecture for embedded control.
  • Real-time performance
    Task switching time is 5.6μsec, which is even faster than the previous product. *Time it takes a target task to be activated after a wup_tsk is issued. (SH704x@33.3MHz, when on-chip memory is used) [Learn More]
  • Superb functionality
    Supports more than 100 service calls, such as the dynamic task generation system call. They support various applications.[Learn More]
  • Configurator
    The configurator is equipped which makes the setup of OS construction parameters easier.[Learn More]
  • Supports the multi-task functionality in High-performance Embedded Workshop
    The Debugging Extension is an optional software which supports the following functions:[Learn More]:
    • Displaying the states of OS control objects such as tasks, semaphores, etc.
    • Issues the service calls for task activation and event flag setting etc.
    • Graphically-displayed service call history
  • Cooperation with 3rd parties
    We provide various solutions to deliver great environments for debugger/application software development, distribution of middleware, customization, and hardware platform etc. in conjunction with our partner vendors.
  • Target CPU: SuperH RISC engine Family SH-1, SH-2, SH2-DSP, SH-2A, SH2A-FPU (FPU of the SH-2E is not supported.)
  • Supported compiler: C/C++ Compiler Package for SuperH Family
  • Learn More

Release Information

Latest Ver.: V.2.03 Release 01
Released: Nov 01, 2011
Details of upgrade (See Tool News)
Operating Environment
Agreement Details

Target Devices

Type Title Date
Upgrade - OS
Log in to Download ZIP 18.67 MB 日本語
Upgrade - OS
Log in to Download ZIP 21.11 MB 日本語
Upgrade - OS
Log in to Download ZIP 18.53 MB 日本語
Upgrade - OS
Log in to Download ZIP 20.98 MB 日本語
Upgrade - OS
Log in to Download EXE 17.46 MB 日本語
Upgrade - OS
Log in to Download EXE 19.84 MB 日本語
Upgrade - OS
Log in to Download EXE 17.13 MB 日本語
Upgrade - OS
Log in to Download EXE 19.51 MB 日本語
Upgrade - OS
Log in to Download EXE 15.96 MB 日本語
Upgrade - OS
Log in to Download EXE 18.35 MB 日本語
Upgrade - OS
Log in to Download EXE 15.86 MB 日本語
Upgrade - OS
Log in to Download EXE 18.24 MB 日本語
Upgrade - OS
Log in to Download EXE 17.23 MB 日本語
Upgrade - OS
Log in to Download EXE 19.87 MB 日本語
Upgrade - Debugger
Log in to Download ZIP 6.76 MB 日本語
Upgrade - OS
Log in to Download EXE 11.04 MB 日本語
Upgrade - OS
Log in to Download EXE 13.12 MB 日本語
Upgrade - OS
Log in to Download EXE 9.76 MB 日本語
Upgrade - OS
Log in to Download EXE 11.77 MB 日本語
Upgrade - OS
Log in to Download EXE 10.48 MB 日本語
Upgrade - OS
Log in to Download EXE 12.56 MB 日本語
Upgrade - OS
Log in to Download EXE 7.16 MB 日本語
Upgrade - OS
Log in to Download EXE 7.72 MB 日本語
23 items
Type Title Date
Manual - Development Tools PDF 199 KB 日本語
Tool News - Note PDF 202 KB 日本語
Tool News - Note PDF 247 KB 日本語
Tool News - Note PDF 207 KB 日本語
Tool News - Release PDF 204 KB 日本語
Manual - Development Tools PDF 113 KB 日本語
Tool News - Release PDF 202 KB 日本語
Application Note PDF 750 KB 日本語
AI-generated Summary: Real-time OS aware debugging supports various real-time operating systems including HI7200/MP, ThreadX, uC/OS-II, and TOPPERS variants. It operates within High-performance Embedded Workshop on Windows platforms and integrates with SuperH Family RISC engine simulators/debuggers. The document details environment setup, program downloading, OS definition selection, task state monitoring, execution history, and timing display functions.
Tool News - Note PDF 197 KB 日本語
Tool News - Release PDF 197 KB 日本語
Tool News - Note PDF 198 KB 日本語
Tool News - Release PDF 197 KB 日本語
Tool News - Note PDF 202 KB 日本語
Tool News - Release PDF 201 KB 日本語
Tool News - Release PDF 234 KB 日本語
Tool News - Note PDF 193 KB 日本語
Tool News - Note PDF 196 KB 日本語
Tool News - Release PDF 198 KB 日本語
Tool News - Note PDF 194 KB 日本語
Tool News - Note PDF 195 KB 日本語
Tool News - Note PDF 201 KB 日本語
Tool News - Note PDF 197 KB 日本語
Tool News - Note PDF 194 KB 日本語
Tool News - Note PDF 194 KB 日本語
Manual - Development Tools PDF 2.82 MB 日本語
Tool News - Release PDF 198 KB 日本語
Guide PDF 687 KB
Tool News - Release PDF 200 KB 日本語
Tool News - Note PDF 200 KB 日本語
Technical Update PDF 19 KB 日本語
Technical Update PDF 25 KB 日本語
Application Note PDF 3.03 MB
AI-generated Summary: The document provides important disclaimers and usage guidelines for semiconductor products, emphasizing that the information is for reference only and subject to change. It highlights that Renesas assumes no liability for damages or third-party rights infringements arising from the use of the data. Safety considerations are stressed, advising users to design circuits with protective measures to prevent injury or damage. Export control restrictions and the need for prior approval for reproductions are also noted.
Technical Update PDF 52 KB 日本語
Tool News - Notification PDF 199 KB 日本語
Tool News - Notification PDF 206 KB 日本語
Manual - Development Tools PDF 574 KB
36 items

Supported CPU Cores

SH-1, SH-2, SH2-DSP, SH-2A, SH2A-FPU
*FPU of the SH-2E is not supported.

Functions

The HI7000/4 kernel consists of the following modules. Each module is provided by functions (service calls) .

  • Scheduler
    Manages execution sequence of multiple tasks based on their priority levels.
  • Task management
    Manages task status such as RUNNING, READY, WAITING or SUSPENDED.
  • Task-dependent synchronization
    Changes task status from other task, and synchronizes tasks.
  • Interrupt processing
    Returns from an interrupt handler
  • Time management
    Sets system timer used by HI7000/4 kernel and starts user-defined alarm handler, cyclic handler and overrun handler.
  • System State Management
    Reports information such as version number of HI7000/4 kernel.
  • Synchronization/communication
    Carries out synchronization and communication between tasks. The following function modules are available:
    • Event flag
      Tasks are synchronized by the status of flags managed by the kernel.
    • Semaphore
      Tasks are synchronized by the semaphore counter value managed by the kernel.
    • Mail box
      Tasks are synchronized by sending or receiving a message.
    • Data queue
      Tasks are synchronized by communicating 4-byte data.
  • Extended Synchronization/Communication
    Carries out synchronization and communication between tasks. The following function modules are available:
    • Message buffer
      Makes use of variable-length data communication to synchronize tasks.
    • Mutex
      Makes use of priority ceiling protocol for avoiding priority inversion to synchronize tasks.
  • Memory pool management
    Dynamically allocates/frees memory area used by tasks. Enables efficient use of memory.
  • Task exception
    Controls execution of task exceptions by, for example, defining or activating a task exception.
  • Cyclic handler function
    Controls the execution of a handler activated periodically.
  • Alarm handler function
    Controls the execution of a handler activated at the specified relative-time.
  • Overrun handler function
    Controls the execution of a handler activated when the specified time has been exceeded.
  • Extended service call function
    Renesas original functions are following:
    • Task event flags
      Makes use of task event flag state to synchronize tasks.

Kernel specifications

Specifications/Functions:Supports the following functions including uITRON4.0 spec-compliant standard profile.
・Service calls for dynamic object   creation(cre_???, acre_???) and   deletion(del_???)
・Mutex (TA_CEIL attribute only)
・Message buffer
・Variable-length memory pool
・Alarm handler
・Over handler
The following is the Renesas-specific functions
・Task-attached event flag
Scheduling types:Priority basis type / Event-driven type
Target CPU:SH-1, SH-2, SH2-DSP, SH-2A, SH2A-FPU
*FPU of the SH-2E is not supported.
Service call number:148
(Count xxx_yyy plus ixxx_yyy as one)
Maximum object number:1023 (Only the cycle handler and the alarm handler have 15 each)
A maximum value can be selected with the configurator
Maximum Priority number:255, A maximum value can be selected with the configurator
Performance
(Time takes for a target task to be executed after the wup_tas is issued.):
1.1 microseconds (SH7206, 200MHz, cache enabled)
Kernel code size:From 5.5k bytes to 44k bytes
Kernel RAM usage per task:Data: 64 bytes
Stack: 140 bytes

Components

ItemDescriptionNote
Kernel source programKernel source programProvided only with mass-production licenses which include source code.
Kernel libraryKernel library for system building
Kernel library for DSP support
Kernel library for SH2A-FPU
Compliant with big/little endian
Standard header filesITRON specification common definition files
Kernel specification definition files
Other definition files
Header files are provided both in Assembler and C languages
ConfiguratorTo setup construction parameters
Various sample programsCPU initialization routine assembler source
CPU initialization routine C source
Exception enter/exit processing assembler source
Section initialization processing C source
Section information definition file
Undefined interrupt detailed information acquisition process source
System down routine source
Timer driver source
Workspace for configurationHEW workspace for system building
Project file for separate linkage
Project file for whole linkage
ManualHI7000/4 series user's manual

Processing Flow

Image
hi7000-4-flow-e

Knowledge Base

  1. How to display time in task trace window and task analyze window?

    Time is not displayed if you use E10A-USB. (except SH2A-DUAL)

    Dec 7, 2009
  2. Why is the value of an event flag cleared after an event occurs?

    If "TS_CLR" is specified as the attribute of an event flag, then the value of an event flag is cleared after the corresponding event occurs.

    May 17, 2017
  3. Why do I sometimes get an E_NOMEM (insufficient memory) error when the service call "acr_tsk" is called after "exd_tsk" ?

    The size of the dynamic stack area may be insufficient. Repeated creation and deletion of tasks that use a dynamic stack causes fragmentation of the available dynamic stack area. Therefore, an E_NOMEM error may occur even when there is sufficient free space.

    May 17, 2017
View All Results from Knowledge Base (7)
Support Communities

Support Communities

Get quick technical support online from Renesas Engineering Community technical staff.
Browse Articles

Knowledge Base

Browse our knowledge base for helpful articles, FAQs, and other useful resources.
Submit a Ticket

Submit a Ticket

Need to ask a technical question or share confidential information?