Re: How to read data out of internal Flash?
"Julian Requejo" <[email protected]> Tue, 23 Jan 2007 13:47:55 +0100
| Newsgroups | gmane.comp.hardware.motorola.microcontrollers |
|---|---|
| Message-ID | <[email protected]> |
Hi there. First it would be nice to know to whom we are talking. You don't even sign your name. Anyway, your question is divided intro three parts: - Initializing the CPU to access internal flash - reading the memory - writing in CAN Step 2, which is what you are asking, is done as with any other memory location. In C, can define a pointer to the address of interest and then read it. Step 1 requires enabling the internal flash, as well as disabling any shadowing of RAM into the flash area. Step 3 is beyond the scope of this mail. I hope this helps, -Julian