am335x spi slave, after the spi module is reset and intialized as a slave, fifo is enabled, I found that the value of MCSPI_CH0STAT is 0x28(the correct value should be 0x2e, I think). It means that the tx register is full. The spi master device(another cpu) will receive all zero data at first transfer, but the following data is corrrect.
Could you tell me why? is it a bug for am335x?