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.

BTT_SKR_SE_BX.json 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "build": {
  3. "core": "stm32",
  4. "cpu": "cortex-m7",
  5. "extra_flags": "-DSTM32H743xx",
  6. "f_cpu": "400000000L",
  7. "mcu": "stm32h743iit6",
  8. "variant": "BTT_SKR_SE_BX"
  9. },
  10. "debug": {
  11. "jlink_device": "STM32H743II",
  12. "openocd_target": "stm32h7x",
  13. "svd_path": "STM32H7x3.svd",
  14. "tools": {
  15. "stlink": {
  16. "server": {
  17. "arguments": [
  18. "-f",
  19. "scripts/interface/stlink.cfg",
  20. "-c",
  21. "transport select hla_swd",
  22. "-f",
  23. "scripts/target/stm32h7x.cfg",
  24. "-c",
  25. "reset_config none"
  26. ],
  27. "executable": "bin/openocd",
  28. "package": "tool-openocd"
  29. }
  30. }
  31. }
  32. },
  33. "frameworks": [
  34. "arduino",
  35. "stm32cube"
  36. ],
  37. "name": "STM32H743II (1024k RAM. 2048k Flash)",
  38. "upload": {
  39. "disable_flushing": false,
  40. "maximum_ram_size": 1048576,
  41. "maximum_size": 2097152,
  42. "protocol": "stlink",
  43. "protocols": [
  44. "stlink",
  45. "dfu",
  46. "jlink",
  47. "cmsis-dap"
  48. ],
  49. "offset_address": "0x8020000",
  50. "require_upload_port": true,
  51. "use_1200bps_touch": false,
  52. "wait_for_upload_port": false
  53. },
  54. "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32h743ii.html",
  55. "vendor": "Generic"
  56. }