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.

BigTree_Btt002.json 993B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "build": {
  3. "core": "stm32",
  4. "cpu": "cortex-m4",
  5. "extra_flags": "-DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx",
  6. "f_cpu": "168000000L",
  7. "hwids": [
  8. [
  9. "0x1EAF",
  10. "0x0003"
  11. ],
  12. [
  13. "0x0483",
  14. "0x3748"
  15. ]
  16. ],
  17. "mcu": "stm32f407vgt6",
  18. "variant": "BIGTREE_BTT002"
  19. },
  20. "debug": {
  21. "jlink_device": "STM32F407VG",
  22. "openocd_target": "stm32f4x",
  23. "svd_path": "STM32F40x.svd"
  24. },
  25. "frameworks": [
  26. "arduino"
  27. ],
  28. "name": "STM32F407VG (192k RAM. 1024k Flash)",
  29. "upload": {
  30. "disable_flushing": false,
  31. "maximum_ram_size": 131072,
  32. "maximum_size": 1048576,
  33. "protocol": "stlink",
  34. "protocols": [
  35. "stlink",
  36. "dfu",
  37. "jlink"
  38. ],
  39. "offset_address": "0x8008000",
  40. "require_upload_port": true,
  41. "use_1200bps_touch": false,
  42. "wait_for_upload_port": false
  43. },
  44. "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407vg.html",
  45. "vendor": "Generic"
  46. }