• uV2 crashes with LPC900 Emulator/Programmer
    I'm having a problem working with the EPM900. my hardware environment is: intel pentium mmx win98 first edition usb port with no additional drivers active (hotsync is not loaded) Kiel uVison...
  • LPC900 series A/D
    I notice that the EPM900 is supposed to emulate virtually all of the LPC9xx devices. Does this include the A/D converter on the 89LPC925? Is there any sample code that uses the A/D converter and the...
  • LPC900 RTC Timer
    Anyone gotten the RTC timer to work without interrupts - only using the RTCF flag on the LPC93x? I can't seem to get the timer to start. I've used this chip for a while on various designs, and use Timer0...
  • LPC900 Timer0/1 PWM Error
    Hi, i use the latest demo version of Keil v9.02a for 8051. When i simulate a very simple pwm (timer0/1 mode 6) testprogram for a P89LPC935 the behavior of the simulator seems to be wrong. The datasheet...
  • LPC900: Generate an error when Code exceeds 0x1c00
    Hi, I have written a boot loader that is located in 0x1C00-0x1DFF. Therefor my working code should be limited to 0x0000-0x1BFF. I want to generate an error when this border is crossed. In target...