cancel
Showing results for 
Search instead for 
Did you mean: 

Where to find details about STMCubeProgrammer C++ API?

ESu.2
Associate

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.

3 REPLIES 3
TDK
Guru

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".

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

KnarfB
Principal III

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