hi buddies.........i am a green horn to Embedded World.
Please send me few basic programs that i can do it on my silicon labs c8051f350. and also any books related to C programming for 8051. I had already gone thru Keil Cx51 Compiler but didn't understand anything.
Pleeeeeease guide me. Thanx a lot.
related to C programming for 8051. I had already gone thru Keil Cx51 Compiler but didn't understand anything. that is one of your mistakes, everything that is "related to C programming for 8051." presumes that you know C, so delving into such without knowing C WILL result in "didn't understand anything".
FIRST learn C (on the PC), THEN, and only then, start with "C programming for 8051". A good self study book would be Kochan: "programming in ANSI C"
Your othe mistake is trying to get help being 'cute' I refer to 'plzzz' which does not exactly give the impression that you are serious about this.
Erik
that is one of your mistakes, everything that is "related to C programming for 8051." presumes that you know C, so delving into such without knowing C WILL result in "didn't understand anything".
Addition: It will also presume that you are familiar with the 8051 architecture and it particularities like the different memory types.
Once you know C, and are familiar with the 8051 architecture, you can start working on "programming an 8051 in C".
Sir, Thanx a lot for your advice and guidance. I had one more query......to b a good embedded programmer we shud be very good at pointers. What is the contribution of Data Structures. Shud i learn DS or not. praveen
"I had one more query
Really? only one...?
"to be a good embedded programmer we shud be very good at pointers"
That has nothing specifically to do with embedded programming - any 'C' programmer needs a thorough understanding of pointers.
Pointers in 'C' are fundamental, and extremely powerful and, when misused, extremely dangerous!
"What is the contribution of Data Structures"
I thought you said one more query - that's your second!
Data structures are fundamental to all programming - irrespective of whetether it's embedded, or even what language.
"Shud i learn DS or not."
and that's a third query!
Yes, of course you must - see above!
View all questions in Keil forum