Can you explain this in more detail ??
Last SDK info:
"Please do not call "os_delay_us" or "while" or "for" to occupy CPU more than 10 ms in timer callback."
Does it mean:
1. That the whole function can not be longer than 10 milliseconds?
2. while (counter--); this is wrong (I suppose that the function is uninterruptible) ?
...........and while (counter--) { func, (plece for interupt??) func etc} is also wrong ???
Most of the examples on the Web, eg. sample DS1820 uses the delay (even to 1 second ) , all in timer callback.
I noticed that it has a tremendous impact on the sending TCP (err -8 abort)Statistics: Posted by mariuszb — Wed Sep 02, 2015 5:04 pm
]]>