This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NVM usage in nrf51422

I'm currently want to use the NVM with ble device, when I tried to send values from the mobile app to be stored to the NVM, it doesn't work, I guessed that the problem that it didn't recieve the data but it's not that , the problem appear when I use the nvm memory functions, I don't know the reason for that & how to overcome this problem.

Parents
  • still no code - just some sketchy 'I write values and it doesn't work'. Nobody can help you if you don't provide some reasonable details of exactly what you're doing and where it's failing.

    Are you in the error handler? I'm guessing since the connection breaks you may well be, which would mean you did get an error and APP_ERROR_CHECK() failed and called the error handler. Have you put a breakpoint in there?

    If you're not there, where are you? Hit break in the debugger, are you in the hardfault handler, some other fault handler?

Reply
  • still no code - just some sketchy 'I write values and it doesn't work'. Nobody can help you if you don't provide some reasonable details of exactly what you're doing and where it's failing.

    Are you in the error handler? I'm guessing since the connection breaks you may well be, which would mean you did get an error and APP_ERROR_CHECK() failed and called the error handler. Have you put a breakpoint in there?

    If you're not there, where are you? Hit break in the debugger, are you in the hardfault handler, some other fault handler?

Children
No Data
Related