• LPC1788 Configuration
    Hey All, I have started to write the code for a University Project and i'm using a LPC1788 MCU. Before i go through manually assigning the different peripherals and functions to the different pins...
  • 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...
  • 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...
  • Problem in finding the pin configuration for stm32f103x8
    hello! I am currently facing problem in finding the PWM pins for Timers (i.e. 1,2 and 3) and also other peripherals. So can anyone please tell me where to find it or directly specify it.