Forums Search for: Debugger
Boxview debugger
inHi, Has anyone ever used BoxView Debugger from Domain Technologies? What are the advances or improvements does Boxview have...
Hi, Has anyone ever used BoxView Debugger from Domain Technologies? What are the advances or improvements does Boxview have over Debug-56K? Does anyone know any other debugger for Motorola DSP? Thanks in advance. Henry.
Re: Tasking debugger
inHi, Regarding the Tasking Cross view debugger: Our company in looking into aquiring a CrossView debugger for the MOT56xxx...
Hi, Regarding the Tasking Cross view debugger: Our company in looking into aquiring a CrossView debugger for the MOT56xxx devices. Does anyone use one of these? If so, does it ship with hardware to connect to the target board or do we also have to buy extra hardwa
CW Debugger Stack Window Question
inHi All, When I run my debugger the Stack window can show a lot of strange stuff. When the debugger stops at the start of main...
Hi All,
When I run my debugger the Stack window can show a lot of strange
stuff. When the debugger stops at the start of main there will be 2
to 8 functions and
CodeWarrior 6.0 debugger problem.
I'm going to describe a debugger problem that occured on CodeWarrior 6.0. I'm writing for DSP56F807 (internal flash). The...
I'm going to describe a debugger problem that occured on CodeWarrior 6.0. I'm writing for DSP56F807 (internal flash). The debugger problem can be divided in two parts: 1. In "M56800 Target" I set "Breakpoint mode" as "Automatic". I r
6.0 IDE debugger change default base from decimal to hex
inHi All Does anyone know how to change the default base for numeric display in the 6.0 CW IDE debugger windows from decimal to...
Hi All Does anyone know how to change the default base for numeric display in the 6.0 CW IDE debugger windows from decimal to hex? Edit | Preferences | Debugger | Display Settings | "Show values as decimal instead of hex" I've tried checking and un-check
execution speed using debug
inDoes using the debugger slow down execution speed of the program? I've programmed some interrupts to occur periodically (timer int ...
Does using the debugger slow down execution speed of the program? I've programmed some interrupts to occur periodically (timer int errupts) and would like to know, when running under the the debugger, if the periods are accurate. Thanks Joe
how to save stack trace without debugger in 568xx?
inOne of the great features of the DSP 568xx is that its JTAG has FIFO dump of the last 5 jumps (jsr, braches, etc), so it is easier...
One of the great features of the DSP 568xx is that its JTAG has FIFO dump of the last 5 jumps (jsr, braches, etc), so it is easier in case of error to debug the sequence that lead to this error. However this can be done only when the debugger (CodeWarrior) is connected.
Codewarrior Debugger's Refusal to Refresh P Memory Viewing
Hello, I'm currently working on creating a CAN based bootstrap loader for the DSPF80x family. The issue I have is that the...
Hello, I'm currently working on creating a CAN based bootstrap loader for the DSPF80x family. The issue I have is that the CodeWarrior Debugger (v6.1.2) refuses to refresh its presentation of any P Memory location unless I close the current debug session and relaunch a new one
Metrowerks CodeWarrior Debugger Problem
inHi Everyone! I have a problem with CodeWarrior Debugger. It seems that my program stalls when I hit run from the menu. If I step...
Hi Everyone! I have a problem with CodeWarrior Debugger. It seems that my program stalls when I hit run from the menu. If I step over the code until while (1) loop and then hit run it works fine. Also, sometimes i just need to recompile(not making any changes)and then it starts worki
EVM debugger
hi all. I develop a small development system (D.S.) for the DSP56303PV100 and I want to know if there is any way to...
hi all. I develop a small development system (D.S.) for the DSP56303PV100 and I want to know if there is any way to download a program to the D.S. through the DSP56303EVM debugger. We tried attaching the DSP56303 JTAG pins in the D.S. to the Command converter pins in
56F8013 debug problem
Hello group, I'm having a weird problem with a 56F8013 evaluation board. The problem is that on some computers, the debugger won't work; the...
Hello group, I'm having a weird problem with a 56F8013 evaluation board. The problem is that on some computers, the debugger won't work; the code can be run but execution won't stop neither on breakpoints nor by pressing the "Stop" button. Furthermore, it won't stop on application launch, even if this option is set in the Debugger Settings. We have tested on half a dozen different ...
Metrowerks Debugger SR I1 Mask Presented State
inHello all, We have recently discovered that the Metrowerks Debugger wants to lie about the Status Register (SR) Interrupt 1...
Hello all, We have recently discovered that the Metrowerks Debugger wants to lie about the Status Register (SR) Interrupt 1 Mask (I1) state as presented within its Register Status Display window. Let me first qualify this a little. We are using the DSP56805 (rev F
56321 Hardware debugger problem
Hi, I have a problem with Hardware Debugger tool ADS56300 ( Suite56 Development Tool Set). Every time when I load the file the...
Hi,
I have a problem with Hardware Debugger tool ADS56300 ( Suite56
Development Tool Set). Every time when I load the file the source
window only display the first line that looks like this:
src:stereo_efcop.asm@0 pc=stereo_efcop.asm@0 pi:$400
AW: internal flash
You have to follow these steps: U set the target to "FLASH" in the IDE (now you should see "RAM") Go to the settings window,...
You have to follow these steps: U set the target to "FLASH" in the IDE (now you should see "RAM") Go to the settings window, select "Debugger/M56800 target settings"; if you select here "Always load program at debugger launch" then CW will do the
DSP56300 tools
incan anybody tell me from where i can download DSP56300 assembler, debugger for free?
can anybody tell me from where i can download DSP56300 assembler, debugger for free?
assembly output
inTo all, For the DSP56F826 v. 5.0 tool, is there a way to view mixed C/Assembly for a given .c file, without actually...
To all, For the DSP56F826 v. 5.0 tool, is there a way to view mixed C/Assembly for a given .c file, without actually downloading to the debugger window? Thanks, Stuart
Info on Codewarrior USB Tap
inHello: I am looking for a connection to a Freescale 56858 that will work with Codewarrior?s debugger. Currently we are talking to the...
Hello: I am looking for a connection to a Freescale 56858 that will work with Codewarrior?s debugger. Currently we are talking to the DSP56858EVM through its parallel port interface and would like faster download times. Eventually we will need to talk to our own board. Thanks.
DSP56367 HW debugger over JTAG?
inHi. I'm trying to discern which (if any) IDE to get for Mot DSP56367 dev. I want to debug on my target HW (not an eval board)...
Hi. I'm trying to discern which (if any) IDE to get for Mot DSP56367 dev. I want to debug on my target HW (not an eval board) using the JTAG port. Does anyone know which product can do this? Thanks
statement to break into debugger
inI 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...
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? Pix
Tasking Debugger?
inI was under the impression that Metroworks was the only game in town for developing software and debugging the 56F803. I tried it...
I was under the impression that Metroworks was the only game in town for developing software and debugging the 56F803. I tried it out, but was so disappointed with the number of bugs I found in the tools, I gave up on it and switched to another processor. Was I wrong? Does "Tasking&qu