aboutsummaryrefslogtreecommitdiff
path: root/buildroot/share/PlatformIO/boards/STEVAL_STM32F401VE.json
blob: bbfb3fdfa5086b563fae2c7cdfef3b0d475e65fb (plain) (blame)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
  "build": {
    "core": "stm32",
    "cpu": "cortex-m4",
    "extra_flags": "-DSTM32F401xx",
    "f_cpu": "84000000L",
    "hwids": [
      [
        "0x1EAF",
        "0x0003"
      ],
      [
        "0x0483",
        "0x3748"
      ]
    ],
    "ldscript": "stm32f401xe.ld",
    "mcu": "stm32f401vet6",
    "variant": "STEVAL_F401VE"
  },
  "debug": {
    "jlink_device": "STM32F401VE",
    "openocd_target": "stm32f4x",
    "svd_path": "STM32F40x.svd",
    "tools": {
      "stlink": {
        "server": {
          "arguments": [
            "-f",
            "scripts/interface/stlink.cfg",
            "-c",
            "transport select hla_swd",
            "-f",
            "scripts/target/stm32f4x.cfg",
            "-c",
            "reset_config none"
          ],
          "executable": "bin/openocd",
          "package": "tool-openocd"
        }
      }
    }
  },
  "frameworks": [
    "arduino",
    "stm32cube"
  ],
  "name": "STM32F401VE (96k RAM. 512k Flash)",
  "upload": {
    "disable_flushing": false,
    "maximum_ram_size": 98304,
    "maximum_size": 514288,
    "protocol": "stlink",
    "protocols": [
      "stlink",
      "dfu",
      "jlink"
    ],
    "require_upload_port": true,
    "use_1200bps_touch": false,
    "wait_for_upload_port": false
  },
  "url": "https://www.st.com/en/evaluation-tools/steval-3dp001v1.html",
  "vendor": "Generic"
}