Instrukcja obsługi Motorola 68HC12BC32

Instrukcja obsługi dla urządzenia Motorola 68HC12BC32

Urządzenie: Motorola 68HC12BC32
Kategoria: Sprzet komputerowy
Producent: Motorola
Rozmiar: 0.06 MB
Data dodania: 4/11/2014
Liczba stron: 18
Drukuj instrukcję

Pobierz

Jak korzystać?

Naszym celem jest zapewnienie Ci jak najszybszego dostępu do treści zawartych w instrukcji obsługi urządzenia Motorola 68HC12BC32. Korzystając z podglądu online możesz szybko przejrzeć spis treści i przejść do strony, na której znajdziesz rozwiązanie swojego problemu z Motorola 68HC12BC32.

Dla Twojej wygody

Jeżeli przeglądanie instrukcji Motorola 68HC12BC32 bezpośrednio na tej stornie nie jest dla Ciebie wygodne, możesz skorzystać z dwóch możliwych rozwiązań:

  • Przeglądanie pełnoekranowe - Aby wygodnie przeglądać instrukcję (bez pobierania jej na komputer) możesz wykorzystać tryp przeglądania pełnoekranowego. Aby uruchomić przeglądanie instrukcji Motorola 68HC12BC32 na pełnym ekranie, użyj przycisku Pełny ekran.
  • Pobranie na komputer - Możesz również pobrać instrukcję Motorola 68HC12BC32 na swój komputer i zachować ją w swoich zbiorach. Jeżeli nie chcesz jednak marnować miejsca na swoim urządzeniu, zawsze możesz pobrać ją w przyszłości z ManualsBase.
Motorola 68HC12BC32 Instrukcja obsługi - Online PDF
Advertisement
« Page 1 of 18 »
Advertisement
Wersja drukowana

Wiele osób woli czytać dokumenty nie na ekranie, lecz w wersji drukowanej. Opcja wydruku instrukcji również została przewidziana i możesz z niej skorzystać klikając w link znajdujący się powyżej - Drukuj instrukcję. Nie musisz drukować całej instrukcji Motorola 68HC12BC32 a jedynie wybrane strony. Szanuj papier.

Streszczenia

Poniżej znajdziesz zajawki treści znajdujących się na kolejnych stronach instrukcji do Motorola 68HC12BC32. Jeżeli chcesz szybko przejrzeć zawartość stron znajdujących się na kolejnych strinach instrukcji, możesz z nich skorzystać.

Streszczenia treści
Streszczenie treści zawartej na stronie nr. 1


xiom
anufacturing
2813 Industrial Ln. • Garland, TX 75041 • (972) 926-9303 FAX (972) 926-6063
email: Gary@axman.com • web: http://www.axman.com
2000
68HC12B32 and 68HC12BC32 Microcontrollers
Development Board for Motorola
CME-12B/BC

Streszczenie treści zawartej na stronie nr. 2

CONTENTS CONTENTS GETTING STARTED ................................ ................................ ............................ 3 Installing the Software ................................ ................................ ..... 3 Board Startup ................................ ................................ .................. 3 Support Software ................................ ................................ ............ 4 Software Development ................................ ..................

Streszczenie treści zawartej na stronie nr. 3

GETTING STARTED The Axiom CME-12B/BC single board computer is a fully assembled, fully functional development system for the Motorola 68HC12B32 and BC32 microcontrollers, complete with wall plug power supply and serial cable. Support software for this development board is provided for Windows 95 and NT operating systems and DOS. Follow the steps in this section to get started quickly and verify everything is working correctly. Installing the Software 1. Insert the Axiom 68HC12 support disk in yo

Streszczenie treści zawartej na stronie nr. 4

Support Software There are many useful programs and documents on the included HC12 support disk that can make developing projects on the CME-12B/BC easier. You should browse the disk and copy anything you want to your hard drive. See the README.TXT file for a description of what is included. The flash programming utilities communicate with the board via its COM1 port and the supplied cable. These programs also include a simple Terminal for interfacing with other programs running on the CME-1

Streszczenie treści zawartej na stronie nr. 5

TUTORIAL This section was written to help you get started developing software with the CME-12B/BC board. Be sure to read the rest of this manual as well as the documentation on the disk if you need further information. The following sections take you through the complete development cycle of a simple "hello world" program, which sends the string "Hello World" to the serial port. Creating source code You can write source code for the CME-12B/BC board using any language that compiles to Motorola

