Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to define array variable in flash memory of MSP430F427 TI microcontroller?

Status
Not open for further replies.

london

Member level 4
Joined
Jun 30, 2006
Messages
79
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,945
How to define array variable in flash memory of MSP430F427 TI micro controller. I am using Code Composer Essential C compiler. The main command use for that is #pragma DATA_SECTION()
 

Re: Pls Help me!!

Hi

You can't define array of variable in flash memory - unless you wish to use the flash memeory to emulate EEPROM.

Ti has application note on how to use the flash memory as an EEPROM

See ti site and search MSP430 application note

All the best

Bobi
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top