cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX API documentation

joergk
Associate

Hi,

I'm new to STM32 tools.

If I add a new component in STM32CubeMX, where can I find the documentation to the added sonftware modules?

E.g. if I add DMA2D from the left pane software is added to the project.

How do I know what this software offers and how to use it.

All I get are references to the controller datasheet and reference manual on mouseover.

Greets,

Joerg

1 ACCEPTED SOLUTION

Accepted Solutions

Now we know the family ...

Go to the 'Tools and Software' tab, click 'MCU and MPU embedded software':

AndrewNeil_0-1729591072115.png

You want the STM32CubeH7 pack:

AndrewNeil_2-1729591236637.png

The User Manual is on the software page, 'Documentation' tab:

https://www.st.com/en/embedded-software/stm32cubeh7.html#documentation

 

Don't know why that isn't directly linked from CubeMX - @STTwo-32 ?


View solution in original post

6 REPLIES 6
Sarra.S
ST Employee

Hello @joergk

You can find Documentation or user manual in the Help menu in STM32CubeMX, but most importantly, when you generate the code, for DMA2D for example, you will find in your main.c MX_DMA2D_Init(); where you can find the configuration you did using cubeMX.

Check:

Introduction to STM32CubeMX

How to build a “Blink LED” project from STM32CubeMX for ST/Atollic TrueSTUDIO® for STM32™ (youtube.com)

 

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

See also the HAL documentation for the particular STM32 family - it will be linked from the Product Page for the family

joergk
Associate

"it will be linked from the Product Page for the family"

Where? On the website? Can not find it there.

https://www.st.com/en/microcontrollers-microprocessors/stm32h7-series.html 

Now we know the family ...

Go to the 'Tools and Software' tab, click 'MCU and MPU embedded software':

AndrewNeil_0-1729591072115.png

You want the STM32CubeH7 pack:

AndrewNeil_2-1729591236637.png

The User Manual is on the software page, 'Documentation' tab:

https://www.st.com/en/embedded-software/stm32cubeh7.html#documentation

 

Don't know why that isn't directly linked from CubeMX - @STTwo-32 ?


Hi @Andrew Neil 

I will escalate this suggestion to the STM32CubeMX team to consider it on the Future. Thank you.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Thanks.

Also, the HAL manual should be linked in the 'Documents' tab for both the family and specific chip Product Pages.