官方的文档里面没有印象有这个DLL的说明或者参考例程,
如果是需要编程功能的接口调用,可以考虑使用最新的STM32CubeProgrammer API
STM32CubeProgrammer的参照路径下有这文档说明。
In addition to the graphical user interface and the commandline interface, STM32CubeProgrammer offers a C++ API that you could use to develop your own application and benefit of wide range of features to program STM32 microcontrollers memories (such as Flash, RAM, and OTP) either over debug interface or bootloder interface (USB DFU, UART, I²C, SPI and CAN).
This documentation details all types and functions API to use STM32CubeProgrammer functionalities.
STM32CubeProgrammer API package
The API package is based on the following resources that are ready for use :
File
Description
CubeProgrammer_API.h header file contains functions declarations and macro definitions to be used by the CubeProgrammer_API.dll.
DeviceDataStructure.h header file contains macro definitions to be shared between several functions.
CubeProgrammer_API.dll/.so/.dylib Dynamic Link Library file contains a library of functions and other informations that can be accessed by windows, linux and MacOs programs.
CubeProgrammer_API.lib import library for use with MSVC compiler. |