MEVB QUICK START GUIDE
M68MPB333UM/D
3-5
3.3.2
Personal Computer – BDM Connection
Personal computer communication with the MEVB requires background debug
mode (BDM) hardware. Connect your BDM hardware between your computer’s
I/O port and the BDM header on the MPFB (MPFB connector J6). The drawing
below shows signal assignments for connector J6. For additional information
about your BDM software/hardware, including debugging and assembly
information, see the appropriate user's manual.
J6
DS
1
• •
2
BERR*
GND
3
• •
4
BKPT*
GND
5
• •
6
FREEZE
RESET
7
• •
8
DSI
+5 Vdc
9
• •
10
DSO
3.4 SOFTWARE INSTALLATION AND MCU INITIALIZATION
After you have set up the MEVB hardware you must install the software on your
computer. Follow the installation procedure in the appropriate software operations
manual.
The MCU must be initialized before the MEVB will function. The following is
one possible initialization for the MPB333. You may adapt this example to your
debugger. This initialization enables the maximum system clock frequency and
disables the software watchdog while enabling the bus monitor. CSBOOT is set to
zero-wait state and the block size set to 64K starting at $00000. The SRAM is
enabled to reside at $10000 with A7 initialized at $101FE and the program
counter (PC) initialized to $00400 (A7=101FE, PC=400). Load your program at
address $00400.