rtos
Communication between processor and high speed perihperal
Considering that a processor runs at 100 MHz and the data is coming to the processo开发者_StackOverflowr from an external device/peripheral at the rate of 1000 Mbit/s (8 Bits/Clockcycle @ 125 MHz), wh[详细]
2023-01-04 04:02 分类:问答Gang scheduling in RTOS over a multicore processor
I understand that Gang scheduling is a scheduling algorithm for parallel systems that schedules related threads o开发者_如何学运维r processes to run simultaneously on different processors.[详细]
2023-01-03 22:16 分类:问答Polling or Interrupt based method
When shoul开发者_StackOverflowd one use polling method and when should one use interrupt based method ?[详细]
2023-01-03 19:34 分类:问答Determining the load on a particular core in a multicore processor
In a multicore processor, 开发者_运维技巧there are ways to tell the particular application to run in either single core or 2 cores or 3 cores. Considering a scenario in which the application(having lo[详细]
2023-01-03 16:38 分类:问答Reduce resource usage of an Idle task
I find that in uC/OS-II RTOS开发者_运维百科, there is an idle task that gets executed when no other task is ready to run. If an idle task can consume resources, how can we reduce it ?Usually the idle[详细]
2023-01-03 02:14 分类:问答How to calculate a RTOS task's time
I have written a code in c for Arm7 using RTOS. There are multiple tasks who\'s priority is set to same level. So the tasks executes on round-robin base.[详细]
2023-01-01 21:49 分类:问答Design patterns commonly used for RTOS (VXworks)
Can anyone help me on design patterns commonly used for RTOS? In VXworks, which patter开发者_开发知识库n is more preferable?Can we ignore the second sentence in your question?It is meaningless, and pe[详细]
2022-12-30 05:01 分类:问答single common address space for all tasks
H开发者_Python百科ow to give single common address space for all tasks. IF its happening like this can we avoidvirtual to physical memory mapping.[详细]
2022-12-29 13:02 分类:问答Open source segmented interrupt architecture RTOS? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-28 22:34 分类:问答Are there any lightweight analogues to CORBA/RPC for embedded programs? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-27 09:41 分类:问答
加载中,请稍侯......