My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

marlin_STEVAL_STM32F401VE.json 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "build": {
  3. "core": "stm32",
  4. "cpu": "cortex-m4",
  5. "extra_flags": "-DSTM32F401xx -DARDUINO_STEVAL",
  6. "f_cpu": "84000000L",
  7. "hwids": [
  8. [
  9. "0x1EAF",
  10. "0x0003"
  11. ],
  12. [
  13. "0x0483",
  14. "0x3748"
  15. ]
  16. ],
  17. "mcu": "stm32f401vet6",
  18. "variant": "MARLIN_STEVAL_F401VE"
  19. },
  20. "debug": {
  21. "jlink_device": "STM32F401VE",
  22. "openocd_target": "stm32f4x",
  23. "svd_path": "STM32F40x.svd",
  24. "tools": {
  25. "stlink": {
  26. "server": {
  27. "arguments": [
  28. "-f",
  29. "scripts/interface/stlink.cfg",
  30. "-c",
  31. "transport select hla_swd",
  32. "-f",
  33. "scripts/target/stm32f4x.cfg",
  34. "-c",
  35. "reset_config none"
  36. ],
  37. "executable": "bin/openocd",
  38. "package": "tool-openocd"
  39. }
  40. }
  41. }
  42. },
  43. "frameworks": [
  44. "arduino",
  45. "stm32cube"
  46. ],
  47. "name": "STM32F401VE (96k RAM. 512k Flash)",
  48. "upload": {
  49. "disable_flushing": false,
  50. "maximum_ram_size": 98304,
  51. "maximum_size": 514288,
  52. "protocol": "stlink",
  53. "protocols": [
  54. "stlink",
  55. "dfu",
  56. "jlink"
  57. ],
  58. "require_upload_port": true,
  59. "use_1200bps_touch": false,
  60. "wait_for_upload_port": false
  61. },
  62. "url": "https://www.st.com/en/evaluation-tools/steval-3dp001v1.html",
  63. "vendor": "Generic"
  64. }