Motorola CME-12D60 Manuel d'utilisateur

Naviguer en ligne ou télécharger Manuel d'utilisateur pour Non Motorola CME-12D60. Motorola CME-12D60 User manual Manuel d'utilisatio

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 26
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 0
Monitor12 (MON12) User Manual 05/30/01
1
CONTENTS
START-UP ................................................................................................................................................................ 2
MONITOR PROGRAM............................................................................................................................................. 2
INTRODUCTION.................................................................................................................................................. 2
INITIALIZATION ................................................................................................................................................. 3
COMMAND INTERPRETER ................................................................................................................................ 3
I/O ROUTINES...................................................................................................................................................... 4
UTILITY SUBROUTINES..................................................................................................................................... 4
COMMAND TABLE ............................................................................................................................................. 6
INTERRUPT VECTORS........................................................................................................................................ 6
INTERRUPT VECTOR RAM TABLE ............................................................................................................... 7
OPERATING INSTRUCTIONS................................................................................................................................. 8
INTRODUCTION.................................................................................................................................................. 8
RESET SWITCH................................................................................................................................................ 8
LIMITATIONS .................................................................................................................................................. 8
OPERATING PROCEDURES................................................................................................................................ 8
DEBUGGING MODE ........................................................................................................................................ 8
EVALUATION MODE...................................................................................................................................... 9
MONITOR PROGRAM ......................................................................................................................................... 9
COMMAND LINE FORMAT ............................................................................................................................ 9
MONITOR COMMANDS ........................................................................................................................................10
COMMAND TABLE ............................................................................................................................................11
MONITOR COMMAND DESCRIPTIONS...........................................................................................................12
BF - BLOCK FILL MEMORY....................................................................................................................12
BR - BREAKPOINT SET or CLEAR .........................................................................................................12
BULK - BULK ERASE EEPROM................................................................................................................14
CALL - EXECUTE SUBROUTINE .............................................................................................................14
GO - GO EXECUTE PROGRAM................................................................................................................15
? / HELP - DISPLAY MENU.........................................................................................................................15
LOAD - RECEIVE S-RECORD FILE...........................................................................................................16
MD - MEMORY DISPLAY ........................................................................................................................16
MM - MEMORY MODIFY ..........................................................................................................................17
MOVE - MOVE MEMORY CONTENTS......................................................................................................18
P - PROCEED FROM BREAKPOINT .........................................................................................................18
RD - REGISTER DISPLAY ........................................................................................................................19
RM - REGISTER MODIFY .........................................................................................................................19
T - TRACE ...................................................................................................................................................20
TM - TRANSPARENT MODE....................................................................................................................20
VERIFY - VERIFY MEMORY AGAINST S RECORD................................................................................21
DOWNLOADING PROCEDURES...........................................................................................................................22
APPENDIX A: S-RECORD INFORMATION.........................................................................................................23
Vue de la page 0
1 2 3 4 5 6 ... 25 26

Résumé du contenu

Page 1 - CONTENTS

Monitor12 (MON12) User Manual 05/30/011CONTENTSSTART-UP ...

Page 2 - MONITOR PROGRAM

Monitor12 (MON12) User Manual 05/30/0110(4) All input commands can be entered either upper or lower case lettering. Allinput commands are converted a

Page 3 - COMMAND INTERPRETER

Monitor12 (MON12) User Manual 05/30/0111COMMAND TABLECOMMAND DESCRIPTIONBF <addr1> <addr2> <data> Block fill memory with dataBR [-]

Page 4 - UTILITY SUBROUTINES

Monitor12 (MON12) User Manual 05/30/0112MONITOR COMMAND DESCRIPTIONSBF - BLOCK FILL MEMORY BF <address1> <address2> <data>where:

Page 5

Monitor12 (MON12) User Manual 05/30/0113The SWI instruction cannot be executed in user code because the monitor programuses the SWI vector. Breakpoin

Page 6 - INTERRUPT VECTORS

Monitor12 (MON12) User Manual 05/30/0114>BR E000 Only RAM locations breakpoint.rom-E000 Invalid Address message.0000 0000 0000 0000>>BR 0205

