Thread: What are embedded systems

  1. #1
    Shadow12345
    Guest

    What are embedded systems

    What are embedded systems?

  2. #2
    Registered User
    Join Date
    Sep 2002
    Posts
    68
    systems that are embedded.
    *looks around surroundings*
    *looks in pocket*
    *finds 2 dollars*
    *heads to the gas station to by a 40oz and save 3 for the homiez*
    "with a gun barrel between your teeth, you speak only in vowels."
    - tyler durden

  3. #3
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Computers, (etc.), which serve specific purposes.

    The PC on your desk is a general purpose machine, you can use it for whatever you like. The micro that controls your washing machine/video/cash dispenser/etc./etc. is not general purpose. It is embedded in another functional unit.

    Embedded systems still have to be programmed mind. Big business.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  4. #4
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    so embedded is specific?

  5. #5
    Registered User
    Join Date
    Sep 2002
    Posts
    68
    *comes back with half empty 40oz*
    *looks around*
    ill come back when more has devoloped here fellows.
    *keeps walking*
    "with a gun barrel between your teeth, you speak only in vowels."
    - tyler durden

  6. #6
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    It took you 13 hours to drink half a 40?

    Anyways, like adrian said, they're usually small micros embedded in a larger system. They are specific in the way that they don't usually do things like run windows and let you play games and things on them - they're meant to do their jobs, and that's it.

  7. #7
    Shadow12345
    Guest
    Govt, don't you work on embedded systems for a career?

    Who do you think makes more (on the national average) Embedded systems 'programmers' (or whatever u call them ) or 'other programmers' i.e winapi developers. Now I know it depends a lot on where you work and what you do...I'm just talking about very broad terms
    Last edited by Shadow12345; 09-25-2002 at 09:50 AM.

  8. #8
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    > Govt, don't you work on embedded systems for a career?

    Those've been my projects lately, but I wouldn't go so far as to say that's my career; I wasn't hired specifically to program micros.

    I would say embedded programmers make more, just because their work's more specialized. I don't have anything to back that up - it's just my assumption.

  9. #9
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    so an embeeded chip would be like one that, say in a kids poker game, is responsible for display, where as another chip is used for sound, another for math, etc?

    I understand now : )

  10. #10
    Shadow12345
    Guest
    That seems to be what it is. I like the idea of programming anything that has a microprocessor, gives more of a variety and hopefully less boring work.

  11. #11
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Well, not really... 1 chip could easily be used to do all that stuff, and still be embedded - but that's all it'd be intended to do - you couldn't hook into the internet or anything.

  12. #12
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    I know that Shiro is an embedded programmer. PM him/her.

  13. #13
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    I've done a lot of embedded work. Generally, embedded work is a little more difficult because some of the chips you use are really rather crude. You tend to develop the software in a chip emulator then download it into a development system and try it out. Debugging used to be a nightmare but has become much easier with the advent of really good In Circuit Emulators, (ICE machines), which are bits of sophisticated hardware that react like the dumber chips they emulate.

    As chips have become cheaper and cheaper, it is not uncommon these days to use a chip which is far more powerful/sophisticated than is actually needed for the job because the development is easier.

    A really good embedded programmer is likely to earn more than an equivalent desktop developer, but note the likely.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. embedded systems
    By chico1st in forum C Programming
    Replies: 9
    Last Post: 05-22-2008, 09:13 AM
  2. Question on embedded systems
    By ssharish2005 in forum C Programming
    Replies: 3
    Last Post: 08-12-2007, 02:28 PM
  3. embedded c++
    By fizz_uk83 in forum C++ Programming
    Replies: 4
    Last Post: 08-13-2003, 08:09 AM
  4. C for embedded systems
    By ekarapanos in forum C Programming
    Replies: 8
    Last Post: 04-01-2003, 12:10 PM