Sign in

username or email:

password:



Not a member?
Forgot your password?

Search c6x



Search tips

Subscribe to c6x



Ads

Discussion Groups

See Also

Embedded SystemsFPGA

Discussion Groups | TMS320C6x | could not locate:..\debug\intr_.asm

EVM6201, when my host program invoked evm6x_hpi_generate_int() to send HPI interrupt to DSP, in the DSP program the HPI interrup service function could not be triggered, but I could saw the DSPINT bit was set to 1...

  

Post a new Thread



Is this thread worth a thumbs up?

0

could not locate:..\debug\intr_.asm - Heng Jiang - Oct 8 2:29:00 2003

EVM6201, when my host program invoked evm6x_hpi_generate_int()
to send HPI interrupt to DSP, in the DSP program the HPI interrup service
function could not be triggered, but I could saw the DSPINT bit was set to 1. At
the same time ,the CCS told me
"Code Comoser could not locate:
F:\PCIEnc2\Debug\intr_.asm
Would you like to browse for it?"
Why? How could my HPI ISR be triggered?

My DSP program used DSP/BIOS. I suspeck the problem is because of
DSP/BIOS.




______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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

Re: could not locate:..\debug\intr_.asm - Jeff Brower - Oct 8 14:06:00 2003

Heng Jiang-

> EVM6201, when my host program invoked evm6x_hpi_generate_int()
> to send HPI interrupt to DSP, in the DSP program the HPI interrup service
> function could not be triggered, but I could saw the DSPINT bit was set to 1.
At the same time ,the CCS told me
> "Code Comoser could not locate:
> F:\PCIEnc2\Debug\intr_.asm
> Would you like to browse for it?"
> Why? How could my HPI ISR be triggered?

Who's file is intr_.asm? Yours? Or a default system file? If yours, then
everything is fine. If not, then it sounds to me like your DSPINT vector is
pointing
at code located in some other file or a default system file.

-Jeff



______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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