Reply by Jookie April 8, 20102010-04-08
Thank you Al, 

I got it working with your help and with the help of ADI e-mail support -
the memory is mapped to 4 regions per 2 MB now:
- 0x000000 - 0x1fffff
- 0x400000 - 0x5fffff
- 0x800000 - 0x9fffff
- 0xC00000 - 0xdfffff

Best regards,
 Jookie	   
					
---------------------------------------		
Posted through http://www.EmbeddedRelated.com
Reply by Al Clark April 8, 20102010-04-08
"Jookie" <joo@n_o_s_p_a_m.kie.sk> wrote in 
news:iN2dnadYtLJAqybWnZ2dnUVZ_oWdnZ2d@giganews.com:

>>We use the MT48LC4M16A2P-7E IT:G with a BF532. I would lay iy out for the > >>larger part. This gives you a universal footprint. > > Al, do you got it working all ok? Because I have the feeling from the > manuals that there might be some issues with it. > > My SDRAM setup looks like this: > *pEBIU_SDRRC = 0x00000816; > *pEBIU_SDBCTL = 0x00000001; > *pEBIU_SDGCTL = 0x00911149; > > Jookie > > --------------------------------------- > Posted through http://www.EmbeddedRelated.com >
Our settings for BF 532 with SCLK = 132MHz *pEBIU_AMBCTL1 = 0xFFFEFFFE; *pEBIU_AMBCTL0 = 0xFFFEFFC0; *pEBIU_AMGCTL = 0x00F3; *pEBIU_SDGCTL = 0x819199CD; *pEBIU_SDBCTL = 0x0005; //0x0013 for 256 Mb 0x0005 for 64 Mb *pEBIU_SDRRC = 0x008C3; Al Clark www.danvillesignal.com
Reply by Jookie April 6, 20102010-04-06
>We use the MT48LC4M16A2P-7E IT:G with a BF532. I would lay iy out for the
>larger part. This gives you a universal footprint.
Al, do you got it working all ok? Because I have the feeling from the manuals that there might be some issues with it. My SDRAM setup looks like this: *pEBIU_SDRRC = 0x00000816; *pEBIU_SDBCTL = 0x00000001; *pEBIU_SDGCTL = 0x00911149; Jookie --------------------------------------- Posted through http://www.EmbeddedRelated.com
Reply by Al Clark April 5, 20102010-04-05
"Jookie" <joo@n_o_s_p_a_m.kie.sk> wrote in news:dIGdneTct-
lLeSXWnZ2dnUVZ_rqdnZ2d@giganews.com:

>>Then you are out of luck. > > Well, not realy, I just need to replace it with a different one. I've took > a look and the MT48LC16M16 (32 MB) is pin compatible with my MT48LC4M16 (8 > MB), it has just one more address pin connected (will connect that missing > pin with wire), so it will be no bit deal :) > > --------------------------------------- > Posted through http://www.EmbeddedRelated.com >
We use the MT48LC4M16A2P-7E IT:G with a BF532. I would lay iy out for the larger part. This gives you a universal footprint. Al Clark www.danvillesignal.com
Reply by Jookie April 4, 20102010-04-04
>Then you are out of luck.
Well, not realy, I just need to replace it with a different one. I've took a look and the MT48LC16M16 (32 MB) is pin compatible with my MT48LC4M16 (8 MB), it has just one more address pin connected (will connect that missing pin with wire), so it will be no bit deal :) --------------------------------------- Posted through http://www.EmbeddedRelated.com
Reply by Vladimir Vassilevsky April 4, 20102010-04-04

Jookie wrote:

> Vladimir, > > I've checked the FM, and it made me go through the datasheet of MT48LC4M16 > again. I've found that the page size of that SDRAM is 256 B and the BF531 > supports page size 512 B or more,
Then you are out of luck. VLV
Reply by Jookie April 4, 20102010-04-04
Vladimir,

I've checked the FM, and it made me go through the datasheet of MT48LC4M16
again. I've found that the page size of that SDRAM is 256 B and the BF531
supports page size 512 B or more, so that might be one of those problems I
have (anyway, I got some data from that working). So now I'll wait for the
final word from Analog and see if they got any recommendations.

Jookie


>The answer is: RTFM >Namely EN-210 > >VLV
--------------------------------------- Posted through http://www.EmbeddedRelated.com
Reply by Al Clark April 2, 20102010-04-02
Vladimir Vassilevsky <nospam@nowhere.com> wrote in
news:l7ednQaiHK9LayjWnZ2dnUVZ_sydnZ2d@giganews.com: 

> > > Jookie wrote: > >> Hello, >> >> this is a question to guys with some experience with AD BlackFin BF531 >> (or BF533) - normally I would ask on blackfin.org, but it was shut down >> some time ago...
Blackfin.org is quiet but there is very active support for Blackfin on the ADI site. http://ez.analog.com/community/blackfin-processors?view=discussions&start=0 Al Clark www.danvillesignal.com
Reply by Vladimir Vassilevsky April 2, 20102010-04-02
The answer is: RTFM
Namely EN-210

VLV


Jookie wrote:

> Hello Vladimir, > > thank you for your answer. I'm still not sure if the SDRAM controler inside > the BF531 can do it, so I've wrote an e-mail do AD technical support - I > will see if I will get an answer and what it will be :) > > Best regards, > Jookie > > > >>I haven't use BF531 with this particular SDRAM; however 1M x 16 x 4 is >>standard configuration and there should be no problem. Bank size field >>in SDRAM controller only controls the allowed address range for access. >> >>Vladimir Vassilevsky >>DSP and Mixed Signal Design Consultant >>http://www.abvolt.com >> > > > --------------------------------------- > Posted through http://www.EmbeddedRelated.com
Reply by Jookie April 2, 20102010-04-02
  Hello Vladimir,

thank you for your answer. I'm still not sure if the SDRAM controler inside
the BF531 can do it, so I've wrote an e-mail do AD technical support - I
will see if I will get an answer and what it will be :)

  Best regards,
  Jookie


>I haven't use BF531 with this particular SDRAM; however 1M x 16 x 4 is >standard configuration and there should be no problem. Bank size field >in SDRAM controller only controls the allowed address range for access. > >Vladimir Vassilevsky >DSP and Mixed Signal Design Consultant >http://www.abvolt.com >
--------------------------------------- Posted through http://www.EmbeddedRelated.com