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.

blackSTM32F407VET6.json 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "ldscript": "stm32f407xe.ld",
  18. "mcu": "stm32f407vet6",
  19. "variant": "MARLIN_F407VE"
  20. },
  21. "debug": {
  22. "jlink_device": "STM32F407VE",
  23. "openocd_target": "stm32f4x",
  24. "svd_path": "STM32F40x.svd",
  25. "tools": {
  26. "stlink": {
  27. "server": {
  28. "arguments": [
  29. "-f",
  30. "scripts/interface/stlink.cfg",
  31. "-c",
  32. "transport select hla_swd",
  33. "-f",
  34. "scripts/target/stm32f4x.cfg",
  35. "-c",
  36. "reset_config none"
  37. ],
  38. "executable": "bin/openocd",
  39. "package": "tool-openocd"
  40. }
  41. }
  42. }
  43. },
  44. "frameworks": [
  45. "arduino",
  46. "stm32cube"
  47. ],
  48. "name": "STM32F407VE (192k RAM. 512k Flash)",
  49. "upload": {
  50. "disable_flushing": false,
  51. "maximum_ram_size": 131072,
  52. "maximum_size": 514288,
  53. "protocol": "stlink",
  54. "protocols": [
  55. "stlink",
  56. "dfu",
  57. "jlink"
  58. ],
  59. "require_upload_port": true,
  60. "use_1200bps_touch": false,
  61. "wait_for_upload_port": false
  62. },
  63. "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407ve.html",
  64. "vendor": "Generic"
  65. }