Is there any scope of enhancement of nRF5340 RAM size Or Can we add external RAM with nRF5340 ?
Is there any scope of enhancement of nRF5340 RAM size Or Can we add external RAM with nRF5340 ?
The main MCU has 512KB, wich is quite a lot for an embedded processor.
The only external memory interface is the QSPI one, but it has fixed command codes that only work with (some) QSPI flash chips. Also, you can only read from this memory interface.
The QSPI flash itself can be erased and written to, but that requires a more complex setup using DMA.
The main MCU has 512KB, wich is quite a lot for an embedded processor.
The only external memory interface is the QSPI one, but it has fixed command codes that only work with (some) QSPI flash chips. Also, you can only read from this memory interface.
The QSPI flash itself can be erased and written to, but that requires a more complex setup using DMA.