In Windows CE, 开发者_StackOverflow社区can I do all my calucation for a PID(Proportional-Integral-Derivative) control loop in \"kernel mode\" and avoid using \"user mode\"? I will transfering data ove
My understanding is that Windows is non-deterministic and can be trouble when using it fordata acquisition.Using a 32bit bus, and dual core, is it possible to use inline asm to work with interrupts in
In the scenario of debugging a remote target running a custom RTOS, what would be necessary to add thread support to GDB?
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
Consider the function/process, void task_fun(void) { while(1) } If this process were to run on a normal PC OS, it would happily run forever. But on a mobile phone, it would surely crash the entire p
I read that there is a realtime specification for a virtual machine executing java bytecode in real-time (RTSJ 1.1 in JSR 282). This makes it possible to execute Java code in real-time even on embedde
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
can anyone please explain practical usage of stack based priority ceiling protocol in ERCOSek(Automotive standard RTOS) RTOS? This protocol concept is an alternative to semaphore used in other commerc
I am building a FreeRTOS application. I created a module which registers a freeRTOS queue handle from another module and when an interrupt in this module module occurs, it sends a message to all the r
Is there any free alternative to TenAsys Intime RTOS, that comes fully integrated with Visual Studio 2010? Or if they aren\'t, which of the RTOS tools would you recom开发者_如何学Cmend me?