Advertisement
sta-s2z

Untitled

Oct 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. {
  2. "build": {
  3. "core": "stm32",
  4. "cpu": "cortex-m4",
  5. "extra_flags": "-DSTM32F4 -DSTM32F401xC -DSTM32F401xxx",
  6. "f_cpu": "82000000L",
  7. "framework_extra_flags": {
  8. "arduino": "-DARDUINO_PILL_F401XX"
  9. },
  10. "ldscript": "stm32f401xc.ld",
  11. "mcu": "stm32f401ccu6",
  12. "variant": "PILL_F401XX"
  13. },
  14. "connectivity": [
  15. "can"
  16. ],
  17. "debug": {
  18. "jlink_device": "STM32F401CC",
  19. "openocd_target": "stm32f4x",
  20. "svd_path": "STM32F40x.svd"
  21. },
  22. "frameworks": [
  23. "arduino",
  24. "cmsis",
  25. "stm32cube"
  26. ],
  27. "name": "BlackPill f401cc",
  28. "upload": {
  29. "maximum_ram_size": 65535,
  30. "maximum_size": 262000,
  31. "protocol": "stlink",
  32. "protocols": [
  33. "jlink",
  34. "stlink",
  35. "blackmagic",
  36. "serial"
  37. ]
  38. },
  39. "url": "https://www.st.com/en/microcontrollers/stm32f401cc.html",
  40. "vendor": "ST"
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement