Skip to content
MichaelMeissner edited this page Mar 21, 2020 · 35 revisions

Flash Memory

The Teensy audio shield contains 8 pads that you can solder a SOIC 8-pin flash memory chip to the shield.

You can also use a SOIC-8 pin to through hole pin header to bring out the flash memory, such as the Sparkfun BOB-13655.

Paul Stoffregen has said that the forthcoming Teensy 4.1 will have pads to solder 8 pin QSPI flash memory chips directly on the Teensy.

You would use the Serial Flash library to access this memory.

Flash memory chips that are known to work include:

Here is a post containing timing information on accessing flash memory vs. SD cards.

You can use Frank Boesing's Teensy Transfer to inspect, write to, read from flash memory:

Clone this wiki locally