Hello everyone,
I'm currently looking at a fast communication protocol to work with between a DSP (5515) and an ARM M3 in real time.
The 5515 will process an audio buffer and the ARM getting the processed buffer from it.
I am aware of DMA transfers but It would work with an external memory only or internal peripherals right ?
I guess the only way is to use I2C protocol between the two chip and use DMA for internal memory access.
What about using the same external memory between two chip? Is I2C fast enough for audio transfers?
I'm interested in having your point of view
Many thanks !
silvere