Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 4 months ago.
set_blocking() timeout time is not correct (Is there value limitation?)
I'm using mbed1768, after set_blocking(false, 1000*60*3); function receive() returns after only about 65sec. Is there any limitation ? ( 65535 ms max? but it seems that library using 32bit length reg. and variables )
Okay, there is a value limitation in millisec<65534 in rt_ms2tick(). Is this undocumented system limitation ?
posted by hiro . 25 Jul 2015