• uVision 4 and 5 both have UV4.exe
    I've noticed both Keil uVision 4 and uVision 5 share the (for Windows) identical filename "UV4.exe"/"Uv4.exe". This results in Windows (7) Explorer being unable to choose for a specific version. ...
  • The difference between CAN Controllers of LPC2119 and those of LPC2129
    Dear colleagues, I am making several CAN applications on LPC2119 and LPC2129 chips. All these applications including Keil example program, BlinkyCAN, work fine on LPC2129. None of them work on LPC2119...
  • RTX on both M0 and M4
    Hi, Does anyone know any resources on how to get RTX to work on both M0 and M4 of NXP LPC43xx family? Meaning that there will be two OS running at the same time, one on M0 and the other on M4. ...
  • how does the c51 compiler initialise those varibles declared in XDATA area?
    hi I want to konw how the c51 compiler initialises those varibles declared in XDATA area? such like : unsigned char xdata var1 - 0x55; thanks!
  • Accessing both SRAM0 & SRAM1
    Hi, I am using LPC1317. It has two ram parts- SRAM0 & SRAM1. How to use SRAM1 also. Should I declare any keyword before variables.