<div dir="ltr">Hi Yaniv,<br><br>I'm not very familiar with Microblaze, but I'll try to help.<br><br>There are several possible reasons:<br><ul style><li style>SDRAM cannot run at a higher frequency than Microblaze. So you need to reduce the SDRAM Clock to 52 MHz or speed up Microblaze core to 104Mhz.<br>

</li><li style>Endianess. MicroBlaze is Big endian and SDRAM (IS61NLP25672) follow little Endian so need to assign Buses in inverted order. e.g:: address11 to address0 and adress10 to adress1 and so on ... also applying this for data, bank and DQM busses.<br>

</li><li style>Issue of latching edge. SDRAM datasheet says to latch data at positive edge.<br></li></ul><br>Regards,<br>Andrew Karpenkov<div class="gmail_extra">
<br><br><div class="gmail_quote">2013/5/10 Yaniv Shiber <span dir="ltr"><<a href="mailto:yanivshiber@gmail.com" target="_blank">yanivshiber@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><p style="margin:0in 0in 10pt"><font size="3"><font color="#000000"><font face="Calibri">Hi to All</font></font></font></p><font color="#000000" face="Times New Roman" size="3">

</font><p style="margin:0in 0in 10pt"><font size="3"><font color="#000000"><font face="Calibri">I am trying to implement Xilinx microblaze on the umtrx2
with EMC core that connect to the external SRAM. <span> </span>I configured the EMC to Synchronous mode and I
used the UCF that is published at the GITHUB. If I am trying to deluge the MCU without
the EMC the MCU seem running, but when I connect the EMC, the MCU stuck and I cannot
download the code through the JTAG. <span> </span><span> </span><span> </span></font></font></font></p><font color="#000000" face="Times New Roman" size="3">

</font><p style="margin:0in 0in 10pt"><font size="3"><font color="#000000"><font face="Calibri">Please advise how to connect the EMC core to the external
SRAM ?</font></font></font></p><p style="margin:0in 0in 10pt"><font size="3"><font color="#000000"><font face="Calibri"><font size="3">thanks in advance,</font></font></font></font></p><p style="margin:0in 0in 10pt"><font size="3"><font color="#000000"><font face="Calibri"><font size="3"><font size="3">Yaniv</font></font><br>


</font></font></font></p></div>
</blockquote></div><br></div></div>