Hi,
I've updated my HRV Analysis app to allow much longer run times which in turn needs a larger buffer. I've managed to reorder some code and optimise it to avoid watchdog timeouts from the code executing too long except in one instance.
I am attempting to write out the interval data to the log file (has historically no issues when the buffer is shorter) but now have a watchdog timeout on the simulator. I've read somewhere that the VM is called when a function is accessed so I partition the writes into short "bursts" via a separate function called in a loop.
This doesn't work.
So my question is what system calls or operations will force the VM to reset the watchdog timer???
Thanks,
David