8 years, 9 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 )

Question relating to:

Okay, there is a value limitation in millisec<65534 in rt_ms2tick(). Is this undocumented system limitation ?

posted by hiro . 25 Jul 2015
Be the first to answer this question.