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

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

  

Post a new Thread

_NHANDLER - mall...@yahoo.co.in - Sep 5 8:44:02 2007



Hi!

Iam new to  dsp processors .............

Iam seeing the code for video encoder in bf533ez-kit lite........
Actually i don't know the assembly language programming.........

They have given the example code in assembly langauge.........
r0.l = _NHANDLER;
r0.h = _NHANDLER;  	// NMI Handler (Int2)

i know it is event handling of nmi interrupt...but where the _NHANDLER is defined...... what is
the significance............
where i can find the information...........

Please help............

thanx in adwance........



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

RE: _NHANDLER - George Kadziolka - Sep 5 17:16:29 2007

 

Hi,

_NHANDLER looks like a label for the entry point to the NMI handler.  You
can try a 'Find in files' search in VDSP++ with _NHANDLER as the search
parameter.  This should give you a number of options to look at in the
output window.

Best regards,

George Kadziolka

Kaztek Systems

www.kaztek.com <http://www.kaztek.com/>

  _____  

From: a...@yahoogroups.com [mailto:a...@yahoogroups.com] On Behalf Of
m...@yahoo.co.in
Sent: Wednesday, September 05, 2007 8:06 AM
To: a...@yahoogroups.com
Subject: [adsp] _NHANDLER

Hi!

Iam new to dsp processors .............

Iam seeing the code for video encoder in bf533ez-kit lite........
Actually i don't know the assembly language programming.........

They have given the example code in assembly langauge.........

r0.l = _NHANDLER;
r0.h = _NHANDLER; // NMI Handler (Int2)

i know it is event handling of nmi interrupt...but where the _NHANDLER is
defined...... what is the significance............
where i can find the information...........

Please help............

thanx in adwance........



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