This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Thingy 52

Hello everyone,

Is it possible to add an external flash memory like this one here:
www.digikey.com/.../4211595
on nRF52?

Thank you in advance!

Parents
  • That flash memory mx25l25735f has single, dual and quad SPI interfaces. The nRF52 can certainly handle a single SPI bus, so it will be possible to connect the flash memory though it won't get the maximum data throughput with a single SPI. I don't know if the nRF52 can handle dual or quad SPI.

    The nRF52 can work with a supply voltage from 17V to 3.6V so the flash working at 3V can be accommodated.

    Looking at the thing 52 there are plenty of places to solder in, so that should be easy.

    That leaves you the task of wiring it in and writing the software to read/write the flash memory - it looks a capable device.

Reply
  • That flash memory mx25l25735f has single, dual and quad SPI interfaces. The nRF52 can certainly handle a single SPI bus, so it will be possible to connect the flash memory though it won't get the maximum data throughput with a single SPI. I don't know if the nRF52 can handle dual or quad SPI.

    The nRF52 can work with a supply voltage from 17V to 3.6V so the flash working at 3V can be accommodated.

    Looking at the thing 52 there are plenty of places to solder in, so that should be easy.

    That leaves you the task of wiring it in and writing the software to read/write the flash memory - it looks a capable device.

Children
Related