element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Benefits of Membership
    • Achievement Levels
    • Members Area
    • Personal Blogs
    • Feedback and Support
    • What's New on element14
  • Learn
    Learn
    • Learning Center
    • eBooks
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • Product Groups
  • Store
    Store
    • Visit Your Store
    • Choose Another Store
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
Tech Connection
  • Learn
  • Learning Center
  • Tech Connection
  • More
  • Cancel
Tech Connection
Documents Tips for Selecting Memory Storage in FPGA Applications
  • Blog
  • Forum
  • Documents
  • Events
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Tech Connection requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: rscasny
  • Date Created: 13 Jul 2021 4:49 PM Date Created
  • Last Updated Last Updated: 11 Oct 2021 2:04 PM
  • Views 2130 views
  • Likes 2 likes
  • Comments 1 comment
Related
Recommended

Tips for Selecting Memory Storage in FPGA Applications

image

Tech Spotlight Summer of FPGAs:

Main Agenda | Delkin Devices | Tech Connection | FPGA Group | Related Poll | Participate in the Discussion


 

sponsored by

  delkin logo

Introduction

A Field Programmable Gate Array (FPGA) is a programmable integrated circuit that works similarly to any digital circuit serving thousands of gates. An FPGA is made of logic blocks armed with a user-programmable switch matrix, and this arrangement allows it to accommodate design changes.  Unlike its predecessors, programmable read-only memories (PROMs) and programmable logic devices (PLDs), an FPGA uses a re-programmable and efficient medium like Flash memory or static RAM (SRAM) to store its configuration information. Flash and SRAM are often added to boost the performance of FPGA-fitted embedded systems, utilizing this memory for a variety of tasks, such as storing software code or caches and databases that ultimately aid in hardware acceleration. This article will discuss the different types of memory used in FPGA-based applications, their advantages and disadvantages, memory issues, and embedded Flash memory design.

 

Types of Memory in FPGAs

The memory requirements in FPGA systems depend on the type of application. Embedded systems can accommodate the following types of memories:

 

  • Volatile Memory: Volatile memories like RAM (SRAM), FPGA on-chip memory, and synchronous static RAM (SSRAM) can only preserve their contents as long as the memory device is connected to a power supply.
  • Non-Volatile Memory: Non-volatile memories preserve their contents even after power is disconnected, making these excellent choices for information storage. Non-volatile memory typically stores processor boot-code, FPGA configuration data, and persistent application settings.  Compared to volatile memory, it is slower to write. It includes all kinds of Flash, EEPROM, and EPROM. The following sections discuss specific types of memory used in embedded systems.
  • External SRAM: External SRAM (static RAM) connects externally to its FPGA. The inclusion of SRAM memories in designs introduces both advantages and drawbacks. External SRAM devices offer larger storage capacities, while also providing speed. These provide high throughput and extremely low latency. External SRAM is also better able to match the size of the RAM to system requirements and provides an easier upgrade path to higher density RAM or FPGAs. When it comes to disadvantages, SRAM devices occupy a larger board space and are comparatively more expensive.
  • Flash Memory: Flash memory is a variety of non-volatile memory. This low-power, highly reliable, and inexpensive hard drive substitute is external in FPGA-based embedded systems. It allows numerous erase cycles. The Flash memory's non-volatility enables it to store microprocessor boot code and any data that must be well-maintained in the event of a power failure. Contemporary embedded systems extensively use Flash memory for boot code storage, settings, and huge data blocks like video or audio streams. One possible disadvantage of flash, as compared to other storage technologies, is its write speed in certain applications.

 

Understanding Embedded Flash Memory Design

Flash memory is also called a Solid-state Storage Device due to its lack of moving parts.  Memory cells are arranged to store data. Memory cells consist of flash transistors, which can be configured to an ON or OFF state. Compared to a standard MOSFET transistor, flash transistors include a second gate, called a “floating gate”. In an ON state, electrons are trapped on the floating gate and remain, even when the device is powered off. In the OFF states, there are no electrons on the floating gate. This is the method in which data is stored. Figure 1 illustrates the structure of FGMOS (Floating Gate MOSFET) that involves the electrical isolation of a standard MOS transistor gate to make it a floating gate (zero resistive connections). A secondary gate (multiple if there are any multiple-gate transistors) is designated as the control gate, and is deposited above the floating gate and electrically isolated from the same using any insulator, such as Si02.

image

Figure 1: The structure of a FGMOS, which is a typical MOSFET with the floating gate added

 

Memory Storage

Shop our wide variety of storage devices, including industrial microSD and SD cards, and Industrial CF Fast cards.

Shop Now

There are two types of flash memory: NOR and NAND, named for their different architecture. With NOR design, the memory cells are connected in parallel, while NAND design uses an array of memory cells connected in series. NOR flash memory reads data slightly quicker than NAND. It provides data buses and complete addresses to access its memory locations randomly. NAND Flash enjoys considerably increased storage densities and occupies a lesser chip area per cell, and can be sourced at a reduced cost relative to NOR. SLC NAND sees endurance of 50k-100k program/erase (P/E) cycles, while higher capacity, MLC and 3D TLC architectures range 3k-5k P/E cycles. The application usage model and operational environment must always be taken into account when predicting life cycle/endurance of any Flash storage solution. NAND is also a better storage media fit for large files like audio and video. SD cards, microSD cards, CFast cards, CFexpress cards and USB thumb drives, belong to the NAND category and are removable form factors. NAND lacks a random-access external address bus, which means that the data must be read on a block-wise basis.

 

