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 ravi_karthik

  1. R

    Unable to get the timer working correctly in LPC2148

    Hi Shankariamma, In the timer initialization function i.e void initTimer0(void) the PRESCALE value should be 15 and not 150 if you want delay in microseconds. change the abovementioned line to T0PR = 15-1; Check these calculations for more clarity reference ocrfreaks.com: Prescale (TxPR)...
  2. R

    [ARM] lpc2148 i2c interfacing with pcf8591 (adc-dac chip)

    Trying to communicate with lpc2148 inbuilt i2c protocol(i2c0) to external adc chip (pcf8591 philips adc-dac chip) to read adc voltage from it. But proteus simulation with lpc2138 is not responding to the code written.Being a newbie to i2c protocol specifically on LPC2148, can anyone guide me on...
  3. R

    [51] adc0804 & 0808 readings going 0 after half the total voltage read through i/p channel

    Re: adc0804 & 0808 readings going 0 after half the total voltage read through i/p cha The question is targetted more towards 0804 but the behaviour is same for both (ADC0804 and 0808).
  4. R

    [51] adc0804 & 0808 readings going 0 after half the total voltage read through i/p channel

    Re: adc0804 & 0808 readings going 0 after half the total voltage read through i/p cha @milan.rajak Yes , in adc_init() the intr pin has been made input(intr = 1). I agree that the data has to be read once the INTR pin goes low hence i have removed the INTR pin forceful pull-down(INTR = 0) in...
  5. R

    [51] adc0804 & 0808 readings going 0 after half the total voltage read through i/p channel

    adc0804 & 0808 readings going 0 after half the total voltage read through i/p channel Can someone explain why this strange behaviour is seen while interfacing adc0808 or adc0804 with at89s52 microcontroller. Iam trying to read 5v connected to channel 0 of adc0808 , hence it should give 255...

Part and Inventory Search

Back
Top