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

error!!! Got an error of fatal error in peer manager in nRF52810.

Hello All,

Hello all,

I am working on BT832A in which nRF52810 is used and i used segger studio for programming in windows 7. I am refer nRF52 SDK 15.2.0. And i am load program through nRF52832 evolution board. connenction is as shown below. and also change in evolution board is disconnect  SB20 and SB21 as per shown in user manual of nRF52832 evolution board.                                                             

nRF52832  BT832A
VDD    VDD   
VTG(connected with VCC of nRF52832) -
SWDCLK SWDCLK
SWDIO SWDIO
GND DETECT (connected with GND of nRF52832 ) GND

Right now i lam loading this program : nRF5_SDK_15.2.0_9412b96_1->examples->ble_peripheral->ble_app_template->pca10040e->s112->ses and i am not changes in program

i am not use j-link connector. i am use segger studio. i am successfully load the program in BT832A. But when  build and debug program at that time i got an error as shown below. 

peer_manager_init() -> pm_init() -> pds_init() -> fds_init()

<error> peer_manager_pds: Could not initialize flash storage. fds_init() returned 0xB.
<error> peer_manager: pm_init failed because pds_init() returned NRF_ERROR_STORAGE_FULL.
<error> app: Fatal error

these are two ways which i used to solve my error : 

1) when i comment this line (peer_manager_init();)..i did not get any error and build and debug successfully.

2) First erase the flash and then start debugging and also i can do debugging successfully.

how can i solve the error without mention above  steps?

can i use peer manager in nRF52810 ? if yes,how ?

can you please briefly describe what is peer manager ?   

please resolve all these errors as soon as possible.

Thnaks & Regards

Urvisha Andani

Related