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

QUAD SPI External Memory Performance nRF52840

Hi There - I'm very new to electronic design and need help making a key design decision. Specifically I want to know that the performance will not be a problem when writing to external memory from a nRF52840 over Quad Spi. I don't want to end up making a school boy error whereby the memory bus or memory chip cannot accomodate the rate at which I want to write data - or maybe there is another practical reason I am unaware of.

Quite simply I want to poll a magnetic position encoder and an accellerometer at circa 200Hz over the regular spi bus and then write their values to the flash memory on the Quad spi bus for analysis later. This is essentially the data logger part of the application. Probably worth mentioning that we are doing some other data analysis on the data as the sensors are polled so some overhead there for the M4 processor - but an existing application uses an M0 processor at 16Mhz and does this analysis fine so we reckon that the M4 at 64Mhz should easily cope.

Really before proceeding I am looking for an indication that I am going to be able to write a timestamp and two sensor values to the external memory at 200Hz - possibly even higher - and it will just work as expected. 

Feedback gratefully received,

Alan

Parents Reply Children
Related