Reply by nagalaxmi b.v. September 1, 20052005-09-01
Karoly, Thanks a lot, I am able to debug it....

Thanks and Regards,
Nagalaxmi B V Karoly Molnar <karoly.molnar@karo...> wrote:
Add MAP.BONCHIP at the end of the cmm file > -----Original Message-----
> From: 68HC12@68HC... [mailto:68HC12@68HC...] On Behalf Of
> nagalaxmi b.v.
> Sent: 31 August 2005 16:20
> To: 68HC12@68HC...
> Subject: [68HC12] Query on Trace32 debugger [license expired]
>
> Hello,
>
> I am working on MC9S12DJ64 microcontroller. I am using COSMIC compiler for
> compiling the source code and TRACE32 debugger.I loaded following
> Batchfile(.cmm file) to
> TRACE32 debugger,
> ;=========================================================================
> =====
> ; Initial Setups
> ;=========================================================================
> =====
> sys.res
> sys.cpu mcs12dj64
> sys.bc 4000000.
> sys.up
> ;=========================================================================
> =====
> ; Start erasing
> ;=========================================================================
> =====
> print "Erasing ..."
> flash.erase all
> ;=========================================================================
> =====
> ; Program
> ;=========================================================================
> =====
> print "Programming ROM ... This will take a while ..."
> flash.program all
> d.load.cosmic diag_test2.h12
> flash.program off
> d.l
>
> with this I am not able to place break point and wherever I try to place
> break point I am getting following error.
>
> error: Verify at address location 0x3F8075
>
> Please let me know how can I resolve this? Do i need to modify
> Batchfile(.cmm file)?
>
> Thanks in advance.
>
> Thanks and Regards,
> Nagalaxmi B V > __________________________________________________
> >
>
> Yahoo! Groups Links
SPONSORED LINKS
Freescale semiconductor inc Microcontrollers Pic microcontrollers 8051 microprocessor

---------------------------------
YAHOO! GROUPS LINKS ---------------------------------
__________________________________________________




Reply by Karoly Molnar August 31, 20052005-08-31
Add MAP.BONCHIP at the end of the cmm file > -----Original Message-----
> From: 68HC12@68HC... [mailto:68HC12@68HC...] On Behalf Of
> nagalaxmi b.v.
> Sent: 31 August 2005 16:20
> To: 68HC12@68HC...
> Subject: [68HC12] Query on Trace32 debugger [license expired]
>
> Hello,
>
> I am working on MC9S12DJ64 microcontroller. I am using COSMIC compiler for
> compiling the source code and TRACE32 debugger.I loaded following
> Batchfile(.cmm file) to
> TRACE32 debugger,
> ;=========================================================================
> =====
> ; Initial Setups
> ;=========================================================================
> =====
> sys.res
> sys.cpu mcs12dj64
> sys.bc 4000000.
> sys.up
> ;=========================================================================
> =====
> ; Start erasing
> ;=========================================================================
> =====
> print "Erasing ..."
> flash.erase all
> ;=========================================================================
> =====
> ; Program
> ;=========================================================================
> =====
> print "Programming ROM ... This will take a while ..."
> flash.program all
> d.load.cosmic diag_test2.h12
> flash.program off
> d.l
>
> with this I am not able to place break point and wherever I try to place
> break point I am getting following error.
>
> error: Verify at address location 0x3F8075
>
> Please let me know how can I resolve this? Do i need to modify
> Batchfile(.cmm file)?
>
> Thanks in advance.
>
> Thanks and Regards,
> Nagalaxmi B V > __________________________________________________
> >
>
> Yahoo! Groups Links




Reply by nagalaxmi b.v. August 31, 20052005-08-31
Hello,

I am working on MC9S12DJ64 microcontroller. I am using COSMIC compiler for
compiling the source code and TRACE32 debugger.I loaded following Batchfile(.cmm file) to
TRACE32 debugger,
;==============================================================================
; Initial Setups
;==============================================================================
sys.res
sys.cpu mcs12dj64
sys.bc 4000000.
sys.up
;==============================================================================
; Start erasing
;==============================================================================
print "Erasing ..."
flash.erase all
;==============================================================================
; Program
;==============================================================================
print "Programming ROM ... This will take a while ..."
flash.program all
d.load.cosmic diag_test2.h12
flash.program off
d.l

with this I am not able to place break point and wherever I try to place break point I am getting following error.

error: Verify at address location 0x3F8075

Please let me know how can I resolve this? Do i need to modify Batchfile(.cmm file)?

Thanks in advance.

Thanks and Regards,
Nagalaxmi B V __________________________________________________