My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FLYF407ZG.json 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "build": {
  3. "core": "stm32",
  4. "cpu": "cortex-m4",
  5. "extra_flags": "-DSTM32F407xx",
  6. "f_cpu": "168000000L",
  7. "hwids": [
  8. [
  9. "0x1EAF",
  10. "0x0003"
  11. ],
  12. [
  13. "0x0483",
  14. "0x3748"
  15. ]
  16. ],
  17. "mcu": "stm32f407zgt6",
  18. "variant": "FLY_F407ZG"
  19. },
  20. "debug": {
  21. "jlink_device": "STM32F407ZG",
  22. "openocd_target": "stm32f4x",
  23. "svd_path": "STM32F40x.svd",
  24. "tools": {
  25. "stlink": {
  26. "server": {
  27. "arguments": [
  28. "-f",
  29. "scripts/interface/stlink.cfg",
  30. "-c",
  31. "transport select hla_swd",
  32. "-f",
  33. "scripts/target/stm32f4x.cfg",
  34. "-c",
  35. "reset_config none"
  36. ],
  37. "executable": "bin/openocd",
  38. "package": "tool-openocd"
  39. }
  40. }
  41. }
  42. },
  43. "frameworks": [
  44. "arduino",
  45. "stm32cube"
  46. ],
  47. "name": "STM32F407ZGT6(192k RAM. 1024k Flash)",
  48. "upload": {
  49. "disable_flushing": false,
  50. "maximum_ram_size": 196608,
  51. "maximum_size": 1048576,
  52. "protocol": "dfu",
  53. "protocols": [
  54. "stlink",
  55. "dfu",
  56. "jlink"
  57. ],
  58. "require_upload_port": true,
  59. "use_1200bps_touch": false,
  60. "wait_for_upload_port": false
  61. },
  62. "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407ZG.html",
  63. "vendor": "Generic"
  64. }