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

8051 interfacing projects for beginers and profesionals

Hi,

Where can I find all the ready-made Keil C51 8051 library and projects on 8051 using Keil C ?

I don't want to use 8051 Assembly. I want to replace my code with 8051 based processor to test how much C language is portable. All the codes of mine are developed in C using C compilers and now wants to port to Keil C51 to see code efficiency.

Yes and if you want to see my code tell me and I will considar it.

Thanks in advance with best regards,
--micropar--

Intel 2300MHz
1.25GB RAM
1TB+100G
Grafix and Sound

Parents
  • >>Where can I find all the ready-made Keil C51 8051 library and projects on 8051 using Keil C ?

    Keil has a good C cross compiler for the 8051, so you should not need to use assembly.

    Have you tried the 8051 evaluation tools?

    http://www.keil.com/demo

    Once you install the Keil tools on your machine, you can find examples on your hard drive at:

    \Keil\C51\Examples

Reply
  • >>Where can I find all the ready-made Keil C51 8051 library and projects on 8051 using Keil C ?

    Keil has a good C cross compiler for the 8051, so you should not need to use assembly.

    Have you tried the 8051 evaluation tools?

    http://www.keil.com/demo

    Once you install the Keil tools on your machine, you can find examples on your hard drive at:

    \Keil\C51\Examples

Children