Error while testing spi_flash sample on nrf53 and nrf52840 DK

 Hi Team,

I am facing an issue while testing spi_flash sample while testing it on nrf5340 as well as nrf52840 DK. Attaching the code with the ticket. The sample throws below error.

sample_spi_flash_1.zip

Please have a look and let me know what's the issue with this sample as it's unable to detect the flash here.

Thanks

Parents
  • Hi,

    I built and ran your project on a nRF52840 DK, but was unable to reproduce the problem.

    Please try to program the hex file below which is from my build and see if you can get the same result on your nRF52840 DK. 

    HEX file

    6318.merged.hex

    nrfjprog --program merged.hex --chiperase --verify --reset

    If this does not work either, try to erase the external flash with nrfjprog:

    nrfjprog -f nrf52 --qspieraseall
    nrfjrog -r

    Best regards,

    Vidar

Reply
  • Hi,

    I built and ran your project on a nRF52840 DK, but was unable to reproduce the problem.

    Please try to program the hex file below which is from my build and see if you can get the same result on your nRF52840 DK. 

    HEX file

    6318.merged.hex

    nrfjprog --program merged.hex --chiperase --verify --reset

    If this does not work either, try to erase the external flash with nrfjprog:

    nrfjprog -f nrf52 --qspieraseall
    nrfjrog -r

    Best regards,

    Vidar

Children
Related