Selecting Memory Cards for Specific Applications

The popularity of SD cards stems from their multiple advantages like low power, ease of integration, compact physical size, and reasonable data rates. However, the correct card must be selected for the application and its user (a maker or an OEM). Retail cards work fine for most applications, but a sudden change in the firmware or controllers may create problems for the OEM.

 

Industrial-grade cards have thus been developed, and are distinct from retail cards and strictly comply with all Secure Digital Association specifications. Another vital divergence between industrial-grade and retail-grade cards is the reliability and endurance of the base Flash technology. All FPGA-dependent applications like image and speech processing must be low-cost. Flash comes in three main grades: SLC (single-level cell), TLC (Triple-level cell), and MLC (multi-level cell). SLC is preferred in industrial applications that need low density (approximately 16GB maximum), but it requires mission-critical data to be stored in demanding environments. MLC comes into the picture if the requirements comprise higher densities but less critical data within industrial temperatures. TLC is generally used for consumer applications with dispensable endurance and factors permitting extreme high-density mass storage.

 

Most FPGA-based embedded systems encounter multiple issues concerning memory in newer models of video and audio consumer electronic devices. Real-time applications suffer from longer overall response times, due to a combination of delayed data processing speeds, storage accretion, and an undesirable increase in retrieval and communication times. Errors may crop up when the data is being read from (and writing the same in) memory. In order to prevent memory issues, modern SD cards incorporate features such as an on-card intelligent controller for interface protocol management, security algorithms, defect handling and diagnostics, clock control, data storage, retrieval, error handling, corresponding error correction code (ECC) algorithms, and power management.

 

Delkin's Memory Product Series

Delkin offers a range of memory products, from commercial to industrial-grade, including industrial microSD cards, secure digital memory cards, and CFast devices. These are high-endurance NAND Flash storage solutions for industrial applications, with SD and microSD utilizing the SD interface, while CFast utilizes the SATA interface, providing multiple interface options for flexibility in design. All of these cards feature a controlled Bill of Materials (BOM), Life Cycle Management, applications support, and they also adhere to the specifications set forth by the Secure Digital Association. Key characteristics such as small size, low power consumption, high reliability, and simplicity of integration also make the form factor suitable for many industrial applications with limited real estate storage.

 

Industrial microSD Memory Cards

Industrial microSD Memory Cards include industrial-grade high endurance SLC NAND Flash solutions in the U331C Series, as well as cost-effective MLC/Industrial 3D NAND Flash versions in the Utility and Utility+ Series. Delkin also offers the COEM Series of microSD cards, which are a cost-optimized product family ideal for OEM applications needing economical, durable, and reliable 3D NAND Flash storage.

 

delkin devices utility +

Figure 2: Industrial Utility+ microSD Memory CardIndustrial Utility+ microSD Memory Card (Image Source: Delkin Devices)

 

Industrial SD Memory Cards

Delkin Industrial SD Memory Cards include industrial-grade, high endurance SLC NAND Flash SD card solutions in the D330 Series, as well as cost-effective MLC/Industrial 3D NAND Flash versions in the Utility and Utility+ Series.

delkin devices D300 Series SD card

Figure 3: Industrial D300 Series SD Memory CardsIndustrial D300 Series SD Memory Cards (Image Source: Delkin Devices)

 

Industrial CFast

For embedded platforms that have used Compact Flash as a boot drive or other storage medium, and now face a migration from PATA to SATA due to a processor change, the Delkin F300 Series Industrial CFast is a logical choice for new designs. Industrial CFast has all of the mechanical advantages of CF – small, rugged, cased, easily customizable – with the added benefits of the SATA interface.  Delkin offers industrial temperature CFast capacities in SLC to provide the best solution for a given application, whether write-intensive requiring high endurance, or cost-sensitive.

delkin devices cfast

Figure 4: Industrial CFastIndustrial CFast (Image Source: Delkin Devices)

For Further Discussion: What Else Would You Like To Know About Memory Storage? (Please leave a comment)

  • summer_of_fpgas
  • memory_storage_fpga
  • tech spotlight
  • memory storage for fpga applications
  • fpga_applications
  • delkin_devices
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • embedded_guy
    embedded_guy over 1 year ago +1
    A vey nice tutorial. It is comprehensive guide to memory devices and how memory works. I would like to know that how processor interface with onboard memory and external memory. i.e. Which are the communication…
  • embedded_guy
    embedded_guy over 1 year ago

    A vey nice tutorial. It is comprehensive guide to memory devices and how memory works. I would like to know that how processor interface with onboard memory and external memory.

    i.e. Which are the communication bus standards normally used?

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2023 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • Facebook
  • Twitter
  • linkedin
  • YouTube