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_FYSETC_CHEETAH_V20.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "build": {
  3. "core": "stm32",
  4. "cpu": "cortex-m4",
  5. "extra_flags": "-DSTM32F401xx",
  6. "f_cpu": "84000000L",
  7. "hwids": [
  8. [
  9. "0x1EAF",
  10. "0x0003"
  11. ],
  12. [
  13. "0x0483",
  14. "0x3748"
  15. ]
  16. ],
  17. "ldscript": "stm32f401rc.ld",
  18. "mcu": "stm32f401rct6",
  19. "variant": "MARLIN_FYSETC_CHEETAH_V20"
  20. },
  21. "debug": {
  22. "jlink_device": "STM32F401RC",
  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": "STM32F401RC (64k RAM. 256k Flash)",
  49. "upload": {
  50. "disable_flushing": false,
  51. "maximum_ram_size": 65536,
  52. "maximum_size": 262144,
  53. "protocol": "stlink",
  54. "protocols": [
  55. "stlink",
  56. "dfu",
  57. "jlink"
  58. ],
  59. "offset_address": "0x800C000",
  60. "require_upload_port": true,
  61. "use_1200bps_touch": false,
  62. "wait_for_upload_port": false
  63. },
  64. "url": "https://www.fysetc.com",
  65. "vendor": "Generic"
  66. }