598fc1afb2c2ec612527d15e14d1d47be7a0233b
[fw/altos] / src / stmf0 / registers.ld
1 stm_gpiof  = 0x48001400;
2 stm_gpioc  = 0x48000800;
3 stm_gpiob  = 0x48000400;
4 stm_gpioa  = 0x48000000;
5
6 stm_tsc    = 0x40024000;
7 stm_crc    = 0x40023000;
8 stm_flash  = 0x40022000;
9 stm_rcc    = 0x40021000;
10 stm_dma    = 0x40020000;
11 stm_dbgmcu = 0x40015800;
12 stm_tim17  = 0x40014800;
13 stm_tim16  = 0x40014400;
14 stm_usart1 = 0x40013800;
15 stm_spi1   = 0x40013000;
16 stm_tim1   = 0x40012c00;
17 stm_adc    = 0x40012400;
18
19 stm_exti   = 0x40010400;
20 stm_syscfg = 0x40010000;
21
22 stm_cec    = 0x40007800;
23
24 stm_pwr    = 0x40007000;
25 stm_crs    = 0x40006c00;
26
27 stm_bxcan  = 0x40006400;
28 stm_usb_sram = 0x40006000;
29 stm_usb    = 0x40005c00;
30
31 stm_i2c1   = 0x40005400;
32
33 stm_usart2 = 0x40004400;
34
35 stm_spi2   = 0x40003800;        /* docs are broken here */
36
37 stm_iwdg   = 0x40003000;
38 stm_wwdg   = 0x40002c00;
39 stm_rtc    = 0x40002800;
40
41 stm_tim14  = 0x40002000;
42
43 stm_tim3   = 0x40000400;
44 stm_tim2   = 0x40000000;
45
46 stm_systick = 0xe000e010;
47
48 stm_nvic   = 0xe000e100;
49
50 stm_scb    = 0xe000ed00;
51
52 stm_mpu    = 0xe000ed90;
53
54 /* calibration data in system memory */
55 stm_cal = 0x1ffff7b8;
56 stm_flash_size_04x = 0x1ffff7cc;
57 stm_device_id = 0x1ff80050;