We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello Everyone, I have just taken a few baby steps in embedded c,and have hit a snag.I am referring the book "Embedded C" by Pont, Michael J. In the book it says that i need Keil c51 development tools to run and simulate all the given example programs. Where do i get these tools?Could someone please post a link or two from where i can download them. Also should i have Keil installed before i install these tools(Dumb question,i know but i need to know!) Thanks in advance Arun
You can get an evaluation copy at: http://www.keil.com/demo/eval/c51.htm
And yes, you do need to install it before you can use it.
Thank you for your reply, but what i want to know,is there a different setup for installing Keil separately,and then installing c51 tools(you mentioned above)? or i directly download the tools i get from the above link,which will include an IDE,compiler and the appropriate header files...etc?
"Keil" is the name of the company; "C51" is the name of their specific product for the 8051 architecture.
So, "Keil C51 tools" is a single product - with a single installation.
Details here: http://www.keil.com/c51/
It's like saying, "Ford Mondeo" or "Chanel No 5"
Thanks Andrew,you cleared all my confusion. :)