Readme.txt 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. STM32Cube programming software for STM32 microcontrollers
  2. =========================================================
  3. Features
  4. ========
  5. • Supports Motorola S19, Intel HEX, ELF, and
  6. binary formats
  7. • Erases, programs, views and verifies the
  8. content of the device Flash memory
  9. • Supports debug and bootloader interfaces:
  10. – ST-LINK debug probe (JTAG/SWD)
  11. – UART and USB DFU bootloader interfaces
  12. • Programs, erases and verifies external
  13. memories, with examples of external Flash
  14. loaders to help users to develop loaders for
  15. specific external memories
  16. • Automates STM32 programming (erase, verify,
  17. programming, configuring option bytes)
  18. • Allows OTP memory programming
  19. • Supports the programming and configuring of
  20. option bytes
  21. • Offers a command-line interface
  22. • ST-LINK/V2 firmware upgrade
  23. Description
  24. ============
  25. STM32CubeProgrammer (STM32CubePROG) is a full-
  26. featured software interface for programming
  27. STM32 microcontrollers. It provides an
  28. easy-to-use and efficient environment for
  29. reading, writing and verifying device memory
  30. through both the debug interface(JTAG and SWD)
  31. and the bootloader interface (UART and USB).
  32. STM32CubeProgrammer offers a wide range of
  33. features to program STM32 microcontroller
  34. internal memories (such as Flash, RAM, and
  35. OTP) as well as external memories.
  36. STM32CubeProgrammer also allows option
  37. programming and upload, programming content
  38. verification, and microcontroller programming
  39. automation by means of a command-line interface.
  40. STM32CubeProgrammer is delivered in GUI
  41. (Graphical User Interface) version and CLI
  42. (Command Line Interface) version.