as microprocessor is small chip on which programming is done to operate comp than why we need operating system?
What is difference between a microprocessor and operating system?
Collapse
X
-
Tags: None
-
In many small microcontroller systems there is no operating system as such. One writes code to control all the aspects of the device, e.g. scheduling events, handling IO interrupts, etc and downloads it into the program memory. Usually, the manufacturers of microcontroller s supply support librarys, e.g. APIs for USB, networking, ADCs, Canbus, etc.
Larger microcontroller s could well come with an operating system such as a real time UNIXComment
Comment