IAR Embedded Workbench for HCS12

完全統合型開発ツールチェーンであるHCS12用IAR Embedded Workbenchを使えば、1つのビューに1つのツールボックスが提供され、1本のシームレスなワークフローが可能です。

01

ユーザフレンドリなIDE

プロジェクト管理ツールとエディタを備えた統合開発環境です。MISRA Cルール (MISRA-C:2004) の自動チェック、コンフィギュレーションファイル、リンカおよびライブラリツール、サンプルプロジェクトおよびコードテンプレートを提供しています。

02

パワフルなビルドツール

高度な最適化を実現するHCS12用のC/C++コンパイラを提供します。ランタイムライブラリ、HCS12用再配置アセンブラも備えています。

03

包括的なデバッガ

C-SPYデバッガはHCS12用シミュレータを備えた包括的なデバッガです。ハードウェア上でのRTOS認識デバッグをサポートし、BDMデバッガに対応しています。

最新リリースノート

Version 4.10

C99

The product now uses the current C standard defined in 1999, known as C99, as the default C language.

Compiler optimizations

Improved optimizations will give faster execution of target code and smaller code size.

Automatic selection of printf/scanf formatter

The compiler/linker will parse the printf/scanf format specifiers and select the smallest possible formatter from the library.

#pragma default_variable_attributes and #pragma default_function_attributes
Two new pragma directives have been added to set default placement and attributes for variable/function declarations and definitions. This means that you can override multiple declarations and definitions by using a single pragma directive.

New segment

A new segment EARLYDIFUNCT is added. It holds the dynamic initialization vector used by C++ for objects that require early initialization,typically stream I/O. This section can be placed anywhere in ROM memory.

New text editor and source browser

A new text editor and source browser are introduced in this version. The new features include auto completion, parameter hint, code folding, block select, block indent, bracket matching, zoom, and word/paragraph navigation. The new source browser adds features like Go to Declaration and Find All References to symbols.

New license management system

The new LMS used with this release introduces new features like commuter licenses, automatic license activation, and support for virtual servers. It is easier to administrate and a single installer concept enables easy transfer between all variants of IAR Embedded Workbench for a certain product by a license upgrade.

Subversion

The version control integration has been extended with support for Subversion (SVN).

Project connection

Files or file packages generated by external code generation tools can be imported and IAR Embedded Workbench automatically detects changes in the generated file set. This enables automated integration with for example device configuration tools.

Open Source BDM support

Support for Open Source BDM has been added.

Timeline window

A Timeline window in the simulator allows correlated visualization of call stack, interrupt log, and data log values plotted against time.

Custom SFR window

It is now possible to define custom SFRs (special function registers) in C-SPY with selectable access size and type.

Call Graph window

A new Call Graph window has been added. It is browsable and displays all calls made to and from each function from any source file in the active project.

Macro Quicklaunch window

The new Macro Quicklaunch window makes it possible to evaluate expressions and to launch C-SPY macros. The return value from the evaluated macro or expression is shown in a separate column and the user can re-trigger the evaluation at any given point.

New devices

Support has been added for the following devices: MC9S12A32, MC9S12B256, MC9S12C96, MC9S12DT512, MC9S12DJ512, MC9S12E256, MC9S12GN32, MC9S12G48, MC9S12G240, MC9S12HY48, MC9S12HY32, MC9S12T64, MC9S12C128, MC9S12GC128, MC9S12GC96, MC9S12C64, MC9S12GC64, MC9S12C32, MC9S12GC32, MC9S12GC16, MC9S12HN64, MC9S12Q128, MC9S12Q96, MC9S12Q64,MC9S12Q32.

どのようなタイプのライセンスが必要ですか?

IARシステムズのツールは、お客様の使用状況に応じて柔軟なライセンスモデルを用意しています。保守契約を締結されている場合は、世界中のどの地域でもサポートが受けられます。日本国内のユーザー様から日本法人へのお問い合わせについては、もちろん日本語のサポートが可能となります。 ご不明な点については、お気軽にお問い合わせよりご質問ください。

製品の詳細をお知りになりたいですか?

グローバルに展開するIARが世界各地のお客様をサポートします。製品に関するお問い合せには、常時お答えしています。

