Advertisement
funny59

boards_json

May 21st, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.89 KB | None | 0 0
  1. {
  2.     "build": {
  3.       "core": "stm32",
  4.       "cpu": "cortex-m4",
  5.       "extra_flags": "-DSTM32F401xE -DSTM32F4xx",
  6.       "f_cpu": "84000000L",
  7.       "mcu": "stm32f401cdu6",
  8.       "product_line": "STM32F401xE",
  9.       "variant": "Generic_F401Cx"
  10.     },
  11.     "debug": {
  12.       "jlink_device": "STM32F401CD",
  13.       "openocd_target": "stm32f4x",
  14.       "svd_path": "STM32F401x.svd"
  15.     },
  16.     "frameworks": [
  17.       "arduino",
  18.       "cmsis",
  19.       "stm32cube",
  20.       "libopencm3"
  21.     ],
  22.     "name": "STM32F401CD (96k RAM. 384k Flash)",
  23.     "upload": {
  24.       "maximum_ram_size": 98304,
  25.       "maximum_size": 393216,
  26.       "protocol": "serial",
  27.       "protocols": [
  28.         "blackmagic",
  29.         "dfu",
  30.         "jlink",
  31.         "serial",
  32.         "stlink"
  33.       ]
  34.     },
  35.     "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f401cd.html",
  36.     "vendor": "Generic"
  37.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement