EmbeddedRelated.com
The 2024 Embedded Online Conference

8051 on-chip debugging

Started by Schueler in comp.arch.embedded13 years ago 120 replies

Folks, I would like to use the 8051 derivate MAXIM DS89C4xx in one of my experiments regaring motor controlling but I am worried about...

Folks, I would like to use the 8051 derivate MAXIM DS89C4xx in one of my experiments regaring motor controlling but I am worried about the on-chip debugging capabilites. I could not find any material on this topic. Does anybody know whether the DS89C4xx series support debugging or not? Any other known 8051 derivate which features on-chip debugging and which offers an evaluation bo...


Opensource Debugging Model Question

Started by Randy Yates in comp.arch.embedded10 years ago 4 replies

I am curious how this works at the register level. I am going by the description here, especially the graphic showing the flow and interfaces of...

I am curious how this works at the register level. I am going by the description here, especially the graphic showing the flow and interfaces of the debugging model. http://mcuoneclipse.com/2013/07/22/diy-free-toolchain-for-kinetis-part-3-debugger-gdb-server-wit h-pe-and-segger/ So my question is, when you're in debugging mode, how does Eclipse "know" what registers comprise the target? Is


Cygnal C2 debugger protocol - any specification?

Started by Wojciech Zabolotny in comp.arch.embedded20 years ago 6 replies

Hi All, Now, when my Linux C2 programmer (http://www.ise.pw.edu.pl/~wzab/cygnal) works fine, it would be nice to add debugging...

Hi All, Now, when my Linux C2 programmer (http://www.ise.pw.edu.pl/~wzab/cygnal) works fine, it would be nice to add debugging support. However Silabs (formerly Cygnal) does not provide any information regarding C2 debugging protocol... Does anybody has any usefull info about it (specs, I/O dumps from debugging session recorded with dosemu or wine, or anything like this)? May be just som...


What's more important optimisations or debugging?

Started by Anonymous in comp.arch.embedded17 years ago 66 replies

I'm trying to get a feel for what people now consider more important, optimisations or debugging ability. In the past with such tight...

I'm trying to get a feel for what people now consider more important, optimisations or debugging ability. In the past with such tight memory limits I would have said optimisations but now with expanded-memory parts becoming cheaper I would think that debugging ability is more important in a development tool. It's is not exactly a black and white question, debug or smallused, but more a ratio...


ARM GDB debugging.

Started by premjithav in comp.arch.embedded12 years ago 13 replies

i'm a newbie in Embedded world. I need some clarification about the arm gdb debugging. 1. Is there any options to debug the board through...

i'm a newbie in Embedded world. I need some clarification about the arm gdb debugging. 1. Is there any options to debug the board through serial port ? how? 2. All search results about the arm debugging are related with some kind of external hardware and JTAG why? 3. I found results about gdb stubs for some non arm architecture. is there any stub for arm without a external hardware or JTAG...


Debugging assembly

Started by rasega in comp.arch.embedded18 years ago 30 replies

Hi all, I'm writing some routine for a Motorola 68HC11, but it seems that debugging the code in assembler is a little bit difficult !! Please,...

Hi all, I'm writing some routine for a Motorola 68HC11, but it seems that debugging the code in assembler is a little bit difficult !! Please, what software do U suggest me to simplify this job ?? Assembling the code with asmhc11.exe give me back many errors, but not what this error are and where thery are !! Is there a way to know it ?? Thank U Ric


debugging bootloader

Started by Roman Mashak in comp.arch.embedded20 years ago 3 replies

Hello! I'm examining and researching the bootloader and would like to debug it in order to watch the registers, memory condition etc. for...

Hello! I'm examining and researching the bootloader and would like to debug it in order to watch the registers, memory condition etc. for understanding the process more deeply and detailed. Please, recommend any techiques for debugging bootloader code, I suppose I can't use gdb for this, may be I need a kind of JTAG or similar. Thanks in advance for any help! With best regards, Roman ...


Debugging tools

Started by sam in comp.arch.embedded18 years ago 4 replies

Hi, Could any one please advice some effective debugging tools for RTEMS? I want to watch kernel signals generated between parent and child...

Hi, Could any one please advice some effective debugging tools for RTEMS? I want to watch kernel signals generated between parent and child processes, share memory data interchange between multi-threads. If there is no tools like that, is there any guideline for developing these tools? Thank you very much for your attention. Sam.


Unusual experiences you have encountered while debugging ?

Started by Simon Clubley in comp.arch.embedded9 years ago 11 replies

[or the day I looked into the face of Hell. :-)] And now for something a little different. :-) What experiences have you had during...

[or the day I looked into the face of Hell. :-)] And now for something a little different. :-) What experiences have you had during debugging an embedded system that make you really wonder out loud what the hell was going on ? I've been building a homebrew programmer for the PIC32MX and have hit some major issues due to the really lousy Microchip programming specification. At one po...


USB descriptor debugging

Started by Richard Henry in comp.arch.embedded18 years ago 4 replies

I'm thinking someone must have developed a Windows/USB debugging tool that can read out the descriptor data downloaded from connected...

I'm thinking someone must have developed a Windows/USB debugging tool that can read out the descriptor data downloaded from connected devices. Anyone know of such a tool?


Skipped instructions in debugging

Started by Nina G. in comp.arch.embedded17 years ago 9 replies

