On the DVEVM, the DM644x CS2 pin is connected to one of four places, based on the setting of the J4 jumper. If set to "FLASH" the CS2 (also sometimes called CE2) connects to the chip enable of the NOR flash. Set to "SRAM", it is an enanble for the SRAM. Set to "NAND", it is the chip enable signal for the NAND flash. Set to DC, it is routed to the daughtercard expansion. In all cases the memory map of the DM644x sees the CS2 space spanning 0x02000000 to 0x03FFFFFF. Only one device can be used at a time because the J4 jumper allows the CS2 to route to only one of the four locations at any given time. The unconnected chip enables are all pulled up high.
Hope this clarifies things. Daniel J. Allred Software Applications Catalog DSP / End Emerging Equipment -----Original Message----- From: Rudy Reinsch [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 5:16 AM To: Frank; Allred, Daniel; [email protected] Subject: RE: NAND and NOR Hello, You are also correct. You can't get a chip select active on both NAND and NOR at the same time. The point I was trying to make Is that if you were trying to program the NAND and J4 Was set to the wrong mode (i.e. NOR) the NOR flash may Get corrupted (in my case did get corrupted.) Thanks Rudy > -----Original Message----- > From: Frank [mailto:[EMAIL PROTECTED] > Sent: 02 October 2006 23:38 > To: Allred, Daniel; Rudy Reinsch; > [email protected] > Subject: RE: NAND and NOR > > I don't see how that can be. The jumper makes the devices > mutually exclusive so how you can you get a chip select on > both of them at the same time? > > --- "Allred, Daniel" <[EMAIL PROTECTED]> wrote: > > > This is correct. Both flash devices map to the CS2 address space > > (0x02000000 -> 0x04000000). J4 determines what device > actually gets > > used (i.e. is enabled) > > > > > > > > Daniel J. Allred > > > > Software Applications > > > > Catalog DSP / End Emerging Equipment > > > > ________________________________ > > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > > On > > Behalf Of Rudy Reinsch > > Sent: Monday, October 02, 2006 7:31 AM > > To: [email protected] > > Subject: NAND and NOR > > > > > > > > Hello > > > > > > > > When I was experimenting with NAND programming I managed to corrupt > > > > the NOR. I think both NAND and NOR use addresses 0x02000000... > > > > and if J4 was not set correctly for the mode you were using, > > corruption may occur. > > > > > > > > Regards > > > > Rudy > > > > > > > > > > > > > _______________________________________________ > > Davinci-linux-open-source mailing list > > [email protected] > > > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection > around http://mail.yahoo.com > _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
