Skip to main content
ESu.2
Associate
September 29, 2021
Question

Where to find details about STMCubeProgrammer C++ API?

  • September 29, 2021
  • 2 replies
  • 1105 views

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.

This topic has been closed for replies.

2 replies

TDK
Super User
September 29, 2021

Are you looking in /doc or /api/doc?

By default, should be at:

C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\api\doc\STM32CubeProgrammer_API.chm

"If you feel a post has answered your question, please click ""Accept as Solution""."
ESu.2
ESu.2Author
Associate
September 29, 2021

Thanks! I was looking in `/doc` folder. You are right, I see something in `/api/doc`.

KnarfB
Super User
September 29, 2021

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