NordicPlayground / nRF51-ble-bcast-mesh

Other
324 stars 121 forks source link

Radio goes into zombie state #44

Closed trond-snekvik closed 8 years ago

trond-snekvik commented 9 years ago

Due to one instance of uninitialized memory and one blind event clearing, the radio may enter a zombie state for the rest of the ongoing timeslot. The zombie state will make the radio appear unresponsive for some limited time, before it resumes normal operation in the next timeslot.

A fix for this issue will be rolled into the next release, but to speed things up, we've made a hotfix, published in its own branch: hotfix-issue-44