• 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...
  • Debug mode & Release mode
    In PK51 C compiler, do exist the debug mode & release mode likely IAR compiler?
  • 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...
  • RTL function disables jtag
    I am trying to use RTL for the tcp communication part on the lpc2368 project. The stack ran ok on the lpc2378, but on 2368 it appears that the function Init_Tcpnet() somehow disables a jtag. After this...