cancel
Showing results for 
Search instead for 
Did you mean: 

Documentation for STM32C5 and STM32U5 microcontrollers?

BinhVu
Associate

Does have the STM32C5 and STM32U5 microcontroller documents e.g hardware user manual?

Could you please help me to confirm this?

2 REPLIES 2
STTwo-32
ST Employee

Hello @BinhVu and welcome to the ST Community.

For the STM32U5 series, all MCUs documents are available in this link. If you are looking for a board And not the MCU, you may just tell me the name so I can help you.

For the STM32C5, there is not such MCU on the STM32 MCUs portfolio.

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.

Andrew Neil
Super User

You will always find documentation by going to the Product Page for the particular product, and looking on the 'Documentation' Tab.

There you will find

  • Datasheet (DS) = hardware specifications
  • Reference Manual (RM) = register descriptions, etc
  • plus Application Notes, etc

eg, for STM32U535CB:

AndrewNeil_0-1756716767121.png

https://www.st.com/en/microcontrollers-microprocessors/stm32u535cb.html#documentation

 

For a complete overview of all the STM32 MCU families, see:

https://www.st.com/en/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus.html

There you will see that there is no STM32C5 (as @STTwo-32 said) - only STM32C0:

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

So the documentation is here:

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

 

PS:

See also: How can I find ST product documentation? (Datasheets).

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.