Maxim-integrated MAX-IDE MAXQ Microcontrollers Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Hardware Maxim-integrated MAX-IDE MAXQ Microcontrollers herunter. Maxim Integrated MAX-IDE MAXQ Microcontrollers User Manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 11
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
Maxim > Design Support > Technical Documents > User Guides > APP 3905
Keywords: MAX-IDE, MAXQ
USER GUIDE 3905
MAX-IDE Simulator User's Guide for the MAXQ
Microcontrollers
Sep 22, 2006
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 (PDF) 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).
Page 1 of 11
Seitenansicht 0
1 2 3 4 5 6 ... 10 11

Inhaltsverzeichnis

Seite 1 - Microcontrollers

Maxim > Design Support > Technical Documents > User Guides > APP 3905Keywords: MAX-IDE, MAXQ USER GUIDE 3905MAX-IDE Simulator User's

Seite 2 - Getting Started with MAX-IDE

Paste Paste the text from clipboard to the position pointed to by buffer.Delete Delete the selected text.Select All Select all the text in the editor.

Seite 3 - Page 3 of 11

Show→Register Display register window.Show→Statistics Display statistics window.HelpContents Display the contents of a help file.Help Display the vers

Seite 4

6. DallasAssembler.dll: This is the DLL file for the MAXQ assembler.7. ROM filesa. romq10.hex: This is the Utility ROM file for MAXQ10.b. romq20.h

Seite 5 - Page 5 of 11

Figure 2. Use the project manager and editor windows to create a new file.Step 3: Before adding this new file to the project, you need to save this fi

Seite 6

Figure 3. The MAXQ Simulator is accessed from the Device menu.The MAXQ Simulator supports MAXQ10, MAXQ20, and MAXQ30 devices.To select the device, cli

Seite 7 - Page 7 of 11

Figure 4. The Options window asks you to choose a MAXQ device.The drop-down menu in Figure 4 shows the available devices, which consist of specific MA

Seite 8

Table 1. hex_to_asc.asm: Converts Hex Data to Its Equivalent ASCII;example to explain the usage of MAX-IDE SEGMENT DATA ;

Seite 9 - Conclusion

MOVE @data_pointer,A[0] MOVE A[0], A[1] ; process lower HEX nibble

Seite 10 - Page 10 of 11

Figure 5. The Debug Windows with the breakpoint are indicated by the green arrow and line.Step 11: Open up the registers window by clicking on Window→

Seite 11

Figure 6. The Statistics window lets you monitor machine cycles and execution time.ConclusionMAX-IDE, the MAXQ device simulator, can be used to develo

Kommentare zu diesen Handbüchern

Keine Kommentare