Can you post the code so I can reproduce (minimal code needed to make eror happen - nothing fancy)? I am puzzled how SSP1CON1 was called from HWI2C. I just want to make sure we do not have a side effect of making something else work. :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well uh, because it wasn't HWI2C, but my own home rolled version. So, let me paraphrase, the missing register definition puts manual register control in jeopardy :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Went to use I2C on my 16f1783 chip and got an error with bit not being set. Missing SSP1CON1 definition cleared it up.
Cheers Kent.
Can you post the code so I can reproduce (minimal code needed to make eror happen - nothing fancy)? I am puzzled how SSP1CON1 was called from HWI2C. I just want to make sure we do not have a side effect of making something else work. :-)
Well uh, because it wasn't HWI2C, but my own home rolled version. So, let me paraphrase, the missing register definition puts manual register control in jeopardy :-)
yes.... that would explain why i could not replicate. LOL. Case closed.