Hello,
I'm trying to flash custom developed beacon based on nRF52811 and everytime i try to flash i'm always greeted with an error "Failed to write memory" i have attached a screenshot below
Hello,
I'm trying to flash custom developed beacon based on nRF52811 and everytime i try to flash i'm always greeted with an error "Failed to write memory" i have attached a screenshot below
Hi again Paul
How exactly is the board powered through the DK? What pins on the DK are you using to power it? The debug pins are not sufficient, but since it's working using nRFConnect I assume you're good in that regard.
A few things you can check on your side: How does the folder where your .emProject file is located look. If you have more than the .emProject, .emSession and flash_placement.xml file there it might corrupt the SES project, so you can try to "clean the build folder" by deleting any excess files. Another thing is that you can check the path to the SoftDevice your application is using (if any).
Best regards,
Simon
Hi again Paul
How exactly is the board powered through the DK? What pins on the DK are you using to power it? The debug pins are not sufficient, but since it's working using nRFConnect I assume you're good in that regard.
A few things you can check on your side: How does the folder where your .emProject file is located look. If you have more than the .emProject, .emSession and flash_placement.xml file there it might corrupt the SES project, so you can try to "clean the build folder" by deleting any excess files. Another thing is that you can check the path to the SoftDevice your application is using (if any).
Best regards,
Simon
Thanks simon for helping out,