This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: How program the Chip Slect on at91?


> From: Jaws
>
>     I'm trying to use an EB40A connected with an ethernet Chip CS8900A.
> To interfacing them I'm using EBI expansion Bus and I connected
> the CS8900A chip select to NCS1.
> I have to program this chip select to remap my device to the address
> 0xf0000300.
> How can I do this? What changes and where is the best place to insert this
> changes?

By the way, the chip selects can only be programmed to multiples of one
megabyte, e.g., 0xF0000000. If you don't mind your device mirrored
throughout a one megabyte range (i.e., 0xF0000000 to 0xF00FFFFF), then
you're all set. If you need finer granularity, to prevent it from responding
to other addresses in the range, your hardware has to decode the lower order
address lines directly.

--

Ciao,               Paul D. DeRocco
Paul                mailto:pderocco@ix.netcom.com


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]