Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by kavir

  1. K

    GPIO interrupts in the LPC1313

    Please help me
  2. K

    GPIO interrupts in the LPC1313

    Hello to all I'm working with keil And I'm going to use a GPIO interrupt. And the pin PIO0_1 I wrote this program #include <LPC13xx.h> void PIOINT0_IRQHandler(void) { LPC_GPIO2->DATA=0xaaa; LPC_GPIO0->IC = (1<<1); } int main(void){ LPC_GPIO0->DIR = 0x000; LPC_GPIO2->DIR = 0xfff...

Part and Inventory Search

Back
Top