This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to access data from flash memory and copy to RAM

How to access data from flash memory and copy to RAM
Hi,
I am very2 new to the ARM and IAR environment.
Currently, I am trying to copy/read contents from the flash memory ( 000-0fff) to RAM address 1000000 to 10000fff.
( FYI: I wrote the flash memory with HEX file (~nearly 4KByte) using external flash writer GUI.)
I am using ARM cortex M0+ for this.
How can I complete above task?