• Can't read state of PIN configured for Capture
    I am using the MCB2140 which is built around the LPC2148 mcu. My application configures P0.2 to work as a capture pin(PINSEL0 = (PINSEL0 & 0xFFFFFFCF) | 0X20;). The Capture control register is setup...
  • explanation and pin configuration for code in lpc2148
    int x; PINSEL0 = (PINSEL0 & 0x3FFF3FF0) | 0x00000005; // Configure pins for touch screen PINSEL1 = (PINSEL1 & 0xC3FFFFFF) | 0x10000000; IO0DIR = (IO0DIR & 0xDFFF7F7F) | 0x00008080; IO0SET = IO0SET...
  • Configure keil for some analog input while simulating
    How to configure keil. Let say I have ADC pin on 89c51 in simulation. Now how to generate some analog signal on it.
  • Can't see locals in debug mode
    Hi there, When I debug my program, I can't see locals? Does anybody now how to set them on?? Thanx
  • analog input_ADC_MCB1700
    Hello, I am using a MCB1700 with LPC1768 currently. After downloading the blinky code and disabling the potentiometer by removing the jumper AD0.2 and after giving my analog input from my measurement...