Re: Setting connection parameters

2016-08-30 Thread Christopher Collins
Hi Tim, Thanks for the report. I am curious why ble_gap_update_params() did not work with the Xperia. One thing I should mention is that the central is not obligated to update the connection when the peripheral asks it to. It should have responded to the request, though. On Tue, Aug 30, 2016

Re: hal watchdog

2016-08-30 Thread Mathew Calmer
On August 30, 2016 at 12:28:50 PM, will sanfilippo (wi...@runtime.io) wrote: Sounds reasonable. As I am sure you know, doing it through the sanity task sometimes is an issue getting the time right as you would then need to know the worst-case timing of all the tasks

Re: hal watchdog

2016-08-30 Thread Sterling Hughes
Hi, 2) When developers create the system and want a HW watchdog, what in the OS tickles the watchdog? Is that done by the sanity task or is it done by the OS in some other manner (os time tick, for example)? Or does the creator of the application need to provide for the tickle? This would

Re: hal watchdog

2016-08-30 Thread will sanfilippo
Sounds reasonable. As I am sure you know, doing it through the sanity task sometimes is an issue getting the time right as you would then need to know the worst-case timing of all the tasks that could be running… but any way you cut it, you have to put some time limit on that… in past lives I