iDesigner
- 介绍
- 调试烧录工具
iDesigner is a new generation of integrated development environment software, which is developed by Shanghai Eastsoft Microelectronics. It not only has advantages of beautiful interface and powerful function as the other desktop software development platform, but also has personalized customization specifically for the development of embedded applications.
iDesigner integrated dynamic language analyzer, HRCC compiler tools, HRDebug-Engine debugger and other tools. It is committed to providing users with a powerful, stable, easy-to-use and efficient embedded development platform.
Features are as follows:
Strong dynamic language layer analysis function: support function list, based on semantic symbol search, code definition window, code auto completion etc.
Rich debugging function: support variable symbol monitoring, memory monitoring, breakpoint management, conditional breakpoint, stopwatch monitoring, stack monitoring, etc.
Efficient compilation and generation: the compilation efficiency increased by about 40% ~ 80% comparing with the old version.
Flexible customized interface: 70% window interface elements of iDesigner can be customized by the user according to the usage habits.
Perfect platform compatibility: iDesigner can be fully compatible to any Windows platform, and it does not affect the efficiency of the operation.
C complier tool chain
HRCC is self-developed C language cross compiler, according to the features of HR series MCU architecture. It is composed of fives parts: HRCC(C cross compiler)、HASM(Assembler)、HLINK(Linker)、HDASM(Disassembler)、HLIB(Library generator)
Features are as follows:
Complete language definition:Considering the C89 Standard and embedded application requirements, it pursues the perfect balance between function and efficiency.
Rich target support: it supports HR series chips, including 66 instruction set, 79 instruction set and the ARM Cortex M0. And other instruction set targets will be supported gradually.
Optimization and code generation: It is dedicated to generating the reliable and efficient program, running on the HR series chips perfectly.
Innovation of the core technology: Combining the frontier research results of compiler,it has innovation and development in architecture, type system, optimization and code generation.
Before iDesigner is installed for the first time the running environment shall be installed firstly. Please install .Net Framework4.0, Net Framework4.0 Chinese patch, Visual Studio 2010 Shell (Isolated)
iDesiner4.1 version is released, it optimized the project tree management, and improved the debug performance effectively , at the same time it support 32 bit MCUs developing.