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.

CHITU_F103.json 1008B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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": "CHITU_F103",
  19. "ldscript": "chitu_f103.ld"
  20. },
  21. "debug": {
  22. "jlink_device": "STM32F103ZE",
  23. "openocd_target": "stm32f1x",
  24. "svd_path": "STM32F103xx.svd"
  25. },
  26. "frameworks": [
  27. "arduino"
  28. ],
  29. "name": "CHITU STM32F103Z (64k RAM. 512k Flash)",
  30. "upload": {
  31. "disable_flushing": false,
  32. "maximum_ram_size": 60536,
  33. "maximum_size": 480288,
  34. "protocol": "stlink",
  35. "protocols": [
  36. "jlink",
  37. "stlink",
  38. "blackmagic",
  39. "serial",
  40. "dfu"
  41. ],
  42. "require_upload_port": true,
  43. "use_1200bps_touch": false,
  44. "wait_for_upload_port": false
  45. },
  46. "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f103ze.html",
  47. "vendor": "Generic"
  48. }