I think I had encountered error with hardware i2c with 16f690 when I tried to use it with ds1307.
Sunish On Fri, Jan 25, 2013 at 2:42 AM, <[email protected]> wrote: > Updates: > Status: Started > > Comment #1 on issue 191 by robhamerling: I2C slave mode possible > malfunction > http://code.google.com/p/**jallib/issues/detail?id=191<http://code.google.com/p/jallib/issues/detail?id=191> > > The address 'sharing' of SSPMSK, SSP1MSK and SSP2MSK with SSPADD, SSP1ADD, > SSP2ADD > applies to the following PICs: > 16f677/687/689/690, > 16f707/720/721 > 16f722/723/724/726/727 > 16f722a/723a > 16f882/883/884/886/887 > 18f2xj13,18f2xj53,18f4xj13,**18f4xj53 > 18f6xk22,18f8xk22 > (and their LF variants if any) > Solution: add pseudo variables to the device files for the SSPxMSK > registers which set the SSPM bits in SSPxCON to 0b1001 (and reset before > return) when accessing SSPxMSK for read or write. > > Note: none of the current Jallib libraries and samples use SSPxMSK! > > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to jallib+unsubscribe@** > googlegroups.com <jallib%[email protected]>. > Visit this group at > http://groups.google.com/**group/jallib?hl=en<http://groups.google.com/group/jallib?hl=en> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/jallib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
