I'm working with the OMAPL137 EVM and I have an application that needs to make use of both the DSP and ARM cores. Traditionally I would be implementing this on a dual processor system so the OMAPL137 has some appeal as it brings the two cores onto one part. I'm working to understand the different modes/configurations of DSPLink (boot and no boot mode) and to decide which will work better for my application. From my understanding boot mode is where the ARM side will boot the DSP side by sending the DSP executable through the link. I believe the no boot mode is where the DSP side will boot the DSP application from flash without any interaction from the ARM core. Assuming this is correct, are there any differences in how the two cores can communicate/function after they are both booted using either mode? I assume the choice of no boot verus boot mode comes with tradeoffs. What are the tradeoffs or limitations of each mode? From my research there seems to be limited information on the no boot mode and I perceive most are using the boot mode.
Thanks