64-bit Data Flash Access Problem [MPC8245]

2003-09-24 Thread Augustine Nebu Philips
Hi I have a set of 8 1GB data flash chips (Samsung) on an MPC8245 Ref. Board. These are on a 64-bit bus-mode. ---DBUS_SIZ[0-1]:DBUS_SIZ[2] = 110b --- All 8 chips are selected by a single chip select (RCS1). Trying a 32-bit read from the Data Address Location after giving the Command

64-bit Data Flash Access Problem [MPC8245]

2003-09-24 Thread Steven Blakeslee
Are you sure you are not using software floating points? -Original Message- From: Augustine Nebu Philips [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 1:05 PM To: linuxppc-embedded at lists.linuxppc.org Subject: 64-bit Data Flash Access Problem [MPC8245] Hi I have

64-bit Data Flash Access Problem [MPC8245]

2003-09-24 Thread Augustine Nebu Philips
and Regards Nebu - Original Message - DATE: Wed, 24 Sep 2003 13:31:50 From: Steven Blakeslee [EMAIL PROTECTED] Are you sure you are not using software floating points? Subject: 64-bit Data Flash Access Problem [MPC8245] Hi I have a set of 8 1GB data flash chips (Samsung

64-bit Data Flash Access Problem [MPC8245]

2003-09-24 Thread Jerry Van Baren
32 bit reads should be easy: reading 32 bits should cause a 64 (full width) read since you only have one chip select and the processor will ignore the 32 bits it doesn't want. I'm confused when you say you have only one chip select but then say only 4 chips respond when you do a 32 bit read.

64-bit Data Flash Access Problem [MPC8245]

2003-09-24 Thread Steven Blakeslee
Philips [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 1:35 PM To: linuxppc-embedded at lists.linuxppc.org Subject: RE: 64-bit Data Flash Access Problem [MPC8245] Steve, I tried to use fp assembly instructions (like lfd). But my assembler has problems and doesnt let me generate my

64-bit Data Flash Access Problem [MPC8245]

2003-09-24 Thread Milliorn Gary-rxcr80
-Original Message- From: Augustine Nebu Philips [mailto:nebuphilips at eudoramail.com] ... I have a set of 8 1GB data flash chips (Samsung) on an MPC8245 Ref. Board. These are on a 64-bit bus-mode. ---DBUS_SIZ[0-1]:DBUS_SIZ[2] = 110b --- All 8 chips are selected by a

64-bit Data Flash Access Problem [MPC8245]

2003-09-24 Thread Dan Malek
Augustine Nebu Philips wrote: I am not very clear as to: (a) How do we perform writes to send out data out on all 64-bits of the bus..? (b) How would we ideally access 64-bit data through 32-bit reads..? (c) Or must we *have* 64- bit read/write instructions..? This has been