Part Number: AM5728
I am considering a DSP core application that accesses data from external memory, apply a computation, and then generate control output on McSPI (L4) module. McSPI will be written at 10 microsecond interval.
Assuming that the computation takes less than 1 microsecond and data is fetched in small chunks (100 bytes). What level of determinism can I depend on in terms of accessing external memory and SPI peripheral ? In other words what are the maximum latencies in accessing external memory and SPI ?
We will have ARM MPU running its own control application that access various L4 peripherals.
How does L3_MAIN interconnect’s “QoS management for real-time hardware operators, while maintaining optimal memory latency for CPU access to memory resources” (TRM 14.2.1) support this scenario?
What are recommended design/implementation patterns for this type of operation.