Skip to main content
Thiago Cavalcanti
Associate II
March 29, 2018
Question

Help with selection of external memory.

  • March 29, 2018
  • 1 reply
  • 1706 views
Posted on March 29, 2018 at 11:25

I am using DCMI peripheral to drive camera modules. At this point, I am able to obtain images with 320x240, 16 bits/pixel. I am working with a display connected via FSMC to the MCU and the display already provides enough memory space. But now I want to increase the image resolution to 1600x1200, 16 bits/pixel. For that, I think I'll need about 4 MiB available. Could anyone give me suggestions of memory module [type (SRAM, DRAM), brand, etc) that I could use? 

#external-memory #memory-space
    This topic has been closed for replies.

    1 reply

    waclawek.jan
    Super User
    March 29, 2018
    Posted on March 29, 2018 at 11:59

    Before deciding on this detail, think first about the possible consequences of increasing the resolution - thus required processing and shear data movement requirements - 25-fold.

    You may perhaps want to do more substantial architectural changes and move to more powerful platforms.

    JW

    Thiago Cavalcanti
    Associate II
    March 29, 2018
    Posted on March 29, 2018 at 14:14

    I am currently using an STM32F407VG. Isn't it enough to handle it?

    AvaTar
    Senior III
    March 29, 2018
    Posted on March 29, 2018 at 14:31

    That's yours to decide.

    As

    Waclawek.Jan

    meant: 1600*1200 / 320*240 =

    I hope you realized the implications.