• Imprecise MAM simulation on LPC21xx?
    I have noticed that timing of Memory Acceleration Module (MAM) is not simulated correctly (at least not for setting typicaly used in Keil demos) for LPC2138. Does anybody have the same experiences...
  • simulation not working :real hardware does well
    Hi I am using the latest ARM tools (eval) with LPC1111/101 cortex M0 I initialized the cpu and enabled external int on pin P2_0 ; in the simulation the irq is never executed, but when i burn...
  • I2C peripheral not working with real hardware, but seems to in the simulator
    Hi, I can't get the I2C peripheral to work on an NXP LPC1114/301. I have reduced the code down to a simple test which sets the I2C speed registers I2C0SCLH and I2C0SCLL. This works when run in simulator...
  • Code works in Simulator but not actual Hardware
    Hi My code works in Keil simulator but not on actual LPC2294 Evaluation board. I don't have any debbuger to check this. What could be the possible reasons?
  • Why is simulator not equal to real life hardware?
    I'm new to embeded C. I've got a Phytec Philips C552 chip and connected a LCD to it. I've made a simple prg to display char or string. Char works perfectly string brings only garbage. When I run the prg...