• AGDI with "HALT(STOP)" button disable issue
    I am working on the 8051 with the AGDI uVersion3. After connecting to the 8051 target with UART, the STOP button is disabled when I press the GO/RUN button(that will call the GoCmd() function). At that...
  • AGDI with "HALT(STOP)" button disable issue
    I am working on the 8051 with the AGDI uVersion3. After connecting to the 8051 target with UART, the STOP button is disabled when I press the GO/RUN button(that will call the GoCmd() function). At that...
  • int0 & int1
    I use int0 & int1 to measure the width of a pulse. My program works fine in the simulator with inputs from an include file. When I run the program on a breadboard using an ATMEL AT89C1051 I do not get...
  • int0 & int1
    I use int0 & int1 to measure the width of a pulse. My program works fine in the simulator with inputs from an include file. When I run the program on a breadboard using an ATMEL AT89C1051 I do not get...
  • INT0(P1.3) LPC935 in simulation not working while INT1(P1.4) works fine
    Hi all, I am having a problem with the simulation of my project which uses both external Interrupts, Interrupt 0 and Interrupt 2. I enable all the signals necessary to enable the Interrupts. When in...