Other Parts Discussed in Thread: HALCOGEN
Hi All,
I would like to receive 256 bytes from the SPI and transfer them via the DMA engine to an SDRAM connected to the EMIF interface.
Currently I have managed to exploit the SPI transfer group in order to asynchornously receive up to 128 bytes to the processor memory. However, I cannot receive more in a single asynchronous Rx because this is the maximum size of the trasfer group associated with the SPI interface.
Could you please let me know of the following two questions:
- Can the SPI transfer be DMAed directly to the EMIF bus?
- Can the SPI transfer be increased to 256 bytes?
All the best,
Angelos