• CMSIS DAP configuration LPC1768
    Hello, I am using MDK-Lite 5.14 under Windows 7, on a LPC1768 target. I am trying to do CMSIS-DAP debug. I have congigured "Option for Target > Utilities > Use Target Driver for Flash Programming...
  • 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...
  • 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.