Sign in

username:

password:



Not a member?

Search 68hc12



Search tips

Subscribe to 68hc12



68hc12 by Keywords

68HC1 | 812A4 | 9S12DP256 | Bootloader | CodeWarrior | D60A | Debugger | DP256 | ECT | EEPROM | EVB | Flash | HC1 | HCS12 | I2C | IAR | ICC1 | Interrupts | LCD | M68KIT912DP256 | MC9S12DP256 | MC9S12DP256B | Metrowerks | Motor | MSCAN | Multilink | PLL | Quadrature | SDI | SPI | Transceiver | XFC

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | 68HC12 | NOICE debugger / Axiom board / ICC12


Advertise Here

Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).

NOICE debugger / Axiom board / ICC12 - chil326 - Dec 12 5:56:00 2003

Hello,
i use icc12 with CML9S-12DP256 board from Axiom ( MC9S12DP256 MCU).
I want to debug with noice debugger but i can't step the source file
with it. The program runs until main, and then, when i want to step
with NOICE debugger, it doesn't work because the program runs without
stopping for debugging.
I don't know much BDM so if anyone can give me instructions to make
NOICE debugger work, i'd appreciate it. ( Do i have to add
initialization instructions in my program?).
Thanks





(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )


Re: NOICE debugger / Axiom board / ICC12 - John Hartman NoICE - Dec 12 17:36:00 2003


>i use icc12 with CML9S-12DP256 board from Axiom ( MC9S12DP256 MCU).
>I want to debug with noice debugger but i can't step the source file
>with it. The program runs until main, and then, when i want to step
>with NOICE debugger, it doesn't work because the program runs without
>stopping for debugging.
>I don't know much BDM so if anyone can give me instructions to make
>NOICE debugger work, i'd appreciate it. ( Do i have to add
>initialization instructions in my program?).

When using BDM to debug a single-chip application, NoICE does not require
any special initialization in your code. However, the hardware must be
configured so that the chip comes out of reset in Special Single Chip mode.

If your code will reside off-chip (say on an E128, but I think not possible
on a DP256), then startup commands are necessary to configure the chip
selects - otherwise NoICE can't download. This is described in the help files.

Is the code in RAM or in Flash? Do you have NoICE configured to burn Flash
and use the hardware breakpoints?

If you move the I/O registers by writing to INITRG, then NoICE won't know
where the hardware breakpoint registers are unless you tell it. If you are
doing this, please let me know and I can send you instructions.

Otherwise, if you can send me your project files, I can take a look at
them. I need at least the DBG and SX files, plus the C file that contains
"main". Best is if you can send me all the source files.

You should probably reply to , as the details are
probably not of general interest to this group.

Best regards, John Hartman

NoICE Debugging Tools
http://www.noicedebugger.com [Non-text portions of this message have been removed]




(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )

Re: NOICE debugger / Axiom board / ICC12 - Sydney Faria - Dec 13 9:44:00 2003

You may want to send a copy of the code to Roger Forester at Axiom, or just
email him. The Axiom guru has a great knowledge of their products and the
software bugs associated with them. SCF
----- Original Message -----
From: chil326
To:
Sent: Friday, December 12, 2003 5:56 AM
Subject: [68HC12] NOICE debugger / Axiom board / ICC12 Hello,
i use icc12 with CML9S-12DP256 board from Axiom ( MC9S12DP256 MCU).
I want to debug with noice debugger but i can't step the source file
with it. The program runs until main, and then, when i want to step
with NOICE debugger, it doesn't work because the program runs without
stopping for debugging.
I don't know much BDM so if anyone can give me instructions to make
NOICE debugger work, i'd appreciate it. ( Do i have to add
initialization instructions in my program?).
Thanks Yahoo! Groups Sponsor
ADVERTISEMENT

--------------------------------------------------------
To unsubscribe from this group, send an email to: To learn more about Motorola Microcontrollers, please visit
http://www.motorola.com/mcu Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. [Non-text portions of this message have been removed]




(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )