Other Parts Discussed in Thread: SYSCONFIG
Hi,
I'm using SysConfig to setup my project and, in order to communicate with another F28388D microcontroller, I'm testing SPI communication with DMA to have both TX and RX in the same core.
I can succesfully send data from SPIB to SPIA, but there's no way to get data alignment. I supposed to have data aligment only with hardware configuration, i.e. with correct TXFFIL/RXFFIL and DMA_BURST_SIZE and DMA_TRANSFER_SIZE, but it does not work: there is a way to assure it with hardware configuration or should I just implement it with a simple protocol?
Thanks and best regards,
Fabio