Other Parts Discussed in Thread: TMS320F28377D
In my application, I need low latency fast access to external peripheral. The external component is an FPGA, hence we have the flexibility to choose any available peripheral on the TMS320F28377D. The challenge is that both CLAs need that access independent (different binary code). It seems that CPU2.CLA can not access EMIF, nor uPP.
Hence is the best recommendation that TI can make to use:
- CPU1.CLA EMIF or uPP
-CPU2.CLA SPI or McBSP
..or is there a more elegant way to provide low latency fast access?