nrf5340 nvs flash read and write

In our custom board, check flash write and read using sample (C:\ncs\v2.6.1\zephyr\samples\subsys\nvs) but showing following response. the same build working fine in nrf7002 DK. 
Please provide step to resolve this?
Parents
  • Hi,

    Could you specify if you're using QSPI or SPI for external flash communication on the nrf5340? Is it a nRF5340DK or a custom board with a nRF5340SoC?

    The nRF7002DK uses SPI for external flash communication, while the nRF5340 defaults to QSPI. If you're using QSPI on your board as well, then you will have to modify the sample to use QSPI instead of SPI

    Kind regards,
    Andreas

  • Could you specify if you're using QSPI or SPI for external flash communication on the nrf5340? Is it a nRF5340DK or a custom board with a nRF5340SoC?

    It is our custom board which have nRF5340ScC with nRF7002 module.

    We are not connect any external flash. I want to access(write and read to particular address) in 5340 flash memory. For accessing internal nRF 5340 flash, Is there any modification need to do?

Reply
  • Could you specify if you're using QSPI or SPI for external flash communication on the nrf5340? Is it a nRF5340DK or a custom board with a nRF5340SoC?

    It is our custom board which have nRF5340ScC with nRF7002 module.

    We are not connect any external flash. I want to access(write and read to particular address) in 5340 flash memory. For accessing internal nRF 5340 flash, Is there any modification need to do?

Children
Related