• 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...
  • NXP LPC1768 - Porting to Labview
    Has anyone already ported the NXP LPC1768 to labVIEW and developed drivers? I would like to use LabVIEW Embedded to program the NXP LPC1768 development board. The LPC1768 is a Tier 2 ARM device supported...
  • NXP LPC1768 coding
    can someone help me on how to create simple assembly language coding that can turn on LED at NXP LPC1768 board when push button is pressed...please i have try many time but failed...thankyou
  • Stderr - ITM - SWO
    I begin with Keil and STM32 and try to understand the logic and rules. I'm thinking about getting an error and debug messages to the SWO. I found in Manage Run Time Enviroment , Complielr STDERR with...
  • printf ITM with RTX RTOS
    Hello all, I am having an issue with using the 'Debug (printf) Window' to display debugging messages as the code runs. Upon startup I print simple initialization messages using the printf function...