Short version:
I have a MRF24J40MD on a PCB which could require resets every 20 seconds. Is it fine to reinitialize peripherals very often (trigger reset pin then registers initialization)? What could be long-term consequences?
Long version:
I'm using a MRF24J40MD (an IEEE802.15.4 2.4GHz radio module) on a PCB. Since a few months, we're getting radio communications issues. It only affects like 0.01% of our PCB on some specific sites. It never occurred before. Some affected sites were in use since years, some were just installed a few weeks ago. The hardware is the same.
Triggering the hardware RESET pin and then initializing the registers again works to fix the issue.
I've tried to modify the firmware to make it check some of the registers values of the radio module and if they are in their default state again, we perform the reset. Sadly, I've seen on an affected site that the radio module stops communicating but its registers are still correctly configured.
So I'm now thinking of resetting the radio module every 20 seconds without checking anything.
This is certainly EMC related issues but that's not something we could (re)produce in a lab environment during testing. My devices are used in a household environment.
What could be the long-term consequences on the radio module to proceed so? Does it wear out much quicker? It's like ~4320 reset a day. Or maybe a more clever fix?