Hi,
I have developed a application on nRF51822 that is detect eBeacon and read some information in Beacon and Scan reponse frames.
There is about 200 systems deployed.
I have 4 boards, that is reset periodicly after ~7 seconds ! Only 4 boards at this time, are this problem...
Whean I use debug:
softdevice_fault_handler() is called ... and the error handler call NVIC_SystemReset();
The softdevice_fault_handler() function is called with id=1, pc=0xf764, info=0...
I don't use timeslot.
What is the problem ? ... ?
Regards,
Gaétan
EDIT: In my projet I have configured scan_window = scan_interval = BLE_GAP_SCAN_WINDOW_MAX = 0x4000
Now I have changed this value to 2500 and now there no reset !
What is the max value for scan_interval and scan_windows ?
I have indentified that, if there are a lot of ebeacon or smartphone near the nrf51822, the Reset appear more frequently !
There is a maximum of bluetooth detection in a scan_windows ?
Softdevice S130 V2.001
Regards,