Streszczenie treści zawartej na stronie nr. 6

Assembling source code An example program called “HELLO.ASM” is provided under the \EXAMPLE directory. You can assemble your source code using command line tools under a DOS prompt by typing: AS12 HELLO.ASM –LHELLO Most compilers and assemblers allow many command line options so using a MAKE utility or batch file is recommended if you use this method. Run AS12 without any arguments to see all the options, or see the AS12.TXT file on the disk. The programming utilities provided with this board a

Streszczenie treści zawartej na stronie nr. 7

Running your application After creating an S-Record file you can "upload" it to the development board for a test run. The provided example “HELLO.ASM” was created to run from RAM so you can use the D- Bug12 Monitor to test it without programming it into EEPROM. If you haven’t done so already, verify that the CME-12B/BC board is connected and operating properly by following the steps under “GETTING STARTED” until you see the D-Bug12 prompt, then follow these steps to run your program: 1. Press an

Streszczenie treści zawartej na stronie nr. 8

Programming Flash EEPROM You can program your application into EEPROM so it executes automatically when you apply power to the board as follows: 1. Make a backup copy of HELLO.ASM then use a text editor to modify it. Change the start of the program to $8000 which is the beginning of the EEPROM. Do this by changing the ”ORG $1000” to ”ORG $8000” . 2. ; character from before the following line to initialize the stack pointer which is necessary when running outside of D-Bug12: LDS #$C00 ;

Streszczenie treści zawartej na stronie nr. 9

MEMORY MAP Following is the default memory map for this development board. Consult the HC12 technical reference manual on the support disk for details of the internal memory map for the processor. FFFF RESET Vector Address FFFE - - - - - - - - - - - - - - - - - - - - - CONFIG SWITCH 1 2 3 4 ON ON ON ON External EPROM U6/7 (Debug12) ON ON ON OFF OFF OFF OFF OFF Internal Flash EEPROM 8000 7FFF External RAM in U4/5 with CONFIG 1 - 4 ON 1000 FFF HC12 Internal EEPROM D00 CFF Ex

Streszczenie treści zawartej na stronie nr. 10

CONFIG SWITCH The CME-12B/BC board is shipped from the manufacturer with the following default CONFIG SWITCH settings: 1 2 3 4 5 6 7 8 ON ON ON ON OFF ON OFF OFF The 8 position CONFIG SWITCH provides an easy method of configuring the CME-12B/BC32 board operation. Following are the configuration switch descriptions and HC12 I/O port usage: HC12 I/O PORT USED MODE A selection (see Mode chart 1 below) MODE B selection (see Mode chart 2 below) 3 EXT –External Memory enable 4 MON –Monitor Memory en

Streszczenie treści zawartej na stronie nr. 11

PORTS AND CONNECTORS LCD_PORT The LCD_PORT interface is connected to the data bus and memory mapped to locations 270 – 27F hex assigned to CS7. For the standard display, address 270 is the Command register, address 271 is the Data register. The interface supports all OPTREX DMC series displays in 8 bit bus mode with up to 80 characters and provides the most common pinout for a dual row rear mounted display connector. Power, ground, and Vee are also available at the LCDPORT-1 connector. 2 1

Streszczenie treści zawartej na stronie nr. 12

MCU_PORT The MCU_PORT provides access to the peripheral features and I/O lines of the HC12 as follows: A14 1 2 A15 D0 – D7 Low Byte of the Data Bus in Wide Expanded D0 D1 3 4 Mode. Port B in Single Chip Mode. D2 5 6 D3 HC12 XIRQ interrupt input . D4 D5 7 8 D6 9 10 D7 VFP 11 12 /DBE on. VFP 13 14 /LSTRB /LSTRB HC12 LSTRB (PE3) output indicates 8 bit bus 15 16 VRL access. Should be enabled in software for bus use. +5V 17 18 PAD0 19 20 PAD1 HC12 Port P I/O or PWM port. PP3-7 also PAD2 PAD3 21

Streszczenie treści zawartej na stronie nr. 13

COM1 SERIAL PORT 1 The port has a Female DB9 connector that interfaces to TXD0 2 6 the HC12 internal SCI0 serial port. It uses a simple 2 wire asynchronous serial interface. 3 7 4 8 5 9 Pins 1, 4, and 6 are connected for default handshake standards. Pins 7 and 8 are connected for default handshake standards. Handshake pins can be easily isolated and connected to I/O ports if necessary. J2 T2IN The J2 connector (near COM1) contains spare RS232 translator inputs 1 and outputs. It can be used fo

