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 Reply
  • Could you open the build/zephyr folder and upload the partitions.yml file thats located there?

    Lavanya_Manohar said:
    1. with nrf5340dk_nrf5340_cppapu, facing reset after the error

    The sample is looking for an external flash, AFAIK, which it cannot find since you've stated you don't have one, right?

    Lavanya_Manohar said:
    2.with nrf7002dk_nrf5340_cppapu, facing 

    This is again caused by the sample looking for an external flash. Did you make any modifications to it to ensure it does not use an external flash?

    I'll see if I can look closer into the sample tomorrow, but in the meanwhile please provide me with the partitioning file

    Kind regards,
    Andreas

Children
Related