We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
How to access data from flash memory and copy to RAMHi, 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?