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_maple_CHITU_F103.json 988B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "build": {
  3. "core": "maple",
  4. "cpu": "cortex-m3",
  5. "extra_flags": "-DSTM32F103xE -DSTM32F1",
  6. "f_cpu": "72000000L",
  7. "hwids": [
  8. [
  9. "0x1EAF",
  10. "0x0003"
  11. ],
  12. [
  13. "0x1EAF",
  14. "0x0004"
  15. ]
  16. ],
  17. "mcu": "stm32f103zet6",
  18. "variant": "marlin_maple_CHITU_F103"
  19. },
  20. "debug": {
  21. "jlink_device": "STM32F103ZE",
  22. "openocd_target": "stm32f1x",
  23. "svd_path": "STM32F103xx.svd"
  24. },
  25. "frameworks": [
  26. "arduino"
  27. ],
  28. "name": "CHITU STM32F103Z (64k RAM. 512k Flash)",
  29. "upload": {
  30. "disable_flushing": false,
  31. "maximum_ram_size": 60536,
  32. "maximum_size": 480288,
  33. "protocol": "stlink",
  34. "protocols": [
  35. "jlink",
  36. "stlink",
  37. "blackmagic",
  38. "serial",
  39. "dfu"
  40. ],
  41. "require_upload_port": true,
  42. "use_1200bps_touch": false,
  43. "wait_for_upload_port": false
  44. },
  45. "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f103ze.html",
  46. "vendor": "Generic"
  47. }