Using NRF52840 to run code, out of memory, how to use Norflash to expand memory
Using NRF52840 to run code, out of memory, how to use Norflash to expand memory
Hi
What Bill is saying is absolutely correct. You can check out the QSPI example on the Infocenter to see how you can use the QSPI peripheral as memory. The application initializes the peripheral and sends configuration commands to memory.
Best regards,
Simon
Hi
What Bill is saying is absolutely correct. You can check out the QSPI example on the Infocenter to see how you can use the QSPI peripheral as memory. The application initializes the peripheral and sends configuration commands to memory.
Best regards,
Simon
Thanks, the problem has been solved by referring to the QSPI example