Search found 1 match

by neoblood
07 Jan 2010 03:58
Forum: mikroC General
Topic: PIC 2 PIC Master/Slave Communication using I2C... Enjoy
Replies: 41
Views: 109155

I found an error in your slave code.

This
[code PIE1.SSPIF = 1; // enable SSP interrupts[/code]

should be this.
[/code PIE1.SSPIE = 1; // enable SSP interrupts[/b]

Go to advanced search