- Products
- Download
- What's New
- Support
- FAQs
- technical support
- Installation
- Application Notes
- Device List
- Hints and Tips
- C38 - Special Page Access
- C6805 - Filling Unused ROM
- C6805 - Setting Multiple MORs
- C6805 - Working with MMEVS05/MMDS05
- C6808 and Emulators
- COP8C - Executing Initialization Code
- COP8C - S Register Support
- Debugging: Using Macros to Monitor Program Flow
- Declaring SPECIAL Memory
- eTPU - Function Set Support
- LCD Interface
- LOCAL Memory
- Low Cost, Low Speed A/D conversion for Embedded Systems
- MPC - Branch Islands on the PIC16C5x
- MPC - Constant ROM Arrays
- MPC - Named Address Space
- MPC - Setting Configuration Fuses
- Non-linear Data Transformations
- Using the CodeWright(TM) Editor
- Product-specific Notes
- Resources
- CODSupport
- product registration
- Distributors and resellers
- About Us
- Fixed Point
- Fuzzy Logic
- Publishing
- FAE/Client Login
- more information
C6805 - Working with MMEVS05/MMDS05

C6805 Code Development System V4.50 and subsequent support the MMEVS05 and MMDS05 directly, without additional software. For C source level debugging on the MMEVS05 and MMDS05, add the following lines to your source program:
#pragma option v; // to produce extra debugging information #pragma option s5; // map file to step through the C source //or #pragma option s6; // map file to step through the listing file
Compile your program with
c6805 yourfile
.c +l +e +ds
to create these files
-
(must be renamed toyourfile
.SYM
)yourfile
.MAP -
(must be renamed toyourfile
.HEX
)yourfile
.S19 -
yourfile
.LST -
yourfile
.ERR -
yourfile
.COD
The E6805 Symbolic Host Support works with the older Motorola EVM/EVS evaluation modules. MMEVS05 and MMDS05 are separate products, even though the names are very similar.