IAR Embedded Workbench for AVR32

用于 AVR32 的完整开发工具链 IAR Embedded Workbench 在一个视图中提供一个工具箱,为您提供一个不间断的工作流程。

01

人性化的集成开发环境

带有项目管理工具和编辑器的集成开发环境,包括用于 AVR32 的链接器和库工具、示例项目和代码模板。

02

强大的构建工具

IAR C/C++ 编译器是针对 AVR32 的高度优化的 C 和 C++ 编译器。它为所有 AVR32 设备提供配置文件,重新定位 AVR32 汇编器和运行时库。此外,它还包括并行数据路径重组以利用 SIMD 指令和 Atmel AVR32 ABI 兼容。

03

全面的调试器

C-SPY 调试器提供了一个 AVR32 模拟器,支持在硬件和 AVR32 JTAGICE mkll、JTAGICE3 和 AVR ONE! 上进行 RTOS 感知调试模拟器支持。

04

集成的代码分析插件

适用于 AVR32 的 IAR Embedded Workbench 通过插件 C-STAT 提供集成的静态代码分析,确保代码质量并证明符合 MISRA C:2012 等标准。

05

免费按需培训课程

购买适用于 AVR32 的 IAR Embedded Workbench 后,您可以通过我们的 IAR Academy on Demand (AoD)产品获得免费培训课程。

最新版本

我们持续不断更新和完善我们的工具,提供新的功能、新的芯片支持和扩展功能。

Version 4.30

C-STAT

The add-on product C-STAT for static analysis is now supported. C-STAT features innovative static analysis that can detect defects, bugs, and security vulnerabilities as defined by CERT and the Common Weakness Enumeration, as well as help keeping code compliant to coding standards like MISRA C:2012/2004 or MISRA C++:2008.

Parallel build

IAR Embedded Workbench can now build projects using multiple parallel processes. This can improve build performance significantly on multi-core or multiple processor computers. To enable parallel build, select Tools>Options>Project>Enable parallel build.

Stack usage analysis

With stack usage analysis enabled, a stack usage section will be added to the linker map file with listings of the maximum stack depth for each call graph root. The analysis process can be customized to take into account such constructs as calls via function pointers and recursion. The output can optionally be generated in XML format for post-processing activities.

Read complete release notes

Version 4.20

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.

Sampled Graphs in C-SPY

It is now possible to specify variables for which you want to collect data samples. You can view the sampled data either in table format in the Data Sample window or as graphs in the Sampled Graphs window.

Custom SFR window

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

Call Graph window

The 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.

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.

Live Watch

The Live Watch window repeatedly samples and displays the values of expressions while your application is executing.

Compiler optimizations

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

Extended inline assembler

The inline assembler has been extended with the possibility to take input arguments, give return values, and read or write to C symbols. The syntax is similar to the syntax used in GNU GCC.

New devices

ATUC128L3U, ATUC128L4U, ATUC256L3U, ATUC256L4U, ATUC64L3U, and ATUC64L4U

Read full release notes

您需要什么类型的许可?

我们的工具提供灵活的许可模式,以满足您公司的需求。连同我们的支持和更新协议,您可以得到您所需要的多时区和多语言的支持。

了解更多许可模式信息

了解更多?

获取报价

填写以下报价请求表,我们的本地销售团队将与您联系,根据您的需求,提供报价。

* 阅读我们的隐私政策

用户指南和文件

语言和标准

IAR C/C++ 编译器提供 C 和 C++ 编程语言的不同方言,以及针对嵌入式编程的不同扩展(请注意,并非所有语言标准都支持所有目标实现)。编译器可以被指示禁用扩展,以严格遵守标准。

支持多种行业标准的调试和映像格式,与大多数流行的调试器和模拟器兼容。其中包括 ELF/DWARF(如适用)。

符合 ISO/ANSI C/C++ 标准

IAR C/C++ 编译器遵守以下 C 语言编程标准的独立实现:

  • INCITS/ISO/IEC 9899:2018,即 C18(仅限最新版本)

  • 编译器支持所有 C++17 功能。C++ 库支持 C++14,没有补充 C++17(仅限最新版本)

  • ISO/IEC 14882:2015,即 C++14

  • INCITS/ISO/IEC 9899:2012,即 C11

  • ANSI X3.159-1989,即 C89

不同编译器的 ISO/ANSI C/C++ 兼容性水平存在差异。如需了解完整信息,请参考您所选产品中的 IAR C/C++ 编译器用户文档。

IEEE 754 标准

IAR Embedded Workbench 支持 IEEE 754 标准的浮点运算。

MISRA C

MISRA C 是由 MISRA(汽车工业软件可靠性协会)制定的 C 编程语言的软件开发标准。它的目的是促进嵌入式系统中的代码安全、可移植性和可靠性,特别是那些用 ISO C 语言编程的系统。

MISRA C 标准的第一版是《汽车软件中 C 语言的使用指南》,诞生于 1998 年。2004 年该协会发布了第二版指南,其中进行了许多重大修改,包括对规则进行了全面的重新编号。此外,MISRA C:2012 的扩展支持和 MISRA C++:2008 用于识别 C++ 标准中的不安全代码结构也被添加到标准中。

IAR Embedded Workbench 包含一个插件产品 C-STAT,因此您可以检查应用是否符合 MISRA C:2004、MISRA C++:2008 和 MISRA C:2012 定义的规则。

测试验证

我们使用以下商业测试套件来测试我们的工具是否符合标准:

  • 适于 ISO/IEC C 标准一致性的 Plum Hall 验证测试套件

  • 适于测试 C++ 标准一致性的 Perennial EC++ 验证套件

  • Dinkum C++ Proofer 测试我们的库是否符合 C 和 C++ 标准,并根据 C++ 标准测试我们的 STL 实现

除商业套件外,我们还使用一些内部测试套件来测试新功能、执行回归测试、纠正错误等。

硬件调试和 RTOS 支持

Hardware debugging support

  • Support for JTAGICE3, JTAGICE mkII and AVR ONE! emulator
  • NanoTrace support
  • Flash loader
  • Hardware and software breakpoints
  • USB and serial connection

RTOS support

  • OSEK Run Time Interface (ORTI)
  • Express Logic ThreadX
  • Micrium µC/OS-II
  • Segger embOS

下载免费试用版

IAR Embedded Workbench for AVR32 - 免费试用版

评估许可证是完全免费的,允许您试用该软件以评估其效率和易用性。单击下载时,系统会要求您注册以获得许可证。

对于 14 天的限时版本,请注意以下几点:

  • 评估许可证的时间限制是 14 天
  • 不允许用于产品开发或任何形式的商业用途
  • 不包括运行库的源代码
  • 不支持 MISRA C
  • 只提供有限的技术支持
Download

We do no longer support Internet Explorer. To get the best experience of iar.com, we recommend upgrading to a modern browser such as Chrome or Edge.