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

Flash memory for Data storage?

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

Parents
  • I think this discussion very interesting.
    Can anyone tell me if is it possible to save 32bits data the internal flash (Philips P89C51RD+).Since the P89C51RD is 8 bit data microcontroller, how can I save a 32 bit data? is it possible?
    I am using the assembly routines of IAP system programming.But with that it is only possible to save 8 bit data.I am now triyng to make code in assembly in order to save 32bits data, but its not working. Can someone help me?

Reply
  • I think this discussion very interesting.
    Can anyone tell me if is it possible to save 32bits data the internal flash (Philips P89C51RD+).Since the P89C51RD is 8 bit data microcontroller, how can I save a 32 bit data? is it possible?
    I am using the assembly routines of IAP system programming.But with that it is only possible to save 8 bit data.I am now triyng to make code in assembly in order to save 32bits data, but its not working. Can someone help me?

Children