1
2/* This file demonstrates how to Map memory ranges, specify read, write, and execute permissions
3
4   The file can be executed in the following way:
5   1) manually from uVision command window (in debug mode) using command:
6   INCLUIDE arm_fft_bin_example.ini
7
8*/
9
10// usual initialisation for target setup
11MAP  0x00000000, 0x0003FFFF  EXEC READ      // 256K Flash
12MAP  0x20000000, 0x20007FFF  READ WRITE     //  32K RAM
13
14