Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to work with Keil compiler

Status
Not open for further replies.

tocal09

Member level 3
Member level 3
Joined
Jan 12, 2005
Messages
59
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
495
I'm learning 89c51 and using Keil but it's help too simple . Where I can get the guide&help (everything) more usefull (I've used ASM before don't kown much about C language)
 

the C51 Compiler User's Guide has 400 pages, the Assembler / Linker User's Guide 450 pages and the uVision User's Guide 230 pages. I think these PDFs are not too bad and treat a lot of details concerning the compiler. But i agree that the Keil documentation is not a C course. Perhaps you should start reading a general C book like Kernighan/Ritchie.


Mik
 

How to work with ke*il compiler

Search for "C51 Primer". This book is for Free. And it is the best one for Keil C.
 

How to work with ke*il compiler

Salam,

C51 Primer

**broken link removed**

Bye
 

What's the difference : programming C for microcontroller <---> C which we usually use for PC (who can compare them for me )
 

How to work with ke*il compiler

As long as the C is ANSI-C, I guess are the same.
I have done C for PC before, and then I move to C for MCU, and I did not facing problem.


Sis
 

How to work with ke*il compiler

Just remember, that in uC world you have very limited resources, especially memory. Therefore, it is near impossible to write project in pure ANSI-C without so called, language extensions. I recommended C51 Primer book above. It has extensive description of differences between ANSI-C and uC-oriented C modifications.
 

Beside at keil.com where I can get more example code ?
 

How to work with ke*il compiler

Hi tocal09,
I guess Ke*il has to much samples code, and i think that's enough for learn. After You try those samples, and then You facing a problem, You can ask/share on this forum again. This forum is the best.



Sis
 

There are a lot of source codes on Internet,in this forum or some forum for 8051,8052 ,for example http://www.8052.com
Cheers,
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top