Reading and writing sensor data to external flash on nrf5340-dk

Hello,

I want to use external flash. I did some research on the subject. I am using SDK 2.6.1. I have a few questions.

1- Does the spi_flash example I examined work on external flash?

2- 2 core updates are actively used in the system. I need as much space as possible for data. I know there is 64MB space for external flash. But I don't know how the partition should be divided?

3-Is it the internal flash that appears as Flash0? I could not find a partition structure for the external flash in this example.

Is there an example where I can write data to external flash using Qspi?

Could you support me on the subject

Parents
  • Hello,

    1- Does the spi_flash example I examined work on external flash?

    Yes, that is my understanding. Though note that it is not a sample made directly by nordic, so it might not work immediately with our devices right out of the box.

    2- 2 core updates are actively used in the system. I need as much space as possible for data. I know there is 64MB space for external flash. But I don't know how the partition should be divided?

    Are you saying that you are planning on doing a DFU in order to upgrade both cores of the 5340, and save the new image in external flash?

    Regards,

    Elfving

Reply
  • Hello,

    1- Does the spi_flash example I examined work on external flash?

    Yes, that is my understanding. Though note that it is not a sample made directly by nordic, so it might not work immediately with our devices right out of the box.

    2- 2 core updates are actively used in the system. I need as much space as possible for data. I know there is 64MB space for external flash. But I don't know how the partition should be divided?

    Are you saying that you are planning on doing a DFU in order to upgrade both cores of the 5340, and save the new image in external flash?

    Regards,

    Elfving

Children
No Data
Related