I am new to this Discussion Forum. Is their any body to help me to solve my problem.. I want to write and read the data from the flash memory. I am very good in Assembly language. but now I have to use "C" language to do my project.. I know "C" in software field but not that much interaction with Micorcontrollers.. Please help me to come out this problem..
"I am very good in Assembly language. but now I have to use "C" language to do my project. I know "C" in software field but not that much interaction with Micorcontrollers." Surely, with that experience, you should be able to work it out? * If you are "very good in Assembly", you must understand the details of how the 8051 works, and what needs to be done to read from Flash; * If you "know 'C' in software field", you should know the principles of how to construct a 'C' program So, all that should be left is the details of how to apply 'C' to an 8051. For this, you should read the C51 Manual - it explains the extensions etc of C51 to standard 'C'. You should also read the uVision Getting Started guide, and work through the example projects in it. This will introduce you to C51 in an embedded application... Book list: http://www.keil.com/books/8051books.asp