EYE on NPI – ISSI’s serial and quad PSRAM chips #DigiKey @digiKey @issi_ww

Psst…this week’s EYE ON NPI is no secret, and despite having the word “Pseudo” in the name, it’s the Real Deal: This week it’s ISSI’s Serial and Quad PSRAM chips, an excellent addition to your next microcontroller board to quickly boost your RAM stack to megabyte proportions!

Microcontrollers have come a long way since 8-bit chips like the ATmega328.

What used to be a luxurious 32 KB of flash memory and 2 KB of SRAM is now nowhere-near-enough storage for handling the big computation requirements we’re trying to squeeze into embedded products. It used to be enough to handle some buttons, blink a few LEDs, maybe at best read a sensor and control a motor. Now we need internet connectivity, full graphics support, and machine learning algorithms running on large sensor data sets!

As we’ve seen, microcontrollers have evolved from 8-bit AVR to Cortex M0 to Cortex M4 and even M7 – or if you’re a fan of Espressif chips, Tensilica/RISC-V 240 MHz processors. But what you are paying for in a microcontroller is often related to the density and size of the die, and on many processors, the RAM and FLASH can start to take up a dominant amount of die real-estate. SRAM and Flash may also require larger nm ‘processes’ that are harder to book.

As a result, we’re seeing chips like the RP2040 that have on-chip SRAM but no longer have on-chip Flash memory. Instead, you’re expected to pick up a QSPI flash chip and wire it up to the 6-pin interface. By clever usage of on-chip instruction cache, you can get close to on-board FLASH speeds but with the flexibility and size of external memory: it’s hard to find a chip with more than 1 MB of internal FLASH but you can easily get 16 MB of external memory like the ISSI IS25WP128 for only a couple bucks!

OK now you’ve got plenty of space for your code, but what about RAM? That’s where you’ll be buffering graphics, storing data to process, or for IoT products, storing large packets of data that may need to be encrypted before sending/receiving. SRAM is also big and kinda expensive, so it’s no surprise that many advanced processors these days also support external RAM chips.

Now, most folks aware that microprocessors (as opposed to microcontrollers) have required external RAM for quite a long time – but often those used large DRAM chips with 8, 16 or 32-bit parallel interfaces like the IS42 series. These of course are not going to work when you only have 32-ish GPIO available.

That’s where 8-pin PSRAM chips come in – and we’re starting to see lots of ‘low pin count’ microcontrollers support these. For example the i.MX RT1062 used in the Teensy 4.1 supports PSRAM – check the SOIC-8 footprint on the bottom.

Likewise the ESP32 series has wide support for PSRAM, their modules come with 8-SOIC 2MB chips very often. The extra PSRAM comes in handy when doing large IoT projects where you have to buffer an entire image, or JSON structure. Especially over TLS connections that require a lot of RAM to process!

Note that while you could use the ISSI PSRAM chips with any processor, thanks to the generic SPI or QSPI interface, you really do want a chip to have ‘native’ PSRAM support so that the compiler and core will automatically map the PSRAM out so it is accessed transparently to your code. You’ll likely need to enable PSRAM support in your toolchain and of course wire it up to the supported QSPI interface pins. Also, sometimes you need to be careful about where some memory goes, like volatile or interrupt-accessed addresses. Sometimes you also have to tell the compiler what ID code or command-set to use, since things like enabling the QEN bit can vary from chip to chip.

With a universal pinout and speedy 100MHz clock rate, PSRAM is a fast and easy way to make your micro roomier. If you’re not sure which to pick, maybe start with the IS66WVS2M8BLL, a 2 MByte / 16 MBit 3.3V-logic SOIC-8 PSRAM chip. If you’re ready to add encyclopedic memory in your next design, you are in luck, because the ISSI Serial and Quad PSRAM chips are in stock right now for immediate shipment! Order today and you’ll get your chips in hand by tomorrow afternoon.

See the video below:


Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards

Join Adafruit on Mastodon

Adafruit is on Mastodon, join in! adafruit.com/mastodon

Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.

Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — NEW PRODUCT – Adafruit RP2350 22-pin FPC HSTX to DVI Adapter for HDMI Displays

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: Adafruit Grand Opening, Profile MicroPython Memory and More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi — Classic editor

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — Garden Lights, Bluetooth 6.0, and more!

Maker Business – Adafruit Daily — A look at Boeing’s supply chain and manufacturing process

Electronics – Adafruit Daily — When do I use X10?

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !



No Comments

No comments yet.

Sorry, the comment form is closed at this time.