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

reg 2181 - Sendhil Kumar - Aug 28 10:48:00 2005



Dear friend,
I have started programing ADSP processor 2181 using VDSP3.5 (C coding)
recently, however I used to port the coding in assembly earlier. I'm
able to program for timer interrupt, IRQ2 interrupt etc. through
assembly but I could not able to do that using C coding. I just tried
for timer interrupt, but timer interrupt occured only once. Just send
me a sample C coding for 2181 using interrupts.

regards
Sendhil Kumar
India




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

Re: reg 2181 - Sendhil Kumar - Nov 4 10:53:00 2005

Dear Friends,
I have a problem in ADSP2181.

The board that i'm using is a one which is developed by us. I have a routine to send a character through UART, which i have called in a nested loop. The problem that i face is that the number of character that displayed is not same as that of my loop counter values. But this happens only for the first time &  from the next time onwards it is equal to the number of times that i expect.

cntr = 1;
do loop1 until ce;
cntr = 1;
do loop2 until ce;
nop;
call outchar;
loop2: nop;
loop1: nop;

outchar is a routine which transmits a character through IO port.
When i execute in the board, i got 10 characters for the first time but from 2nd time onwards it was 1 characters.

What might be the problem & Its soultions please.

Regrads,
Sendhil Kumar



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