[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] TWI pullup resisor values
From: |
Douglas Dotson |
Subject: |
Re: [avr-gcc-list] TWI pullup resisor values |
Date: |
Fri, 5 Mar 2004 15:03:57 -0800 (PST) |
OK, Thanks! When the 3.3K pullups are in place,
performance grinds to a slow crawl. Even when the
slave device is removed. Feels like a swarm of
interrrupts are keeping things very busy. If I
disable the interrupts, things run fine.
Doug
--- Andreas Krause <address@hidden> wrote:
> Douglas Dotson wrote:
> > I am trying to communicate with an I2C
> > device (DS1340 RTC). When I try to send
> > info to the RTC, system performance slows
> > down to a crawl. It appears that it is being
> > swamped with interrupts. Also, unable to read
> > anything from the RTC. Is it possible that
> > improper pullups on SDA and SCL are causing this?
> > I'm using 3.3K pullups. Would it be better to
> > just use the internal pullups already part
> > of the port circuitry? Bit rate is 100K.
> >
> > THanks!
> > Doug
>
> standard values are 4.7k on SDA and SCL according to
> the philips
> databook. But 3k3 resistors should work as well.
>
> regards,
> Andreas
>
_______________________________________________
avr-gcc-list mailing list
address@hidden
http://www.avr1.org/mailman/listinfo/avr-gcc-list
- [avr-gcc-list] Avarice and JTAG pod speed issues, Brian Cuthie, 2004/03/04
- Re: [avr-gcc-list] TWI pullup resisor values, Bob Paddock, 2004/03/06
- Re: [avr-gcc-list] TWI pullup resisor values, Ned Konz, 2004/03/06
- Re: [avr-gcc-list] TWI pullup resisor values, Douglas Dotson, 2004/03/07
- Re: [avr-gcc-list] TWI pullup resisor values, Ned Konz, 2004/03/07
- [avr-gcc-list] Re:TWI pullup resisor values - Problem solved, Douglas Dotson, 2004/03/07
- [avr-gcc-list] Writing to flash memory from bootloader, Ganeriwal Saurabh, 2004/03/08
- Re: [avr-gcc-list] Writing to flash memory from bootloader, E. Weddington, 2004/03/08
- Re: [avr-gcc-list] Writing to flash memory from bootloader, Ganeriwal Saurabh, 2004/03/08