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

Question on QSPI(NAND) & SPI

I was in the process of integrating a NAND flash to my project. - MX35LFxGE4AB

Initially, I thought it would be good idea to use QSPI, but it seems to only support NOR flash.

Also, in the nrf52840 datasheet(http://infocenter.nordicsemi.com/pdf/nRF52840_OPS_v0.5.pdf), there is no current consumption for QSPI and SPI for higher freq.

Here are my questions.

1. Is there a way to use QSPI module for NAND.

2. What is the current consumption for QSPI?

3. What is the current consumption for 32 Mbps SPI?

4. How would you calculate the current consumption for SPI/QSPI if you know the data requirement.

Would it be (Bits/Sec) / (SPI Frequency) * (Run current) - ex(   (5000 bits/sec) / (8Mbps) * (50uA) )

Related