arm_fft_bin_example.ini 420 B

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