What would happen if you have an os_wait or os_wait2 call with an interval of X milliseconds, such as while {TRUE) { os_wait2(K_IVL, X); //do some stuff } and the "stuff" takes more than X ticks?
OK, but I don't think that's clear from the manual page: http://www.keil.com/support/man/docs/tr51/tr51_os_wait2.htm At the very least, it needs a hyperlink to this page, where the concept of the "interval" is defined: http://www.keil.com/support/man/docs/tr51/tr51_events.htm One problem with these online manuals is that there is no way to search just a single manual - it's all or nothing! :-(
Search in on-line manuals: http://www.keil.com/support/search.asp Click 2. Search in On-line Manuals. Reinhard
"http://www.keil.com/support/search.asp Click 2. Search in On-line Manuals." Yes, but my point is that this will always search all the manuals. The is no way to search just one specific manual, or even just one specific toolset.
Sorry, I did not saw this. Actually you can search product releated manuals, but not a specific manual. Is this really a serious problem? Reinhard
Thanks for the ideas, Andy. I've added a link to the Events page and added a little more description there of the effects of Interval in such a case. One problem with these online manuals is that there is no way to search just a single manual - it's all or nothing! This is already on the list of new features for the web site. Jon