Hi:
i have some problem about using ble.
in my application has a loop:
1.use ble adv,and Wait for a while,
2.close ble adv ,and using base radio funciton.(do stop adv ,stop ble conn parameters,and close stack before using base radio)
3.base radio funciton,restart ble adv,then do step 1...
my problem is:when i do this about some times(three times or more), the project will get a fatal error,i using debug get info :
<error> app: ERROR 4 [NRF_ERROR_NO_MEM] at :0 PC at: 0x00000000 <error> app: End of error report
and i am using bond operation ,so every time when i restart ble ,i will exec pm_init(),may it is neccessary init every time? and what is mean PC at 0x00000000? i get nothing effect info from this error .
please advice ,thank you!