MAX-IDE Simulator User's G

[09-13 17:04:09]   来源:http://www.88dzw.com  控制技术   阅读:8333

文章摘要:Abstract: This application note provides useful references and describes how to use the MAX-IDE toolset to build applications for MAXQ® microcontrollers. It specifically explains how to use the MAX-IDE simulator. IntroductionThe MAX-IDE is an easy-to-use Windows®-based development environmen

MAX-IDE Simulator User's G,标签:计算机控制技术,工厂电气控制技术,http://www.88dzw.com
Abstract: This application note provides useful references and describes how to use the MAX-IDE toolset to build applications for MAXQ® microcontrollers. It specifically explains how to use the MAX-IDE simulator.

Introduction

The MAX-IDE is an easy-to-use Windows®-based development environment and tool set that gives designers software simulators, emulators and debugging capabilities. Using MAX-IDE, developers can create embedded applications for the MAXQ microcontroller.

Overview

The MAX-IDE toolset provides the following features:
  1. MAXQ assembler. For the MAXQ microcontroller instruction set, see Section 18.0 of the MAXQ Family User's Guide available for download.
  2. Project manager
  3. Text editor
  4. Viewer for processor memory (utility ROM/code/data) and registers
  5. Debugger with the ability to single-step and set breakpoints
  6. Simulators for different MAXQ devices
  7. Statistical reporting for machine cycles, execution time, and other parameters
The following files are installed as part of the installation:
  1. GenericIDE.exe: This is a MAX-IDE executable that provides the Windows-based integrated development environment including the text editor, project manager, and debugger.
  2. MAX-IDE.hlp: This file contains the MAX-IDE help information. Users can access the contents of this file through the MAX-IDE's help menu.
  3. MaxQGS.dll: This is the DLL file for a MAXQ device simulator.
  4. Macro.exe: This is the executable file for the macro preprocessor. The macro preprocessor takes the assembly source file as an input and converts equates to numeric values and macros to inline code.
  5. MaxQAsm.exe: This is the MAXQ assembler. The assembler supports the complete instruction set of MAXQ. It takes the assembly source file (.asm) as an input and produces an Intel hex file (.hex) and a list file (.lst).
  6. DallasAssembler.dll: This is the DLL file for the MAXQ assembler.
  7. ROM files
    1. romq10.hex: This is the Utility ROM file for MAXQ10.
    2. romq20.hex: This is the Utility ROM file for MAXQ20.
    3. romq30.hex: This is the Utility ROM file for MAXQ30.
  8. SFR (special function register) configuration files:
    1. maxq2000.xml: This is the SFR file for MAXQ2000
    2. maxq3210.xml: This is the SFR file for MAXQ3210
    3. maxq765x.xml: This is the SFR file for a MAXQ765x device

Getting Started with MAX-IDE

This section will help you build a simple assembly-language program using the MAX-IDE (ZIP). Follow these instructions to complete your first application for the MAXQ and simulate it using the MAX-IDE simulator. For future reference, see the Appendix for a helpful list of MAX-IDE commands.

Project Manager

Step 1: Choose Project→New Project from the menu. A new tab will open in the left side of the MAX-IDE's main window. This tab will be empty as there are no files in the project at present. Figure 1 shows the MAX-IDE main menu with project menu open.

Figure 1. MAX-IDE's  initial screens used to create a project.
Figure 1. MAX-IDE's initial screens used to create a project.

[1] [2] [3] [4] [5]  下一页


Tag:控制技术计算机控制技术,工厂电气控制技术控制技术

《MAX-IDE Simulator User's G》相关文章