blacksasi_f411m.json 850 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "build": {
  3. "core": "stm32",
  4. "cpu": "cortex-m4",
  5. "extra_flags": "-DSTM32F411xE -DSTM32F4xx",
  6. "f_cpu": "96000000L",
  7. "mcu": "stm32f411vet6",
  8. "product_line": "STM32F411xE",
  9. "variant": "STM32F4xx/BLACKSASI_F411M"
  10. },
  11. "debug": {
  12. "jlink_device": "STM32F411VE",
  13. "openocd_target": "stm32f4x",
  14. "svd_path": "STM32F411xx.svd"
  15. },
  16. "frameworks": [
  17. "arduino",
  18. "cmsis",
  19. "stm32cube",
  20. "libopencm3"
  21. ],
  22. "name": "BLACKSASI(128k RAM. 512k Flash)",
  23. "upload": {
  24. "maximum_ram_size": 131072,
  25. "maximum_size": 524288,
  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/stm32f411ve.html",
  36. "vendor": "SweProj"
  37. }