DSP C6657 uses McBSP to send data to ZYNQ 7020.
Does McBSP require that the receive device handle its buffer? Or DSP C6657 just sends data freely?
In the attachment, DSP tries to send 256 bytes, but only stops at 68 byte, and we see Registers as below:
C6657_MCBSP0_REG_SPCR=00CD0000
C6657_MCBSP1_REG_SPCR=00CF0000
XSYNCERR?
After a while, DSP finishes all 256 bytes, but I wonder why?
Thanks.