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_STM32F446ZET_tronxy.json 732B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "build": {
  3. "cpu": "cortex-m4",
  4. "extra_flags": "-DSTM32F446xx",
  5. "f_cpu": "180000000L",
  6. "mcu": "stm32f446zet6",
  7. "variant": "MARLIN_F446Zx_TRONXY"
  8. },
  9. "connectivity": [
  10. "can"
  11. ],
  12. "debug": {
  13. "jlink_device": "STM32F446ZE",
  14. "openocd_target": "stm32f4x",
  15. "svd_path": "STM32F446x.svd"
  16. },
  17. "frameworks": [
  18. "arduino",
  19. "stm32cube"
  20. ],
  21. "name": "STM32F446ZE (128k RAM. 512k Flash)",
  22. "upload": {
  23. "maximum_ram_size": 131072,
  24. "maximum_size": 524288,
  25. "protocol": "stlink",
  26. "protocols": [
  27. "jlink",
  28. "stlink",
  29. "blackmagic",
  30. "serial"
  31. ]
  32. },
  33. "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f446.html",
  34. "vendor": "Generic"
  35. }