summaryrefslogtreecommitdiff
path: root/platforms/stm32/f1.yaml
blob: e4806b932a2a075f74827af396ac67f84ddb6b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# This is incomplete, just preserving register addresses!
- periph:
    stm32_adc:
      ADC1:
        type: v1
        offset: 0x40012400
      ADC2:
        type: v1
        offset: 0x40012800
      ADC3:
        type: v1
        offset: 0x40013c00

    stm32_flash:
      FLASH:
        type: f1
        offset: 0x40022000

    stm32_gpio:
      GPIOA:
        offset: 0x40010800
        type: v1
      GPIOB:
        offset: 0x40010c00
        type: v1
      GPIOC:
        offset: 0x40011000
        type: v1
      GPIOD:
        offset: 0x40011400
        type: v1
      GPIOE:
        offset: 0x40011800
        type: v1
    stm32_timer:
      TIM1:
        offset: 0x40012c00
      TIM2:
        offset: 0x40000000
      TIM3:
        offset: 0x40000400
      TIM4:
        offset: 0x40000800
      TIM5:
        offset: 0x40000c00
      TIM6:
        offset: 0x40001000
      TIM7:
        offset: 0x40001400
      TIM8:
        offset: 0x40013400