does anyone know how to reset dsp by arm on omapl138 ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
does anyone know how to reset dsp by arm on omapl138 ?
Huang:
Here's the OMAPL138 TRM: http://www.ti.com/lit/ug/spruh77a/spruh77a.pdf . See "Section 13.2 DSP Wakeup" .
Also, you can preview the Linux remoteproc driver source code here .
(This is some code that will be submitted too Linux mainline kernel soon).
See the function: davinci_rproc_start().
Also, if you have (or want to download) the SysLink 2 product, you can reference the source code which boots the DSP. See the info at the end of this post:
http://e2e.ti.com/support/embedded/bios/f/355/t/206247.aspx
Regards,
- Gil