Streszczenie treści zawartej na stronie nr. 14

BDM-IN The BDM-IN port is a 6 pin header compatible in pinout with the Motorola Background Debug Mode (BDM) Pod. This allows the connection of a background debugger for software development, programming and debugging in real-time, since the BDM control logic does not reside in the CPU. See the HC12 Technical Reference Manual for complete 1 2 documentation of the BDM. 3 4 5 6 A Background Debug Module is available from the manufacturer. The BDM-OUT port is provided on the board for Motorola MC68

Streszczenie treści zawartej na stronie nr. 15

TROUBLESHOOTING TROUBLESHOOTING The CME-12B/BC board is fully tested and operational before shipping. If it fails to function properly, inspect the board for obvious physical damage first. Ensure that all IC devices in sockets are properly seated. Verify the communications setup as described under GETTING STARTED and see the Tips and Suggestions sections following for more information. The most common problems are improperly configured communications parameters, and attempting to use the wro

Streszczenie treści zawartej na stronie nr. 16

Tips and Suggestions Tips and Suggestions Following are a number of tips, suggestions and answers to common questions that will solve many problems users have with the CME-12B/BC development system. You can download the latest software from the Support section of our web page at: Utilities • If you’re trying to program memory or start the HC12 Utilities, make sure all jumpers and CONFIG SWITCH settings are correct. • Be certain that the data cable you’re using is bi-directional and is connected

Streszczenie treści zawartej na stronie nr. 17

TABLES TABLE 1. LCD Command Codes Command codes are used for LCD setup and control of character and cursor position. All command codes are written to LCD panel address $B5F0. The BUSY flag (bit 7) should be tested before any command updates to verify that any previous command is completed. A read of the command address $B5F0 will return the BUSY flag status and the current display character location address. Code $01 Clear Display, Cursor to Home $02 Cursor to Home Entry Mode: $04 Cursor Decr

Streszczenie treści zawartej na stronie nr. 18

TABLE 3. D-Bug12 Monitor Commands ASM

Single line assembler/disassembler Disassemble next instruction <.> Exit assembly/disassembly BAUD Set communications rate for the terminal BF Fill memory with data [] BR [
] Set/Display user breakpoints BULK Erase entire on-chip EEPROM contents CALL [
] Call user subroutine at
DEVICE [ display/select/add target device [
...
]] EEBASE

Podobne instrukcje
# Instrukcja obsługi Kategoria Pobierz
1 Motorola CME-12D60 Instrukcja obsługi Sprzet komputerowy 3
2 Motorola MCU DT128 Instrukcja obsługi Sprzet komputerowy 3
3 Motorola MC68HC05RC8 Instrukcja obsługi Sprzet komputerowy 0
4 Motorola MCU CMD912x Instrukcja obsługi Sprzet komputerowy 0
5 Motorola HC12 Instrukcja obsługi Sprzet komputerowy 202
6 Motorola MCU DG128 Instrukcja obsługi Sprzet komputerowy 1
7 Motorola MVME3100 Instrukcja obsługi Sprzet komputerowy 6
8 Motorola MVME956UM2 Instrukcja obsługi Sprzet komputerowy 0
9 Motorola MCU 68HC912 Instrukcja obsługi Sprzet komputerowy 10
10 Motorola MPC8260 Instrukcja obsługi Sprzet komputerowy 5
11 Motorola MVME162 Instrukcja obsługi Sprzet komputerowy 26
12 Motorola PrPMC800/800ET Processor PMC Module Instrukcja obsługi Sprzet komputerowy 0
13 Motorola 68HC12B32 Instrukcja obsługi Sprzet komputerowy 9
14 Motorola MVME5100 Series Instrukcja obsługi Sprzet komputerowy 36
15 Motorola PRPMC800A/IH5 Instrukcja obsługi Sprzet komputerowy 0
16 Sony MSAKIT-PC4A Instrukcja obsługi Sprzet komputerowy 2
17 Sony MRW62E-S1 2694866142 Instrukcja obsługi Sprzet komputerowy 5
18 Philips MATCH LINE 9596 Instrukcja obsługi Sprzet komputerowy 17
19 Sony 64GB SDHC Class 10 Memory Card Readers SF32UY Instrukcja obsługi Sprzet komputerowy 1
20 Philips PSC702 Instrukcja obsługi Sprzet komputerowy 1