• how to use gpio pin as pwn pin?
    im using arm lpc2148. In that it has 6 pwm pins. but for my project in need 7 pwm pins to run 7 motors. so i need to configurate one more gpio pin as pwm pin. so can anyone give me the code to configurate...
  • how to use gpio pin as pwn pin?
    im using arm lpc2148. In that it has 6 pwm pins. but for my project in need 7 pwm pins to run 7 motors. so i need to configurate one more gpio pin as pwm pin. so can anyone give me the code to configurate...
  • Configuring LPC1114 pins as GPIO's
    Hi, How to configure P0_10 and P0_11 pins of LPC1114 as GPIO's.
  • Configuring LPC1114 pins as GPIO's
    Hi, How to configure P0_10 and P0_11 pins of LPC1114 as GPIO's.
  • DMA Trigger via input GPIO Pin
    Hi, is it possible to start a DMA transaction by a falling edge on a GPIO pin? I used the EXTI configuration for this input pin and in the EXTI-ISR i can trigger the DMA. But i think this is...