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

Discussion Groups | Analog Devices DSPs | adsp2181 boot from PROM

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

  

Post a new Thread

adsp2181 boot from PROM - Steve Conner - Sep 26 8:57:00 2003



>how to make a adsp2181 assembly program bootable from
>PROM..

It looks like you're doing all the right things with the assembly and
linking. I used the same command line options as you on my last project
(except I used spl21 -i for Intel hex format)

*These are the exact commands I used
asm21 intvec -2181 -c
asm21 main -2181 -c
asm21 uart -2181 -c
asm21 codec -2181 -c
asm21 utility -2181 -c
asm21 command -2181 -c
asm21 selftest -2181 -c
ld21 -i linklist -a ezmon -e ezmon -g -x
spl21 ezmon ezmon -loader -2181 -i
*

Then I renamed the ezmon.bnm to ezmon.hex and loaded it into my prom burner.
The DSP booted first time :-0 So it might be something else..

Are you generating the same format of hex file that your prom burning
software expects? spl21 gives Intel hex with the -i option and Motorola
S-Records without.

Do you have the BMODE and MMAP pins on the 2181 tied to ground? BMODE must
be low to tell it to boot from ROM.

Is your PROM chip wired to the DSP correctly (no address and data lines
mixed up etc)

Steve Conner
Electronic Engineer
OptoSci Ltd.
http://www.optosci.com/





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

Re: adsp2181 boot from PROM - Al Clark - Sep 26 13:58:00 2003

There were also some bug fixes.

What are the dates of your tools files? Al Clark
Danville Signal Processing, Inc.
--------------------------------------------------------------------
Purveyors of Fine DSP Hardware and other Cool Stuff
Available at http://www.danvillesignal.com
At 03:57 AM 9/26/2003, Steve Conner wrote:
> >how to make a adsp2181 assembly program bootable from
> >PROM..
>
>It looks like you're doing all the right things with the assembly and
>linking. I used the same command line options as you on my last project
>(except I used spl21 -i for Intel hex format)
>
>*These are the exact commands I used
>asm21 intvec -2181 -c
>asm21 main -2181 -c
>asm21 uart -2181 -c
>asm21 codec -2181 -c
>asm21 utility -2181 -c
>asm21 command -2181 -c
>asm21 selftest -2181 -c
>ld21 -i linklist -a ezmon -e ezmon -g -x
>spl21 ezmon ezmon -loader -2181 -i
>*
>
>Then I renamed the ezmon.bnm to ezmon.hex and loaded it into my prom burner.
>The DSP booted first time :-0 So it might be something else..
>
>Are you generating the same format of hex file that your prom burning
>software expects? spl21 gives Intel hex with the -i option and Motorola
>S-Records without.
>
>Do you have the BMODE and MMAP pins on the 2181 tied to ground? BMODE must
>be low to tell it to boot from ROM.
>
>Is your PROM chip wired to the DSP correctly (no address and data lines
>mixed up etc)
>
>Steve Conner
>Electronic Engineer
>OptoSci Ltd.
>http://www.optosci.com/ >
>_____________________________________
>/groups.php3





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

Re: adsp2181 boot from PROM - gc rashmi - Sep 27 8:47:00 2003

hi...
the tools which i am usin are:
asm21.exe release 5.1 version 1.13 3/14/94
ld21.exe release 5.1 version 2.19 12/6/95
spl21.exe release 5.11 version 1.26 7/14/94

i do not have bld21.exe

plz send me the link where i can find new versions of
the tools to download..

TIA,
rashmi

--- Al Clark <> wrote:
> There were also some bug fixes.
>
> What are the dates of your tools files? > Al Clark
> Danville Signal Processing, Inc.
>
--------------------------------------------------------------------
> Purveyors of Fine DSP Hardware and other Cool Stuff
> Available at http://www.danvillesignal.com >
> At 03:57 AM 9/26/2003, Steve Conner wrote:
> > >how to make a adsp2181 assembly program bootable
> from
> > >PROM..
> >
> >It looks like you're doing all the right things
> with the assembly and
> >linking. I used the same command line options as
> you on my last project
> >(except I used spl21 -i for Intel hex format)
> >
> >*These are the exact commands I used
> >asm21 intvec -2181 -c
> >asm21 main -2181 -c
> >asm21 uart -2181 -c
> >asm21 codec -2181 -c
> >asm21 utility -2181 -c
> >asm21 command -2181 -c
> >asm21 selftest -2181 -c
> >ld21 -i linklist -a ezmon -e ezmon -g -x
> >spl21 ezmon ezmon -loader -2181 -i
> >*
> >
> >Then I renamed the ezmon.bnm to ezmon.hex and
> loaded it into my prom burner.
> >The DSP booted first time :-0 So it might be
> something else..
> >
> >Are you generating the same format of hex file that
> your prom burning
> >software expects? spl21 gives Intel hex with the -i
> option and Motorola
> >S-Records without.
> >
> >Do you have the BMODE and MMAP pins on the 2181
> tied to ground? BMODE must
> >be low to tell it to boot from ROM.
> >
> >Is your PROM chip wired to the DSP correctly (no
> address and data lines
> >mixed up etc)
> >
> >Steve Conner
> >Electronic Engineer
> >OptoSci Ltd.
> >http://www.optosci.com/
> >
> >
> >
> >_____________________________________
> >/groups.php3
> >
> >
> > _____________________________________
> /groups.php3

__________________________________




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