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 bondkicha

  1. B

    Problem in adc while programing in lpc21xx

    clock freq is 12 MHz in my mcu properties... is that ok
  2. B

    Problem in adc while programing in lpc21xx

    how to connect crystal with xtal
  3. B

    Problem in adc while programing in lpc21xx

    I am attaching my code for adc conversion and its proteus design . the code is not working.... #include <lpc213x.h> #include "usart0.c" int main() { unsigned int data; usart0_init(); usart0_char('a'); PINSEL1 |= 0X01000000; //SET THE FUNCTION FOR PORT PIN AS ADC FOR ADC0.1...
  4. B

    LPC 21XX Problem in interfacing lcd And led

    still not working
  5. B

    LPC 21XX Problem in interfacing lcd And led

    here is the code and proteus design #include <lpc21xx.h> #include "delay.h" #include "Lcd_Header_LPC21xx.h" int main(void) { PINSEL0 = 0x00000000; IO0DIR |= 0xFFFFFFFF; IO0CLR |=(1<<1); lcd_init(); while(1) { lcd_cmd(0x80) ; lcd_string(" WEL 2 LPC213X") ...
  6. B

    ARM LPC 21XX programming

    Re: lpc21xx tutorial [i need your help in programming for uart receive interrupt
  7. B

    LPC 21XX Problem in interfacing lcd And led

    I have a problem in interfacing lcd and led in same port(i.e port 0).When i am using lcd alone it works.i connected lcd to (PO.4-P0.7).. when i connect led to( p0.8-p0.15),the lcd is not working.. any one please help me

Part and Inventory Search

Back
Top