DSPRelated.com
Forums

statement to break into debugger

Started by pixtronix August 28, 2005
I used to use this bit of inline assembly with the DSP56F807:
asm(debug);
but it doesn't work with my new DSP56F8323. It was handy-- I could
conditional compile a whole bunch of important breakpoints and turn
them on/off by toggling a #define.

Anybody know what's the statement to force a breakpoint in code for
the 56F8000/E stuff?

Pixtronix


Message
The break statement for the 56800E core devices (which includes the 56F83xx devices) is asm(debughlt);
 
Regards,
Jeff
 
 

Jeff Ruhge - Software/Applications Engineer
Freescale Semiconductor, Inc.
DSC Operation - Microcontroller Division
2100 E. Elliot Road, MD: EL518
Tempe, AZ 85284
Tel: (480)413-4143

[X] General Business Information
[ ] Freescale Internal Use Only
[ ] Freescale Confidential Proprietary
[ ] Personal Memorandum

-----Original Message-----
From: m...@yahoogroups.com [mailto:m...@yahoogroups.com] On Behalf Of pixtronix
Sent: Sunday, August 28, 2005 2:17 AM
To: m...@yahoogroups.com
Subject: [motoroladsp] statement to break into debugger

I used to use this bit of inline assembly with the DSP56F807:
asm(debug);
but it doesn't work with my new DSP56F8323.  It was handy-- I could
conditional compile a whole bunch of important breakpoints and turn
them on/off by toggling a #define.

Anybody know what's the statement to force a breakpoint in code for
the 56F8000/E stuff?

Pixtronix


The break statement for the 56800E core devices (which includes the 56F83xx devices) is asm(debughlt);

Regards,
Jeff