Skip to main content
manuel239955_stm1_st
Associate II
November 7, 2015
Question

STM32F7 discovery SDRAM

  • November 7, 2015
  • 3 replies
  • 703 views
Posted on November 07, 2015 at 15:11

Hello,

Why only 64Mbit are accessible on the board ?

Why the board was not designed with 16bit-wide SDRAM ?
    This topic has been closed for replies.

    3 replies

    Tesla DeLorean
    Guru
    November 7, 2015
    Posted on November 07, 2015 at 15:45

    Price and availability?

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Torsten Jaekel
    Associate III
    December 8, 2015
    Posted on December 08, 2015 at 01:52

    Pls., see schematics (and Discovery manual): a 32bit Micron SDRAM, where the upper 16 Data Lines are not connected. Therefore just half the size available.

    Otherwise, we would not have enough IO Pins available, Arduino header would not be there. (not a question of costs, more which GPIO do you want to have left for the user)

    Tesla DeLorean
    Guru
    December 8, 2015
    Posted on December 08, 2015 at 05:30

    The question had two main points a) why's half the bus missing, b) why not use a 16-bit device with the full capacity.

    And my point was that it was still probably more cost effective to throw away half the bits in the 32-bit device, than find/source/sustain a 16-bit wide one.

    The STM32 are heavily pin constrained, especially with SDRAM+LCD, and this sure beats the hack of using an I2C expander like the EVAL boards.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..