]> git.gag.com Git - fw/stlink/blob
4e1a3e43d29f217a5f61762d861670546792c13b
[fw/stlink] /
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_geq_5band_example.ini    
7
8 */
9
10
11 // usual initialisation for target setup
12 MAP  0x20000000, 0x20008000  READ WRITE  // allow R/W access to IO space
13
14