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

how to write and read the data from flash memory using C language

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..

Parents
  • "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

Reply
  • "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

Children
No data