Hello,
I have the following scenario:
I have an EVM6748 evaluation board by LogicPD and I want to interconnect this board to another evaluation board which runs a PowerPC via SPI. Iam using the PSP SPI driver. Now to my problem: I connect the SPI pins through the expansion header J30 using pins 64 for SPI_1_CLK, 63 for SPI_1_SIMO and 65 for SPI_1_SOMI. I have a small test application (configured according to the example application provided by the PSP) which configures the C6748 SPI_1 port as slave since my PPC board is the master. The PPC board already transfers data and drives the SPI_1_CLK. Now Iam getting stucked at C6748 side. When I try to read the bytes which are sent via SPI using the Stream_read function a event missed error on the particular DMA channel is reported and the execution is aborted. What does "event miss" mean? Also I couldn't find a documentation on the EDMA3 controller module on the processor and register descriptions. The C6748 datasheet is not really meaningful according to this module.
Any help would be very appreciated.
TIA,
Steve
P.S. I was not really sure in which forum to put since this issue seems to be both hardware related and PSP / EMDA3_LLD related. If this is the wrong forum please move the post to a better fitting one.