I have a custom board which includes an OMAPL138. I have gotten a stand-alone build done that will run my code on my platform. My code only runs on the ARM at this point with nothing running on the DSP. I am doing nothing explicitly at this point to put the DSP into Deep Sleep which I think is part of my problem. In any case, my power measurements look like the DSP is up to some degree at least because the power consumption is high even before my code is loaded from flash.
Is there a way to explicitly put the DSP into Deep Sleep when I power on my board?
It seems that there is a default ROM image that brings up the OMAP in a configuration which consumes more power than I am comfortable with at this point. Also of note is that I've done quite a bit of power measurements and optimization on just the C6748 and I've definitely noticed that regular Sleep mode is not nearly as effective in reducing power consumption as Deep Sleep mode is. That is why I would like to try this experiment.