• Http over PPP problem
    Hi forum users, A few days ago I started struggling with the following problem. When opening three or more concurrent http sessions over a PPP interface my application crashes and the debugger tells...
  • ITM debug issue with RTX
    Hi: I'm working on a LPC1768 board with MDK-4.11 and RTX-4.11, I sent some debug messages to Debug(printf) viewer window simply by ITM_SendChar(), it works well before I use RTX. but when I use...
  • ITM-DEbugging with NXP LPC1768
    Hi guys, First of all, I'm using a LPC1768 development board in combination with a JLink Debugger which supports ITM-Debugging over printf. I'm using Keil MDK 4.10. Using a direct call of ITM_SendChar...
  • PPP over serial server
    Hi All I want to use AT89C51rd2 OR W78e65 with a TC35i OR modem chip like Rc56 conexant or any other serial external modem with dial up ( No GPRS ) only data ex.9600bps to serving a client a HTML page...
  • Printing debug messages over ITM from multiple ports
    Hello, I have been attending one Webinar series on advanced debugging. In which author talks about using ITM ports to send debug messages. I was able to do it using Keil printf function. According...