Thread: Embedded Programming

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    1

    Smile Embedded Programming

    Hi Everyone,
    I'm new to embedded programming and am looking for a small research project for my graduate class. If anyone has any ideas or could point me in the right direction, I would appreciate it.

    Thanks,
    Neena ;-)

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    How about www.google.com?

    -Prelude
    My best code is written with the delete key.

  3. #3
    Im a Capricorn vsriharsha's Avatar
    Join Date
    Feb 2002
    Posts
    192

    Thumbs up

    Hi there,
    good to see people into embedded systems. Well, to start with you initially get familiar with the primitive microcontrollers like 8051 (ofcourse these are used even today in very many applications). Understand their architecture completely and mainly the INTERRUPTS, PORTS (PPI's) and COMMUNICATION ports. Then, you can work wonders with them. As you get familiar with the architecture and their power, ideas would creep into ur mind. Get back once you are through with 8051.
    Good Luck,
    Regards,
    Sriharsha.
    Help everyone you can

  4. #4
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    >I'm new to embedded programming and am looking for a small
    >research project for my graduate class.

    What hardware possibilities do you have? What compilers?

    You could perhapse write a small OS for some processor. Or create program to control some electrical stepping motor. Or a small piece of software for inspecting data flows on a connection.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reading and writing to an embedded file
    By HLMetroid in forum C# Programming
    Replies: 4
    Last Post: 01-02-2009, 12:03 AM
  2. Embedded system board
    By ssharish2005 in forum Tech Board
    Replies: 1
    Last Post: 08-12-2007, 03:03 PM
  3. Question on embedded systems
    By ssharish2005 in forum C Programming
    Replies: 3
    Last Post: 08-12-2007, 02:28 PM
  4. embedded c++
    By fizz_uk83 in forum C++ Programming
    Replies: 4
    Last Post: 08-13-2003, 08:09 AM
  5. Embedded C
    By Sheep in forum C Programming
    Replies: 3
    Last Post: 03-27-2002, 06:37 PM