2021-09-29 07:26 AM
I checked STMCubeProgrammer software description PDF. It has description of CLI API. It also says that STMCubeProgrammer has C++ API docs in "doc" folder. But I only see general readme in the folder.
2021-09-29 07:38 AM
Are you looking in /doc or /api/doc?
By default, should be at:
C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\api\doc\STM32CubeProgrammer_API.chm
2021-09-29 07:42 AM
Thanks! I was looking in `/doc` folder. You are right, I see something in `/api/doc`.
2021-09-29 07:46 AM
My Windows version 2.8.0 looks like:
STM32CubeProgrammer/
├── Data_Base
├── Drivers
├── Examples
├── SVD
├── Uninstaller
├── api
├── bin
├── doc
├── updater
└── util
and api:
STM32CubeProgrammer/api
├── Data_Base
├── README.txt
├── doc
├── include
├── lib
├── project
├── src
└── test file
Under doc, there is a STM32CubeProgrammer_API.chm
hth
KnarfB