Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).
|
>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/ |
|
|
|
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 |
|
|
|
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 __________________________________ |