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

89c51

hi friends, Please help me how to embedd the programs into 8951 processor
how to use embeeded C to program the controller
</i?

Parents
  • You don't "embedd" programs into the microcontroller. You develop programs for use in an embedded environment. You can't just take a PC application and run in a microcontroller - there is no keyboard, HDD or monitor.

    <u>You</u> must figure out what problem you want solved. Then you must figure out exactly what hardware you need - either buy or build. Then you must write an application that runs on your hardware and solves the problem you originally wanted to solve.

    Then you must test your application, to verify that the program is working, and that it did solve the specified problem. Most probably it will not, so then you will have to figure out what corrective actions to do before testing again, and again.

    Have you read the documentation that you receive together with the Keil evaluation compiler kit? If not, then this would be a very good time to do that.

Reply
  • You don't "embedd" programs into the microcontroller. You develop programs for use in an embedded environment. You can't just take a PC application and run in a microcontroller - there is no keyboard, HDD or monitor.

    <u>You</u> must figure out what problem you want solved. Then you must figure out exactly what hardware you need - either buy or build. Then you must write an application that runs on your hardware and solves the problem you originally wanted to solve.

    Then you must test your application, to verify that the program is working, and that it did solve the specified problem. Most probably it will not, so then you will have to figure out what corrective actions to do before testing again, and again.

    Have you read the documentation that you receive together with the Keil evaluation compiler kit? If not, then this would be a very good time to do that.

Children