You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Is there an easy way to use spi_nor.c (SPI NOR flash driver) with spi_nrfx_spim.c (EasyDMA for SPI)? Doesn't look like it. It looks like spi_nor.c doesn't support the SPIM. Anyone tried to do this?
I'd like to improve the performance of receiving files from LWM2M and saving them in the Flash memory. Overlapping Flash writing, using DMA, with the download process seems like a good idea.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there an easy way to use
spi_nor.c
(SPI NOR flash driver) withspi_nrfx_spim.c
(EasyDMA for SPI)? Doesn't look like it. It looks likespi_nor.c
doesn't support the SPIM. Anyone tried to do this?I'd like to improve the performance of receiving files from LWM2M and saving them in the Flash memory. Overlapping Flash writing, using DMA, with the download process seems like a good idea.
Beta Was this translation helpful? Give feedback.
All reactions