The purpose of this group is to foster exchange of information on the Texas Instruments MSP430 family of microcontrollers and related tools. Everyone welcome, all levels of familiarity/expertise.
reading data from flash sample code? - msp430_rohan - Jun 3 16:51:27 2009
Hi,
I was wondering in anyone could point me to some sample code for reading data from flash
memory for the MSP430? If you could post the specific link to the file that would be
wonderful. Much thanks folks!
- Rohan
------------------------------------

(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )
Re: reading data from flash sample code? - tintronic - Jun 5 15:47:33 2009
Hi Rohan,
The MSP has an von Neumann architecture, which means reading from (program) FLASH is as
simple as reading RAM. Just use a pointer, assign it the address you want to read, and
read its value.
It's not like the PIC16 Harvard architecture where you need a special peripheral module to
read the programm space and use it as data.
Regards,
Michael K.
--- In m...@yahoogroups.com, "msp430_rohan"
wrote:
>
> Hi,
>
> I was wondering in anyone could point me to some sample code for reading data from flash
memory for the MSP430? If you could post the specific link to the file that would be
wonderful. Much thanks folks!
>
> - Rohan
>
------------------------------------

(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )