• Simulation of Periperals in Keil for Philips 89CR51C+
    hello, I am trying to use timer2 for timer ticks as well as detecting edge detection at t2ex pin. When i am doing the simulation for edge detection i donot see any response from the debugger like...
  • Simulation of Periperals in Keil for Philips 89CR51C+
    hello, I am trying to use timer2 for timer ticks as well as detecting edge detection at t2ex pin. When i am doing the simulation for edge detection i donot see any response from the debugger like...
  • problem regarding disabled breakpoints in debugging mode
    I'm facing problem regarding breakpoints in keil software when i was trying to use debug mode,i tried to put breakpoints,but breakpoint logo was of grey colour,which was disable.I can't put breakpoints...
  • problem regarding disabled breakpoints in debugging mode
    I'm facing problem regarding breakpoints in keil software when i was trying to use debug mode,i tried to put breakpoints,but breakpoint logo was of grey colour,which was disable.I can't put breakpoints...
  • How to use signal function in debug mode??
    Below is that program which prints potentiometer value in serial window. void delay (void) { /* Delay function */ unsigned int cnt; unsigned int val; AD0CR |= 0x01200000; /* Start A/D Conversion...