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.
I am finding conflicting information regarding the use of Flash memory. Some information indicates that all Flash memory is for code only, while other information implys that Flash can be used for code and data both. I get the impression that data storage in Flash is something that can be done on some parts and not others, but can't find any information on manufacturers websites that clarifies the issue. Is there any good information out there that will tell me what is what? I am looking at 8051 based parts - Atmel & Philips mostly. Thanks, Scott Kelley
"Since the P89C51RD is 8 bit data microcontroller, how can I save a 32 bit data?" The same way you do anything with 32-bit (or 16-bit) data on an 8051: you have to handle it as 4 (or 2) separate bytes. This has nothing whatsoever to do with the data being in Flash!