• PPP debug over ITM missing data
    Hello, I'm trying to set up a PPP link over a BGS2T (Cinterion) modem with the Keil PPP Middleware. I managed to get up until the LCP and CHAP phase of the PPP connection but then the PPP suddenly...
  • 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...
  • How to print a message to hyperterminal.
    Is it possible to wirte a message to hyperterminal from my develop-kit?
  • Using printf to print out debug message
    Hello, I am learning to program STM32F4 based micro controller(using STM32F429ZI DISC1 board). I am trying to use printf function to print out debug message. I have used following sources as reference...