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_MKS_SKIPR_V1.json 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "build": {
  3. "core": "stm32",
  4. "cpu": "cortex-m4",
  5. "extra_flags": "-DSTM32F4 -DSTM32F407xx",
  6. "f_cpu": "168000000L",
  7. "offset": "0xC000",
  8. "hwids": [
  9. [
  10. "0x1EAF",
  11. "0x0003"
  12. ],
  13. [
  14. "0x0483",
  15. "0x3748"
  16. ]
  17. ],
  18. "mcu": "stm32f407vet6",
  19. "product_line": "STM32F407xx",
  20. "variant": "MARLIN_MKS_SKIPR_V1"
  21. },
  22. "debug": {
  23. "default_tools": [
  24. "stlink"
  25. ],
  26. "jlink_device": "STM32F407VE",
  27. "openocd_extra_args": [
  28. "-c",
  29. "reset_config none"
  30. ],
  31. "openocd_target": "stm32f4x",
  32. "svd_path": "STM32F40x.svd"
  33. },
  34. "frameworks": [
  35. "arduino"
  36. ],
  37. "name": "STM32F407VE (128k RAM, 64k CCM RAM, 512k Flash",
  38. "upload": {
  39. "disable_flushing": false,
  40. "maximum_ram_size": 131072,
  41. "maximum_size": 524288,
  42. "protocol": "stlink",
  43. "protocols": [
  44. "stlink",
  45. "dfu",
  46. "jlink"
  47. ],
  48. "offset_address": "0x0800C000",
  49. "require_upload_port": false,
  50. "use_1200bps_touch": false,
  51. "wait_for_upload_port": false
  52. },
  53. "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407ve.html",
  54. "vendor": "ST"
  55. }