rtos
What is Passing a parameter to stack in RTOS?
I\'m a newbie to RTOS, \'ve around few months of experience on System side(Application side) programming in C/C++. But entering into this embedded domain, I\'m stumbled by few questions.[详细]
2023-01-30 16:17 分类:问答read/write files from USB memory stick in uC-OS/II
I have a board with ARM processor and micrium RTOS on it. I need to read/write files from the USB memory stick. For example standard function, which renames file is next -[详细]
2023-01-30 06:17 分类:问答Android OS kernel related queries
I was looking to write some case study on Android\'s kernel. This would be a part of my curriculum in the Advanced Operating systems class.[详细]
2023-01-27 13:35 分类:问答How to install uCos on arm9 [ mini2440 ]
I\'m very new to embedded programming, and my first 开发者_如何学Pythonproject is installing uCos on mini2440 [arm9] . Are there any tutorials for beginner like me to install uCos on arm9 ?[详细]
2023-01-25 05:48 分类:问答Many-to-one gatekeeper task synchronization
I\'m working on a design that uses a gatekeeper task to access a shared resource. The basic design I have right now is a single queue that the gatekeeper task is receiving from and multiple tasks putt[详细]
2023-01-24 01:01 分类:问答What type of process control block for RTOS?
Im designing an RTOS which uses a priority based preemptive scheduler. What would the PCB contain? Ive only been able to come up with these items[详细]
2023-01-10 10:01 分类:问答Usage of spinlock and cli together
I recently downloaded linux source from http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.1.tar.bz2 . I came across the below paragraph in the file called spinlocks.txt in linux-2.6.34.1\\Docum[详细]
2023-01-07 14:08 分类:问答Micrium uC-OS/II on Dynamic C/Rabbit - might have task starvation
I\'m trying to get 2 tasks to run in my Dynamic C under Micrium uC-OS/II.One task is the http handler, the other reads from the serial port.开发者_Go百科The serial port task seems to inhibit the http[详细]
2023-01-06 21:08 分类:问答Handling many sources of interrupts
Consider that there are 开发者_如何学C100 plus ways of interrupts occuring from various sensors. There are chances that all can occur at the same time too. How can the software be designed to handle i[详细]
2023-01-04 17:18 分类:问答Processor can support/require an RTOS?
I have few queries related with going in for an RTOS for the different processors in hand. These ar开发者_如何学Ce generic questions. Maybe you can clarify with examples specific to any processor/rtos[详细]
2023-01-04 16:11 分类:问答
加载中,请稍侯......