製品/見積もりに関する問い合わせ

製品に関するお問い合わせや見積もりのご依頼は、以下のフォームに必要事項をご記入の上、送信ボタンをクリックしてください。 *は必須項目となっています

* Privacy policy を確認

ユーザーガイド

言語と規格

IAR C/C++ Compilerは、CおよびC++プログラム言語の各種方言や、組込みプログラミング用の様々な拡張機能に対応します(あらゆる実装に対応する言語規格をすべてサポートしているわけではありません)。厳格な規格コンプライアンスに対応するために拡張機能を禁止することも可能です。

一般的なデバッガやエミュレータのほとんどと互換性のある業界標準のデバッグおよびイメージフォーマットを幅広くサポートしています。これにはELF/DWARFなどが含まれます。

ISO/ANSI C/C++ へのコンプライアンス

IAR C/C++ Compilerは、次のようなCプログラム言語規格をフリースタンディングに実装しています。

  • INCITS/ISO/IEC 9899:2018、別名C18 (最新バージョンのみ)
  • IAR C/C++ CompilerはC++17のすべての機能に対応。C++ライブラリはC++14に対応、C++17追加機能のサポートなし。(最新バージョンのみ)

  • ISO/IEC 14882:2015、別名C++14

  • INCITS/ISO/IEC 9899:2012、別名C11

  • ANSI X3.159-1989、別名C89

IEEE 754規格

IAR Embedded Workbenchは浮動小数点演算のIEEE 754規格に対応しています。

MISRA C

MISRA Cは、MISRA (自動車産業ソフトウェア信頼性協会) が開発したCプログラム言語のためのソフトウェア開発規格で、SO規格のC言語で記述する組込みシステムでのコードの安全性、可搬性、信頼性を確保することを主な目的としています。

MISRA C規格の初版「自動車用ソフトウェアでC言語を利用するための手引き(Guidelines for the use of the C language in vehicle based software)」は、1998年に策定されました。2004年には第2版が作成され、規則番号の全面的な見直しなどの重要な変更が数多く行われました。さらに、拡張サポート付きのMISRA C:2012および安全でないコード構造を識別するためのMISRA C++:2008も規格に追加されました。

IAR Embedded Workbenchの特長であるアドオン製品 C-STATによって、MISRA C:2004、MISRA C++:2008、MISRA C:2012が策定した規則への準拠をチェックすることができます。

テスト検証

IARは、次のような市販のテストスイートを使って、IARのツールが規格に準拠していることを確認しています。

  • ISO/IEC Cへの準拠を確認するPlum Hall Validationテストスイート
  • C++への準拠を確認するPerennial EC++ Validation Suite

  • IARライブラリのC/C++規格への準拠およびC++規格に対するSTL実装を検証するDinkum C++ Proofer

上記の市販スイーツに加えて、いくつかの内製テストスイートを使用して、新機能の検証、リグレッションテスト、エラー修正に対する検証などを実施しています。

C-SPY target system and BDM support

C-SPY target system support

  • Simulator

BDM debugger support

for the following interfaces:

  • P&E CABLE12, CABLE12HS and Multilink Interface (parallell port and USB)
  • Cyclone PRO debug interface (serial, USB and ethernet)
  • Motorola SDI interface
  • SofTec inDART-HCS12 and inDART-ONE

無償の体験版をダウンロード

無償の評価版:IAR Embedded Workbench for HCS12

評価版ライセンスは、完全に無償でその操作性をお試しいただけます。

ダウンロードをクリックすると、ライセンスを取得するためのユーザ登録が求められます。

 

14日の期間限定評価版ライセンスについては、以下の点にご注意ください。

  • 評価版ライセンスは14日間のみ使用可能です。
  • ランタイムライブラリにはソースコードが含まれません。(バイナリ提供)
  • MISRA C はサポートしていません。
  • テクニカルサポートは対象外です。
  • 製品開発を含む、いかなる商用開発にも使用出来ません。
ダウンロード

申し訳ございませんが、弊社サイトではInternet Explorerをサポートしていません。サイトをより快適にご利用いただくために、Chrome、Edge、Firefoxなどの最新ブラウザをお使いいただきますようお願いいたします。