• about PIN configuration in LPC1768
    Hi, I have started to program with lpc1768. In an example code in keil. I see that in this function it defines the pin P0.25 both GPIO and AD0.2, is it possible? Also I cant figure out how does this...
  • HY-LPC1788 not configurable pins
    Hi all, I have recently purchased an HY-LPC1788 development board. I'm experimenting with ADC's but some channels seem not to respond to setup code. Just to semplify I've configured all ADC pins as...
  • Cannot find Configure Wizard
    Hello, I am a research specialist at Arizona State University. I recently purchased the DA14585 development kit. I am completely new to Dialog products and the uVision software. I am running through...
  • Configuring LPC1114 pins as GPIO's
    Hi, How to configure P0_10 and P0_11 pins of LPC1114 as GPIO's.
  • 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...