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

Flash Storage problem nRF52

I'm having no success getting the FDS (Flash storage) to work on my nRF52 PCA10040 board with SD130 2.0.0 and SDK11. I am using the Nordic example on Github here: github.com/.../nRF52-fds-example

My system just resets in APP_ERROR_CHECK() when I try to write to Flash. I am attaching my source code, which as you can see is exactly the same as the Github example. Can you see where the problem is?

main.c

Related