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.

malyanM200.json 1.0KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "build": {
  3. "core": "maple",
  4. "cpu": "cortex-m3",
  5. "extra_flags": "-DARDUINO_GENERIC_STM32F103C -DMCU_STM32F103CB",
  6. "f_cpu": "72000000L",
  7. "hwids": [
  8. ["0x1EAF", "0x0003"],
  9. ["0x1EAF", "0x0004"]
  10. ],
  11. "ldscript": "jtagOffset.ld",
  12. "mcu": "stm32f103cb",
  13. "variant": "malyanM200",
  14. "genericvariant" : "MALYAN_M200_V1",
  15. "vec_tab_addr": "0x8002000"
  16. },
  17. "debug": {
  18. "jlink_device": "STM32F103CB",
  19. "openocd_target": "stm32f1x",
  20. "svd_path": "STM32F103xx.svd"
  21. },
  22. "platform": "ststm32",
  23. "frameworks": ["arduino"],
  24. "name": "Malyan STM32F103CB (20k RAM. 128k Flash)",
  25. "upload": {
  26. "disable_flushing": false,
  27. "maximum_ram_size": 20480,
  28. "maximum_size": 131072,
  29. "protocol": "serial",
  30. "require_upload_port": true,
  31. "use_1200bps_touch": false,
  32. "wait_for_upload_port": false
  33. },
  34. "url": "https://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f1-series/stm32f103/stm32f103cb.html",
  35. "vendor": "Generic"
  36. }