Other Parts Discussed in Thread: SK-AM64B
Tool/software:
Hi, we develop a SPI slave that needs to read fast (it only reads). We are experiencing delays between SPI transfers, The delay is about 50 Micro seconds. We access SPI from a r5 core and i have tried polled, interrupt (blocking and non blocking ) and DMA (blocking and non blocking).
This behavior was discussed here before:
I have two questions regarding this.
1. Is this delay because of the driver (software) or the controller (hardware)? (good to know before you try to develop your own driver)
2. In the link above PRU was suggested as a solution. Is that still the way to go?
Regards
Tobias