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 Vignesh_jay

  1. V

    [PIC] PIC12LF1822 UART Programming with External Fosc

    Hello everybody, I am currently working with PIC12LF1822 a Microchip series Controller. In that I need to configure EUSART in 8-bit Asynchronous mode and pulse generation of 1MHZ using PWM... First I started with UART send and receive of data..But after setting including...
  2. V

    ADC with LCD display in LPC1788

    m=(val/1000); n=(val/100)%10; o=(val/10)%10; p=(val/1)%10; Hello jayanth, Thanks for your suggestion, but for me there is no problem with the conversion function. The thing is adc conversion is working fine with the above code in simulation, but its not...
  3. V

    ADC with LCD display in LPC1788

    Hello, I am currently working with LPC1788 of NXP,in that I entered into ADC peripheral with single channel for learning purpose. For displaying the ADC converted data I am using the following code with PCLK as 12MHZ and ADC_CLK as same 12MHZ. And using display device as 16*2 LCD...

Part and Inventory Search

Back
Top