I am debugging a program in C for Chipcon 2430 processor in IAR Embedded Workbench. When I run the program step by step, I observe that the...

I am debugging a program in C for Chipcon 2430 processor in IAR Embedded Workbench. When I run the program step by step, I observe that the execution cursor jumps over some instructions and they never get executed. What could be the reason for this? A memory mapping issue? Stack corruption? Nina


Processors with remote programming / debugging

Started by lucasvickers in comp.arch.embedded16 years ago 1 reply

Hello, I am looking into potential embedded microprocessors to use for a one time project. About 2-3 units will be produced. A good software...

Hello, I am looking into potential embedded microprocessors to use for a one time project. About 2-3 units will be produced. A good software library and a solid product are more important than volume pricing. - Remote programming and debugging is necessary. This is a one time project that will be installed in New Mexico (I am in NY), and I need to be able to fix small glitches from home. T...


Processors with remote programming / debugging

Started by Anonymous in comp.arch.embedded16 years ago 4 replies

Hello, I am looking into potential embedded microprocessors to use for a one time project. About 2-3 units will be produced. A good...

Hello, I am looking into potential embedded microprocessors to use for a one time project. About 2-3 units will be produced. A good software library and a solid product are more important than volume pricing. - Remote programming and debugging is necessary. This is a one time project that will be installed in New Mexico (I am in NY), and I need to be able to fix small glitches from home...


Writing memory with GDB.

Started by Joseph Casey in comp.arch.embedded19 years ago 1 reply

Greetings. Can I write memory locations with GDB? I have been looking through Debugging With GDB and a few tutorials but can't find anything -...

Greetings. Can I write memory locations with GDB? I have been looking through Debugging With GDB and a few tutorials but can't find anything - only how to read memory and write to variables. I am using GDB 5.1.1 for TI MSP430 in text mode but I expect the commands would be the same as for native debugging. Help appreciated. Joseph Casey.


Debugging with visionCLICK

Started by Roman Mashak in comp.arch.embedded20 years ago 2 replies

Hello, All! I've got one more question about visionCLICK S/W and debugging techiques. I'm new to this, so my apologize for probably stupid...

Hello, All! I've got one more question about visionCLICK S/W and debugging techiques. I'm new to this, so my apologize for probably stupid questions :) My code, I wanna debug, was compiled on the linux platfrom and debug information inside binary contains paths from Linux machine, like /home/me/bla-bla...., so in visionCLICK I can't locate the modules or important symbols cause of this f...


Comments on PE Micro's Cyclone Pro for 6808/6812?

Started by Michael McCulloch in comp.arch.embedded20 years ago 5 replies

After several intsruments built with the 6805, I'm looking to upgrade to a more modern processor with more code space and RAM, as well as more...

After several intsruments built with the 6805, I'm looking to upgrade to a more modern processor with more code space and RAM, as well as more modern debugging schemes. The 6808 series seems to fit the bill, specifically the GP32 chip. One of my biggest hangups about the 6805 is the ancient and poorly supported debugging/emulator tools (I use the Cosmic compiler which I DO like). After my ...


Cheap debugging tools, software UART

Started by Jim Stewart in comp.arch.embedded13 years ago 11 replies

Watching all this discussion about debugging with an LED and such, I was wondering if anyone else writes software UARTS for debug info. I've...

Watching all this discussion about debugging with an LED and such, I was wondering if anyone else writes software UARTS for debug info. I've written a 9600 baud tx-only UART for AVR's in 35 assembly instructions. The data out can be inverted so that you can connect the tx I/O pin directly to your terminal without an inverter or driver. Timing is by software timing loops so interrupts...


ARM7/LPC21xx debugging capabilities

Started by Oliver Betz in comp.arch.embedded19 years ago 4 replies

Hello All, reading some of the specs I'm still not completely sure about the debugging capabilities of a LPC21xx. Can I access memory "non...

Hello All, reading some of the specs I'm still not completely sure about the debugging capabilities of a LPC21xx. Can I access memory "non intrusive" while the program is executing (like BDM in the 68HC(S)12 or the HCS08?)? Or does a memory read always interrupt program execution for some cycles? If "non intrusive" is possible: is this a standard feature of debuggers? Any genera...


Debugging loops question

Started by Martin Griffith in comp.arch.embedded16 years ago 5 replies

I'm trying to convert CBFalconer's bin to BCD for an 8051 http://cbfalconer.home.att.net/download/dubldabl.txt the first example, and I'm...

I'm trying to convert CBFalconer's bin to BCD for an 8051 http://cbfalconer.home.att.net/download/dubldabl.txt the first example, and I'm stuck, it almost works. I get quite confused by loops like this My version gives 10, 1000, 1000 instead of 10, 0101, 0101 Any hints on debugging things like this? my code(?) is here http://es.geocities.com/mart_in_medina/doubledabl.c


Remote debugging via serial

Started by Nickolai Leschov in comp.arch.embedded16 years ago 7 replies

Hello, I am working on an industrial automation project that involves programming the i188 PC-compatible controller with embedded DOS and...

Hello, I am working on an industrial automation project that involves programming the i188 PC-compatible controller with embedded DOS and several serial ports. What options do I have for debugging on this hardware? Specifications of the controller: CPU 80188 or compatible, 40 MHz (RDC R-8820, clone of Am188ES ?) SRAM 512KBytes Flash 512KBytes EEPROM 2KBytes COM 0 Internal communica...



The 2024 Embedded Online Conference