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 1010B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "ldscript": "stm32f407xg.ld",
  18. "mcu": "stm32f407vgt6",
  19. "variant": "BIGTREE_BTT002"
  20. },
  21. "debug": {
  22. "jlink_device": "STM32F407VG",
  23. "openocd_target": "stm32f4x",
  24. "svd_path": "STM32F40x.svd"
  25. },
  26. "frameworks": [
  27. "arduino"
  28. ],
  29. "name": "STM32F407VG (192k RAM. 1024k Flash)",
  30. "upload": {
  31. "disable_flushing": false,
  32. "maximum_ram_size": 131072,
  33. "maximum_size": 1048576,
  34. "protocol": "stlink",
  35. "protocols": [
  36. "stlink",
  37. "dfu",
  38. "jlink"
  39. ],
  40. "offset_address": "0x8008000",
  41. "require_upload_port": true,
  42. "use_1200bps_touch": false,
  43. "wait_for_upload_port": false
  44. },
  45. "url": "http://www.st.com/en/microcontrollers/stm32f407vg.html",
  46. "vendor": "Generic"
  47. }