Sign in

username:

password:



Not a member?

Search c54x



Search tips

Subscribe to c54x



c54x by Keywords

5409 | 5416 | AD5 | ADC | BIOS | Boot | Booting | Bootloader | C540 | C5402 | C5409 | C5416 | CCS | Codec | DMA | Dmad | DSK | DSKPlus | Dsplib | EVM | FFT | FIR | Flash | GPIO | HPI | Initialization | Interrupt | JTAG | LOG_printf | MCBSP | RFFT | RTDX | Sampling | STLM | UART | VC540


Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | TMS320C54x | Symbol Problems

Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).

  

Post a new Thread

Symbol Problems - Rafael Bressan - Mar 20 18:30:00 2000

I've done a simple program in order to run it in a DSKPlus board, but I've encoutered problems in my assembly. I am using the trint interruption to branch the program to a label called receive which is defined in the main program. The dskplasm is acusing that this symbol is not defined, but I've already seen a program which performs the same declaration and run perfect. What's going on ?
 
Thanks to All, Rafael Bressan. 







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

Re: Symbol Problems - S.Satheesh - Mar 21 3:02:00 2000

Hello Rafael,
When you use the label receive in the trint interrupt service routine
(ISR), use the .ref directive in the beginning of the ISR. This might
solve the problem.

With Regards,
SATHEESH.S

************************************************
SATHEESH .S,
RESEARCH ENGINEER,
SWITCHING DIVISION,
CENTRE FOR DEVELOPMENT OF TELEMATICS,
71/1 MILLER ROAD,
BANGALORE - 560052.
PH : +91 80 2282915
FAX: +91 80 2263256

************************************************* On Mon, 20 Mar 2000, Rafael Bressan wrote:

> I've done a simple program in order to run it in a DSKPlus board, but I've
encoutered problems in my assembly. I am using the trint interruption to branch
the program to a label called receive which is defined in the main program. The
dskplasm is acusing that this symbol is not defined, but I've already seen a
program which performs the same declaration and run perfect. What's going on ?
>
> Thanks to All, Rafael Bressan. > ------------------------------------------------------------------------
> To Join: Send an email to
> To Post: Send an email to
> To Leave: Send an email to
> Archives: http://www.egroups.com/group/c54x
> Other Groups: http://www.dsprelated.com
>
> ------------------------------------------------------------------------
> Group buying power teams you with others to save more. Get the
> lowest prices on all the latest Palms and accessories when you
> buy through Accompany, the Web's leading destination for great
> deals on group buys.
> http://click.egroups.com/1/2512/0/_/16164/_/953577289/
>
> -- 20 megs of disk space in your group's Document Vault
> -- http://www.egroups.com/docvault/c54x/?m=1







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