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

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

  

Post a new Thread

regarding Bf532 - madhav shanbhag - Sep 1 10:58:00 2003



Hi,
I am working on ADSP BF532 & i have 2 queries about
it
Q1:-
I would like to boot ADSP BF532 with 1M*8bit
flash. How can it be done.

Q2:-
What do pins ABE1-0 do with respect to
asyncronous memory bank.

Thanks & regards,
Madhav

__________________________________





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

Re: regarding Bf532 - Kenneth Porter - Sep 1 22:31:00 2003

--On Monday, September 01, 2003 3:58 AM -0700 madhav shanbhag
<> wrote:

> Q1:-
> I would like to boot ADSP BF532 with 1M*8bit
> flash. How can it be done.

Not sure, as I'm using the 535. If it's the same, configure it to boot from
8 bit memory and use the 8 bit loader supplied with VDSP.

> Q2:-
> What do pins ABE1-0 do with respect to
> asyncronous memory bank.

These are byte selects. They select which byte on a 16-bit bus (or which of
4 on 32 bit bus on 535) to write when writing bytes or words.






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

Re: regarding Bf532 - madhav shanbhag - Sep 2 4:02:00 2003


I will make the question more clearer
Q1: I would like to know how to interface ADSP BF532
with 1M*8bit Nor flash as i want it to boot through
this flash the problem is the external address lines
of 532 is ADDR 19-1 which comes out to be 512k*8bit.
--- Kenneth Porter <>
wrote:
> --On Monday, September 01, 2003 3:58 AM -0700 madhav
> shanbhag
> <> wrote:
>
> > Q1:-
> > I would like to boot ADSP BF532 with 1M*8bit
> > flash. How can it be done.
>
> Not sure, as I'm using the 535. If it's the same,
> configure it to boot from
> 8 bit memory and use the 8 bit loader supplied with
> VDSP.
>
> > Q2:-
> > What do pins ABE1-0 do with respect to
> > asyncronous memory bank.
>
> These are byte selects. They select which byte on a
> 16-bit bus (or which of
> 4 on 32 bit bus on 535) to write when writing bytes
> or words.
>
> _____________________________________
> /groups.php3

__________________________________




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

Re: regarding Bf532 - Kenneth Porter - Sep 2 4:52:00 2003

--On Monday, September 01, 2003 9:02 PM -0700 madhav shanbhag
<> wrote:

> Q1: I would like to know how to interface ADSP BF532
> with 1M*8bit Nor flash as i want it to boot through
> this flash the problem is the external address lines
> of 532 is ADDR 19-1 which comes out to be 512k*8bit.

You won't be able to use the upper 512k directly. I see two alternatives:
Tie the high address bit of the Flash to a jumper, making it possible to
select two boot images, or tie the high address bit to the output of an
external register, so that you can "bank select" the Flash once you've
booted. Or use a combination of the two, with some gates to mix the jumper
and the register output.

You could also feed two AMS signals to some gates to derive an A20 signal.
The chip select of the Flash would be the OR of the two AMS signals, and
A20 would be the lower-address AMS signal directly. (The AMS signals are
presumably just derived from internal high address bits, so you just need
to regenerate those bits, running the decoder backwards.)




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