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 | Unknown Exception Occured

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

  

Post a new Thread

Unknown Exception Occured - path...@yahoo.com - May 23 3:37:46 2007



Hi,
I am working on G.729 in BF535 EZ-KIT. I have written the assembly code for convolution
function. I enabled optimization in Project Option. If i run the code, i got Unknown exception
occured and code is exit.  If optimization is disabled, code working without error. Can anybody
tell me where is the problem.
Also i am running the code with default .ldf file. I am not familiar in writing ldf.  I am also
used example ldf which was given by ADI. If i run with example ldf file i got error. So if
anybody having ldf please send it to me.



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

Re: Unknown Exception Occured - Mike Rosing - May 23 9:08:54 2007

On Wed, 23 May 2007 p...@yahoo.com wrote:

> Hi,
> I am working on G.729 in BF535 EZ-KIT. I have written the assembly code
>for convolution function. I enabled optimization in Project Option. If i
>run the code, i got Unknown exception occured and code is exit.  If
>optimization is disabled, code working without error. Can anybody tell me
>where is the problem.

Usually that's an initialization problem.  Go thru your code and set all
variables to zero (or some constant) with explicit lines of code.  Most
likely it's an uninitialized pointer.

> Also i am running the code with default .ldf file. I am not familiar in
>writing ldf.  I am also used example ldf which was given by ADI. If i run
>with example ldf file i got error. So if anybody having ldf please send
>it to me.

Definitly read the manual on that.  It takes a little while, but it is
worth it in the long run.

Patience, persistence, truth,
Dr. mike



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

Re: Unknown Exception Occured - Chamira Perera - May 23 10:49:08 2007

As an initial step on getting familiar with .ldf files take a look at the ADI online
training modules located at:

http://www.analog.com/processors/blackfin/onlineTrainingModules.html

Particularly the  "Basics of Building a Blackfin® Application" module gives a nice
overview about .ldf files.

HTH,

Chamira Perera.

Mike Rosing <e...@eskimo.com> wrote:                                  On Wed, 23 May 2007
p...@yahoo.com wrote:
 
 > Hi,
 > I am working on G.729 in BF535 EZ-KIT. I have written the assembly code
 >for convolution function. I enabled optimization in Project Option. If i
 >run the code, i got Unknown exception occured and code is exit.  If
 >optimization is disabled, code working without error. Can anybody tell me
 >where is the problem.
 
 Usually that's an initialization problem.  Go thru your code and set all
 variables to zero (or some constant) with explicit lines of code.  Most
 likely it's an uninitialized pointer.
 
 > Also i am running the code with default .ldf file. I am not familiar in
 >writing ldf.  I am also used example ldf which was given by ADI. If i run
 >with example ldf file i got error. So if anybody having ldf please send
 >it to me.
 
 Definitly read the manual on that.  It takes a little while, but it is
 worth it in the long run.
 
 Patience, persistence, truth,
 Dr. mike

---------------------------------
You snooze, you lose. Get messages ASAP with AutoCheck
 in the all-new Yahoo! Mail Beta. 


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