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.
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 -
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.
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 ?
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
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
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
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
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
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