• Pointer pointing at the wrong data
    hi all, I've been trying to send a prefixed data to my 8051 TXD vt the following command: ORG 000H LJMP SETUP ORG 003H ;External Interrupt 0 CLR P3.6 LCALL EXT_INTERRUPT RETI ORG...
  • Pointer pointing at the wrong data
    hi all, I've been trying to send a prefixed data to my 8051 TXD vt the following command: ORG 000H LJMP SETUP ORG 003H ;External Interrupt 0 CLR P3.6 LCALL EXT_INTERRUPT RETI ORG...
  • when overlays used , debugger shows wrong code when breakpoint is hit
    Hello, for performance reasons I execute some code in internal SRAM (Controller: LPC54618) instead of flash. I need different functions at differtent times, so I use overlays to put the required function...
  • uV2 debugger - error 35: undefined line number
    I'm writing code for the Cypress EZ-USB. I've stuck with the file structure that Cypress uses in their examples, FW.C (frameworks) and periph.c (my device code). I'm relatively unfamiliar with the tools...
  • Debugger launch from command line: connection issue
    Hi I want to launch the debugger from the dos command line: I first follow the steps as described in the debugger user guide, chapter 8. I entered something like that debugger --cdb-root I:\try_env...