Sign in

username:

password:



Not a member?

Search motoroladsp



Search tips

Subscribe to motoroladsp



motoroladsp by Keywords

56303 | 563xx | 5680 | 56805 | 5680x | 56F80 | 56F800DEMO | 56F805 | 56f807 | 56F830 | ADC | Bootloader | Codec | CodeWarrior | CW5 | CW6 | Debugger | DSP56303 | DSP56303EVM | DSP563xx | DSP5680 | DSP56800 | DSP56807 | DSP56858 | DSP56858EVM | DSP56F803 | DSP56F805 | DSP56F807 | DSP56F80x | DSP56F826 | DSP56F827 | DSP56F8xx | EVM | FFT | Flash_over_jtag | GPIO | Interrupt | Interrupts | JTAG | LCD | Linker | MCF5307 | Metrowerks | Modulus | MSCAN | PCMaster | PWM | Quad | Rif | RTOS | SDK | SPI

Ads

Discussion Groups

Discussion Groups | Freescale DSPs | read from the file

Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).

  

Post a new Thread

read from the file - raghava unadi - Nov 12 8:47:00 2002



Dear all
i am new to the motorola dsp processor and code warrior IDE for
dsp56800e . please give the method to read elements from the file. i
used the method as same as c but it is going in to this function and
halted there. asm void archUnhandledInterruptISR (void)
{
/* No interrupt handler had been specified for the interrupt vector,
so the interrupt vector defaulted to this routine which is a wait
forever loop. */asm void archUnhandledInterruptISR (void)
{
/*
No interrupt handler had been specified for the interrupt vector,
so the interrupt vector defaulted to this routine which is
a wait forever loop.
*/
UnhandledInt:
debughlt
bra UnhandledInt
}

UnhandledInt:
debughlt
bra UnhandledInt
} advance thanks for any help.

Regards
raghava.





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

Re: read from the file - Jacob Christ - Nov 13 7:46:00 2002

I'm not sure what you have done, but I have had the same thing happen
to be by overwriting the ISR priority register in the config.c file.
This can happen easly if you not checking the bounds of an array that
is mapped in the linker next to this variable. This drove me nuts
for about three or four days, when I looked at the map file and saw
that the ISR register was next to my array I knew I had over shot
it's bounds (one-off-error).

Also, you might include a code snippet for us to look at.

Jacob
--- In motoroladsp@y..., raghava unadi <uvragha@p...> wrote:
> Dear all
> i am new to the motorola dsp processor and code warrior IDE for
> dsp56800e . please give the method to read elements from the file.
i
> used the method as same as c but it is going in to this function and
> halted there. > asm void archUnhandledInterruptISR (void)
> {
> /* No interrupt handler had been specified for the interrupt
vector,
> so the interrupt vector defaulted to this routine which is a wait
> forever loop. */asm void archUnhandledInterruptISR (void)
> {
> /*
> No interrupt handler had been specified for the
interrupt vector,
> so the interrupt vector defaulted to this routine
which is
> a wait forever loop.
> */
> UnhandledInt:
> debughlt
> bra UnhandledInt
> }
>
> UnhandledInt:
> debughlt
> bra UnhandledInt
> } > advance thanks for any help.
>
> Regards
> raghava.




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