Page 7 - INTERRUPT VECTOR RAM TABLE

Monitor12 (MON12) User Manual 05/30/0115GO - GO EXECUTE PROGRAMwhere: <address> is the starting address where user program execution (free runin

Page 8 - OPERATING INSTRUCTIONS

Monitor12 (MON12) User Manual 05/30/0116LOAD - RECEIVE S-RECORD FILEThe LOAD command receives (downloads) object data in S-record format (seeAppendix

Page 9 - COMMAND LINE FORMAT

Monitor12 (MON12) User Manual 05/30/0117>MD 0200 02200200 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ...0210 FF FF FF FF FF F

Page 10 - MONITOR COMMANDS

Monitor12 (MON12) User Manual 05/30/0118MOVE - MOVE MEMORY CONTENTSMOVE <address1> <address2> [<destination>]where:<address1>

Page 11 - COMMAND TABLE

Monitor12 (MON12) User Manual 05/30/0119RD - REGISTER DISPLAYThe RD command is used to display the current user MCU core registers (PC, x, y,a, b, c,

Page 12 - BR - BREAKPOINT SET or CLEAR

Monitor12 (MON12) User Manual 05/30/012START-UPApplying power to the EVB causes a Power On Reset (POR) to occur. This PORcondition causes the MCU and

Page 13

Monitor12 (MON12) User Manual 05/30/0120T - TRACE T [<n>]where: <n> is the number (in hexadecimal, $1-FF max.) of instructions to

Page 14 - CALL - EXECUTE SUBROUTINE

Monitor12 (MON12) User Manual 05/30/0121>TM Enter transparent mode.. Host computer input..(CTRL)A

Page 15 - GO - GO EXECUTE PROGRAM

Monitor12 (MON12) User Manual 05/30/0122DOWNLOADING PROCEDURESThis portion of text describes the downloading procedures. The downloadingoperation ena

Page 16 - MD - MEMORY DISPLAY

Monitor12 (MON12) User Manual 05/30/0123APPENDIX A: S-RECORD INFORMATIONINTRODUCTIONThe Motorola S-record format was devised for the purpose of enco

Page 17 - MM - MEMORY MODIFY

Monitor12 (MON12) User Manual 05/30/0124S-RECORD TYPESEight types of S-records have been defined to accommodate the several needs ofthe encoding, tran

Page 18 - P - PROCEED FROM BREAKPOINT

Monitor12 (MON12) User Manual 05/30/0125 S9030000FCThe above format consists of an S0 header record, four S1 code/data records, andan S9 term

Page 19 - RM - REGISTER MODIFY

Monitor12 (MON12) User Manual 05/30/0126 S9 S-record type S9, indicating a termination record. 03 Hexadecimal 03, indicating three chara

Page 20 - TM - TRANSPARENT MODE

Monitor12 (MON12) User Manual 05/30/013PROGRAM DESCRIPTIONThe monitor program supplied for the EVB is called MON12. This program isfirmware based and

Page 21

Monitor12 (MON12) User Manual 05/30/014I/O ROUTINESThe I/O section of the main module consists of a set of supervisor routines, andthree sets of drive

Page 22 - DOWNLOADING PROCEDURES

Monitor12 (MON12) User Manual 05/30/015OUTLHLF Convert left nibble of accumulator ‘A’ contents to ASCII and outputto terminal port.OUTRHLF Convert rig

Page 23

Monitor12 (MON12) User Manual 05/30/016COMMAND TABLEThe command table consists of three lines for each entry. The first byte is thenumber of characte

Page 24

Monitor12 (MON12) User Manual 05/30/017INTERRUPT VECTOR RAM TABLEPseudo Vector Number HC12 INTERRUPT VECTOR Vector ID Or Table Offset00 $FFC0 UNUSED

Page 25

Monitor12 (MON12) User Manual 05/30/018OPERATING INSTRUCTIONSINTRODUCTIONThis chapter provides the necessary information to initialize and operate the

Page 26

Monitor12 (MON12) User Manual 05/30/019EVALUATION MODEThe second mode of operation allows the user to evaluate (emulate) user code ina target system e

Commentaires sur ces manuels

Pas de commentaire