Skip to main content
CNguy.11
Visitor II
June 27, 2019
Question

Does STM32CubeMX provide the user manual or technical explanation?

  • June 27, 2019
  • 3 replies
  • 897 views

In order to configure the STM32F446ZCT MCU, there are many un-explained parameters I'd like to know in order to set up it correctly before the code can be generated.

This topic has been closed for replies.

3 replies

waclawek.jan
Super User
June 27, 2019

Go to https://www.st.com/en/microcontrollers-microprocessors/stm32f446zc.html, click on Resources tab, and download the Datasheet and the Reference Manual.

Those will answer most of your questions.

JW

Tesla DeLorean
Guru
June 27, 2019

You might try the videos on this site and on you tube.

I always assumed the CubeMX was a hunt-n-peck discovery tool for people what can't read good, or otherwise find technical documentation too challenging, or bothersome.

Most of the people here with a solid grasp of the hardware just program it in more direct ways.

#DerekZoolanderSTEMInstitute

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Pavel A.
June 28, 2019

CubeMX conveniently finds all documents on specific MCU for you; RM, technotes, errata and so on.

Help-> Docs and resources (in old Cube versions, not sure for 5.x)

-- pa