This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

help required

Dear All
I have to build an application that uses LM3S8962 Microcontroller from Texas Instruments to control the speed and direction of dc motor. As i am new to microcontroller programming and is much confused as how to start. Could anyone please tell how can i start to write the program. Also please tell will i have to study the technical manual and assembly language instructions of the microcontroller. Can i get their C equivalent commands and functions etc. I will really appreciate your suggestions. The requirement is urgent.

Parents
  • i have knowledge of C/C++ but i m confused how to transform assembly language instructions to C language commands.

    As so many PC types before, you see "embedded software" as "any software" IT IS NOT.

    In (small) embedded you talk directly to the hardware and if you do not have (at least a basic) understanding of assembly you will be lost. I/O does not 'speak' in abstraction it 'speaks' in absolutes.

    Erik

Reply
  • i have knowledge of C/C++ but i m confused how to transform assembly language instructions to C language commands.

    As so many PC types before, you see "embedded software" as "any software" IT IS NOT.

    In (small) embedded you talk directly to the hardware and if you do not have (at least a basic) understanding of assembly you will be lost. I/O does not 'speak' in abstraction it 'speaks' in absolutes.

    Erik

Children