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.

marlin_index_mobo_rev03.json 1017B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. "0x0483",
  18. "0xdf11"
  19. ]
  20. ],
  21. "mcu": "stm32f407vet6",
  22. "variant": "MARLIN_F407VE"
  23. },
  24. "debug": {
  25. "jlink_device": "STM32F407VE",
  26. "openocd_target": "stm32f4x",
  27. "svd_path": "STM32F40x.svd"
  28. },
  29. "frameworks": [
  30. "arduino",
  31. "stm32cube"
  32. ],
  33. "name": "STM32F407VE (192k RAM. 512k Flash)",
  34. "upload": {
  35. "disable_flushing": false,
  36. "maximum_ram_size": 131072,
  37. "maximum_size": 524288,
  38. "protocol": "stlink",
  39. "protocols": [
  40. "stlink",
  41. "dfu",
  42. "jlink",
  43. "blackmagic"
  44. ],
  45. "require_upload_port": true,
  46. "use_1200bps_touch": false,
  47. "wait_for_upload_port": false
  48. },
  49. "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407ve.html",
  50. "vendor": "Generic"
  51. }