all receive operation is normal. but only data received is error.
why ? i cannot find the cause.
i used exactly registers related fifo operation.
examples: if i spend 8 bytes "0x00", "0x00","0x00","0x00","0x00","0x00","0x00","0x00", on receiver the 8bytes received exactly by all "0x00".
but if if i spend 8 bytes "0x01", "0x00","0x00","0x00","0x00","0x00","0x00","0x00", on receiver i find 8 bytes "0x02", "0x00","0x00","0x00","0x00","0x00","0x00","0x00".
if if i spend 8 bytes "0x01", "0x00","0x00","0x00","0x01","0x00","0x00","0x00", on receiver i find 8 bytes "0x02", "0x00","0x00","0x00","0x18","0x00","0x00","0x00".
please help me !!!!