rtos
RTOS: windows ce: can I perform all my calculations in kernel mode for a PID control loop?
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[详细]
2023-04-07 13:58 分类:问答How to program in Windows 7.0 to make it more deterministic?
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[详细]
2023-04-07 04:35 分类:问答Is it possible to add support of a custom RTOS's threads to GDB?
In the scenario of debugging a remote target running a custom RTOS, what would be necessary to add thread support to GDB?[详细]
2023-04-06 12:30 分类:问答What is an Operating System (with respect to embedded systems)? [closed]
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[详细]
2023-03-15 12:24 分类:问答Difference between OS scheduling and RTOS scheduling
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[详细]
2023-03-12 11:13 分类:问答There is RTSJ for Java - Is there something comparable for C#?
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[详细]
2023-02-27 03:59 分类:问答Embedded device drivers development notes [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-25 02:38 分类:问答Priority ceiling protocol in ERCOSek RTOS?
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[详细]
2023-02-25 01:13 分类:问答Problem with Array of Queues in FreeRTOS
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[详细]
2023-02-21 01:49 分类:问答Free RTOS for windows
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?[详细]
2023-02-07 14:19 分类:问答