Embedded Systems and Information Appliances
#1

Definition
Embedded system is a combination of computer hardware, software and, perhaps, additional mechanical parts, designed to perform a specific function.

Embedded systems are usually programmed in high level language that is compiled (and/or assembled) into an executable ("machine") code. These are loaded into Read Only Memory (ROM) and called "firmware", "microcode" or a "microkernel". The microprocessor is 8-bit or 16-bit.The bit size refers to the amount of memory accessed by the processor. There is usually no operating system and perhaps 0.5k of RAM. The functions implemented normally have no priorities. As the need for features increases and/or as the need to establish priorities arises, it becomes more important to have some sort of decision making mechanism be part of the embedded system. The most advanced systems actually have a tiny, streamlined OS running the show, executing on a 32-bit or 64-bit processor. This is called RTOS.



Embedded Hardware
All embedded system has a microprocessor or microcontroller for processing of information and execution of programs, memory in the form of ROM/RAM for storing embedded software programs and data, and I/O interfaces for external interface. Any additional requirement in an embedded system is dependent on the equipment it is controlling. Very often these systems have a standard serial port, a network interface, I/O interface, or hardware to interact with sensors and activators on the equipment.



Embedded Software
C has become the language of choice for embedded programmers, because it has the benefit of processor independence, which allows the programmer to concentrate on algorithms and applications, rather than on the details of processor architecture. However, many of its advantages apply equally to other high-level languages as well. Perhaps the greatest strength of C is that it gives embedded programmers an extraordinary degree of direct hardware control without sacrificing the benefits of high-level languages. Compilers and cross compilers are also available for almost every processor with C.

Any source code written in C or C++ or Assembly language must be converted into an executable image that can be loaded onto a ROM chip. The process of converting the source code representation of your embedded software into an executable image involves three distinct steps, and the system or computer on which these processes are executed is called a host computer.First, each of the source files that make an embedded application must be compiled or assembled into distinct object files.Second, all of the object files that result from the first step must be linked into a final object file called the relocatable program.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: defining information bottleneck, information on globalization, name of electric appliances information with marathi, embedded systems and information appliances doc, information about biocomputer, church information systems, jay z information,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
Embedded Systems and Information Appliances - by computer science crazy - 21-09-2008, 10:58 AM

Possibly Related Threads...
Thread Author Replies Views Last Post
  Real- Time Systems and Real- Time Operating Systems computer science crazy 2 3,809 04-08-2016, 10:13 PM
Last Post: kranthiii
  HVDC TRANSMISSION SYSTEMS project topics 9 11,275 01-05-2015, 04:45 PM
Last Post: seminar report asees
  artificial intelligence techniques in power systems full report computer science technology 3 5,707 08-08-2014, 10:39 PM
Last Post: seminar report asees
  EMBEDDED SECURITY SYSTEM IN AUTOMATED TELLER MACHINE seminar class 2 2,716 30-09-2013, 10:56 AM
Last Post: computer topic
  Voltage Stability Improvement using Static Var Compensator in Power Systems project report tiger 4 13,551 12-07-2013, 11:29 AM
Last Post: computer topic
  Smart Cameras in Embedded Systems computer science crazy 8 9,252 15-03-2013, 04:51 PM
Last Post: AMBARISH BC
  MODERN TRENDS IN POWER TRANSMISSION Systems project topics 12 16,120 11-03-2013, 03:50 PM
Last Post: computer idea
  Condition Based Maintenance of Underground Cable Systems computer science crazy 14 12,122 06-03-2013, 11:16 PM
Last Post: Guest
  Embedded Systems In Automobiles computer science crazy 3 3,758 24-01-2013, 02:49 PM
Last Post: seminar details
  Embedded Linux seminars report electrical engineering 1 10,454 17-12-2012, 02:32 PM
Last Post: seminar details

Forum Jump: