Sign in

username:

password:



Not a member?

Search adsp



Search tips

Subscribe to adsp



adsp by Keywords

AD1819 | AD7332 | ADSP-2106 | ADSP-21060 | ADSP-21065L | ADSP-2116 | ADSP-21160M | ADSP-2181 | ADSP-218x | ADSP-219 | ADSP-2199 | ADSP219 | BF531 | BF532 | BF533 | BF535 | Blackfin | FFT | JTAG | LDF | SDRAM | SHARC | SPORT | UART | VDSP++ | VisualDSP

Discussion Groups

Discussion Groups | Analog Devices DSPs | Test for loop back in 21262

Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).

  

Post a new Thread

Test for loop back in 21262 - abhi...@wipro.com - May 18 7:25:36 2006



hello all,

can any one tell me how to do loop back programing and how to set hardware for this in ADSP
21262.
i tried to configure SPORT0 for tx. and SPORT 1 to rx. but i am geting error saying: "core
access to SPORT/LINK port is hung at PC:0x080286"

Please tell me solution for this.

Thanks 
Abhi



(You need to be a member of adsp -- send a blank email to adsp-subscribe@yahoogroups.com )

Re: Test for loop back in 21262 - Mike Rosing - May 18 13:38:29 2006

On Thu, 18 May 2006 a...@wipro.com wrote:

> can any one tell me how to do loop back programing and how to set hardware for this in
ADSP 21262.
> i tried to configure SPORT0 for tx. and SPORT 1 to rx. but i am geting
>error saying: "core access to SPORT/LINK port is hung at PC:0x080286"

Sounds like an attempt to read or write is locking up the processor.
This will happen if you try to read an empty input register or write to a
full transmit register.  Disassemble location 80286 (strange, reminds me
of a very old processor...) and see which it is.  Most likely you have to
check a status register first, then do the operation only if data is
available for a read.

You probably want to put in a time out as well - if you don't get any data
after x milliseconds, figure there's no more coming.

Patience, persistence, truth,
Dr. mike



(You need to be a member of adsp -- send a blank email to adsp-subscribe@yahoogroups.com )

RE: Test for loop back in 21262 - Sergio Garcia Castillo - May 18 13:40:11 2006

Could you please send the code you are using... it will be easier to check 
the problem,

Sergio
-----------------------------------------------------------------------------------------------
-------------------------
>From: a...@wipro.com
>Reply-To: a...@wipro.com
>To: a...@yahoogroups.com
>Subject: [adsp] Test for loop back in 21262
>Date: Thu, 18 May 2006 04:57:45 -0400
>
>hello all,
>
>can any one tell me how to do loop back programing and how to set hardware 
>for this in ADSP 21262.
>i tried to configure SPORT0 for tx. and SPORT 1 to rx. but i am geting 
>error saying: "core access to SPORT/LINK port is hung at PC:0x080286"
>
>Please tell me solution for this.
>
>Thanks
>Abhi



(You need to be a member of adsp -- send a blank email to adsp-subscribe@yahoogroups.com )