Hi everyone,
I am using SPI master for transmitting and receiving data. I can config and send a string through SPI master 0. My problem is that, there is a 0-bit which is always added before my received string.
For example:
I sent this: -----011001000111001001101111010011100110001101101001
And received: 001100101011100100110111001001111011000100110100
Can you help me please? Thanks