At 03:41 PM 11/10/04 +0000, you wrote:
>I see the message 3095 that stores some calibration variables into
>flash. I still not tried but i want know how read this variables??
>
>Does anyone know how to do this?
value = *location_address;
Or equivalent, presuming everything has the proper type.
It's the equivalent of reading any const qualified value. There is nothing
magic about flash other then it's (mostly) read-only. It's writing to it
that's the difficult part.
Robert
" 'Freedom' has no meaning of itself. There are always restrictions,
be they legal, genetic, or physical. If you don't believe me, try to
chew a radio signal. "
Kelvin Throop, IIIMessage
Re: [lpc2000] read variables stored into flash???
2004-11-10 by Robert Adsett