Slave Archives - electroSome https://electrosome.com/topic-tag/slave/ You Inspire.....We Create..... Sun, 30 Apr 2017 13:40:31 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 PIC I2C Slave Mode Multi Byte Reception https://electrosome.com/topic/pic-i2c-slave-mode-multi-byte/ Tue, 25 Apr 2017 18:10:05 +0000 https://electrosome.com/topic/i2c-slave-mode/ I am sending 32 bytes from master microcontroller using your I2C library. How can I do that ? Your library handles only single byte of information. ////SLAVE CODE DATA READ // if(!SSPSTATbits.D_nA && !SSPSTATbits.R_nW) { z = SSPBUF;//Address Read while(!BF); d=SSPBUF;      //data Read SSPCONbits.CKP = 1; inputflag=1; }

The post PIC I2C Slave Mode Multi Byte Reception appeared first on electroSome.

]]>