• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Microcontrollers » Hercules™ Safety Microcontrollers » Hercules™ Safety Microcontrollers Forum » How to access TMS570LS31 HDK SDRAM?
Share
Hercules™ Safety Microcontrollers
  • Forum
  • E2E Wiki
Options
  • Subscribe via RSS

Forums

How to access TMS570LS31 HDK SDRAM?

This question is answered
Takashi TAKATORI
Posted by Takashi TAKATORI
on Apr 14 2012 16:05 PM
Prodigy30 points

Hi,

I got TMS570LS31x Hercules Development Kit, and want to use the external 8MB SDRAM.
But, it seems that I can't access SDRAM.
Is there any initialization step to use SDRAM?

I made TMDX570LS31HDK project by HALCoGen(2.09.001) and "Generate Code" default settings.
I added some callback funcs and build projects CCS(4.2.5.00005).

In main func, I added the following codes to check access to SDRAM.

  volatile int *p = (volatile int*)0x80000010;
  int  tmp0, tmp1, tmp2;
  void main(void)
  {
      tmp0 = *p;
      *p   = 1234;
      tmp1 = *p;
      *p   = 5678;
      tmp2 = *p;
  }

I watched tmp0,tmp1,tmp2 by debugger, but these values '0' (sometimes'-1409474866').

I checked HALCoGen settings.

 - Mpu setting Region 6 Configuration is
    checked 'Enable Mpu Region'
    Base Address : 0x80000000
    Size : 128_MB
    End Address : 0x87ffffff
    no check Disable Sub-Region 0 to 7
    Type : STRONGLYORDERD_SHAREABLE
    Permission : PRIV_RW_USER_RW_EXEC
 - No EMIF setting tab

What can I do to access SDRAM?
Please help me!

TMS570LS HALCoGen EMIF
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Jean-Marc Mifsud
    Posted by Jean-Marc Mifsud
    on Apr 16 2012 08:55 AM
    Verified Answer
    Verified by Takashi TAKATORI
    Expert8985 points

    Takashi,

    The SDRAM on the HDK is accessible via the EMIF Module.

    There is another thread on the forum with an example at the following link

    http://e2e.ti.com/support/microcontrollers/hercules/f/766/t/180728.aspx

    Please have a look and let me know.

    Regards,

    Jean-Marc

    Best regards,

    Jean-Marc

    Application Engineer


    If my reply answers your question please click on the green button "Verify Answer".

    heap HALCoGen EMIF SDRAM
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Takashi TAKATORI
    Posted by Takashi TAKATORI
    on Apr 17 2012 00:50 AM
    Prodigy30 points

    Jean-Marc,

    Thank you very much for your advice.

    I did following things and I can read/write CS0 space now.

     - updated HACCoGen(3.00.01), I found EMIF tab
     - set same parameters as sample code(7215.EMIF.zip)
     - select "PINMUX" tab and check EMIF box

    Regards,

    ttaka.

    P.S.

    I measured access time, EXT-SDRAM was 10 times slower than internal RAM.
    Is this a reasonable result?
    Should I change the EMIF parameters?

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • KGreb
    Posted by KGreb
    on Apr 17 2012 09:28 AM
    Expert5865 points

    Hello,

    The speeds you are seeing are within expected range of performance.  This device is not optimized for performance with external memory, but the internal SRAM performance is highly optimized.

    Regards,

    Karl

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Takashi TAKATORI
    Posted by Takashi TAKATORI
    on Apr 17 2012 18:12 PM
    Prodigy30 points

    Karl,

    Thank you for your reply.

    Hmm.
    The internal SRAM may be not enough for our planning equipment.
    We must tune up memory allocation.

    Regards,

    ttaka.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use