I have already tried SPIslave.h libraries (Master & Slave) and using a protocol analiser, I’ve checked that Master in this case send a 0x02 followed by 0x00 byte before sending real data.
My problem: My real master send a sequence of 101(bit) followed by (000000) address and then data. It controls a HT1621B LCD driver.
So, SPI slave won’t receive 0x02 followed by 0x00 before true data.
Question: Is it possible to create “fake” bytes as soon as Enable line gets low to pretend first 2 bytes are 0x02 & 0x00?
I’ve been looking for this for a while and got stuck at this.
I appreciate any suggestions.