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.

Need flash memory program to read/write (ATMEGA16)

Status
Not open for further replies.
intronix123 said:
Need flash memory program to read/write (ATMEGA16)
Please Help Me Out.......
Please elaborate. What exactly do you need?
 

Please elaborate. What exactly do you need?

Am Trying to Write some Hex Values in Flash memory of ATMEGA16....
Like I want to Write array 'H','a','i' and i want to retrieve back..
 

I don't understand the point of what you are asking.
Normally you write the code, you compile and then program the flash with the hex content, what you are asking if to treat the flash like an eeprom and doesn't make much sense.

What is the purpose of this write/read operation and why do you want to do it in the flash of the mcu and not an eeprom device?
Are you trying to write the flash from an application running in the mcu itself or from the PC?

Maybe you are trying to write something in the internal eeprom and then read it back (from your code)?

---------- Post added at 13:31 ---------- Previous post was at 13:29 ----------

Or maybe you want to use flash variables that are stored in the flash at compile time so that they can be used in the program execution.
If so which compiler do you use?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top