Thank you. If I am to use PROC section alone (to load and run)and no
other communication mechanism (MSGQ, POOL ,CHL...), is there any
dependency with memory configuration. ie. Is the DSPLINKMEM needed for
PROC? Can I build the Dsplink driver with PROC alone?

 

Regards,

Naveena

 

________________________________

From: Kamoolkar, Mugdha [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 26, 2008 10:49 AM
To: Naveena M.; [email protected]
Subject: RE: To boot DSP and run DSP application from ARM.

 

Naveena,

 

You can look into the hal (hardware abstraction layer) code within
DSPLink sources as a reference for what you are attempting to do. It
will have the right sequence of register settings.

 

Regards,

Mugdha

 

 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Naveena M.
Sent: Friday, September 26, 2008 10:20 AM
To: [email protected]
Subject: To boot DSP and run DSP application from ARM.

Hello,

            How can I load DSP and run DSP application from ARM. 

I am not using the TI provided dsplink driver available with montavista.

The TI provided driver supports API calls and those use to run DSP
application from ARM are PROC_setup ,PROC_Attach ,PROC_Load and
PROC_start.

 

Now I am setting registers by running a firmware application and running
on ARM side by connecting CCS using JTAG emulator.

What I did was, loaded the dsp binary in the desired location from ARM
application. Then I set the resest for DSP module by setting PSC_MDCTL
for DSP.

Then loaded DSPBOOTADDR with the starting address of the loaded code and
took of the reset. 

 

            The concept was, on reset, the DSP will start running from
the reset address or DSPBOOTADDR. But the DSP code dint start running.

Is there any other configuration that I have to look into or consider
while doing this? 

Or What happens in PROC_start?

 

Regards,

Naveena

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to