In moving to the "rev-2 51422 silicon, we find that the app_timer inevitably fails after minutes to several hours. Power requirement moves from about .002ma to 4.5ma then stays there. Prior silicon did not have this problem.
The same routine is called via the handler on every interval. As discovered, we removed ALL instructions in the handler routine - the event timer still fails.
No other instructions are contained in the main where the app_timer is called.
while (forever) app_evt_wait();
a. Is this a known problem? b. why is it not noted in the PAN c. is there a solid fix that will keep it from failing?
tks!