public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Flash support for the 28F640J3A
@ 2001-09-13 10:38 Warren Jasper
  0 siblings, 0 replies; only message in thread
From: Warren Jasper @ 2001-09-13 10:38 UTC (permalink / raw)
  To: ecos-discuss

I am trying to add FLASH support for a StrongARM
SA1110 connected to (2) 28F640J3A Flash chips.  I have
been looking at the assabet_strataflash.inl file.

There are no 64Mbit or 8MB examples, but for
the 28F320J3A, there is the line:

#define CYGNUM_FLASH_BASE_MASK (0xFE000000u)

Question 1:
   For the 28F640J3A, should this line read:

#define CYGNUM_FLASH_BASE_MASK (0xFB000000u)

Question 2:
   Why is the line for 8 MB not:

#define CYGNUM_FLASH_BASE_MASK (0xFC000000u)
I don't follow why the 24th bit is set/masked here.

Warren

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-09-13 10:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-13 10:38 [ECOS] Flash support for the 28F640J3A Warren Jasper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).