This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

I am trying to program nrf51422 with softdevice but it gives me this error. what should I do? Should I change this memory allocation?

image description(/attachment/a19553b9bc11b942e3ae7f600ceedda2)

image description

image description

Parents
  • Did you merge the softdevice and application or did you program softdevice first and then application? If you did the last one, did the softdevice flash without errors? Are you sure the softdevice version is supported by the SDK version where you found the example (you can check this in the file documentation\release_notes.txt?

    You can also program the softdevice and application using nrfjprog:

    nrfjprog --family nrf51 --eraseall
    nrfjprog --family nrf51 --program "path/to/softdevice/hex/softdevice.hex"
    nrfjprog --family nrf51 --program "path/to/application/hex/application.hex"
    
Reply
  • Did you merge the softdevice and application or did you program softdevice first and then application? If you did the last one, did the softdevice flash without errors? Are you sure the softdevice version is supported by the SDK version where you found the example (you can check this in the file documentation\release_notes.txt?

    You can also program the softdevice and application using nrfjprog:

    nrfjprog --family nrf51 --eraseall
    nrfjprog --family nrf51 --program "path/to/softdevice/hex/softdevice.hex"
    nrfjprog --family nrf51 --program "path/to/application/hex/application.hex"
    
Children
No Data
Related