Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Firmware Question

  • 02-06-2002 9:28am
    #1
    Registered Users, Registered Users 2 Posts: 1,227 ✭✭✭


    I was just wondering what programming languge is used for firmware? Is their a specific language? Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 430 ✭✭timod


    Apple uses open-firmware (IEEE1275) http://playground.sun.com/1275/
    it uses "forth" as it's firmware language. (to get to the interpretter, boot up holding cmd-opt-o-f)

    Sparc processers too use IEEE1275 (called openboot) and hence forth.

    AFAIK, forth can be used with lot's of precessers

    Not sure about x86.


  • Closed Accounts Posts: 423 ✭✭Dizz


    x86 - Assembly baby oooh yea! C is used in places where performance is not critical

    Dizz


  • Closed Accounts Posts: 76 ✭✭photty


    C is the most popular language for embedded applications. Yes, assembly is used quite a bit but I've been working in the embedded domain for a few years and not written any asm. CPP is making steady advances too.

    Anyways, the concepts (multi-tasking, using isr's, fsm design) are far more important than the language used. Excellent site is http://www.embedded.com/columns/bc


Advertisement