2026-03-14 11:35 AM - last edited on 2026-03-14 12:11 PM by Peter BENSCH
Hello All,
I have the NUCLEO-C562RE board and I wanted to get started with it. But I am lost and not able to find any documentation related to architecture manual or user manual. I am new to ST boards, previously I used Aurix TC375. Has someone here in the community used this board or similar one and know how to work around it? It would be really helpful.
Thanks
Solved! Go to Solution.
2026-03-16 5:13 AM
@thetallnomad wrote:Is there any specific version of CubeMX to be installed?
The C5 is a new family - it uses the new CubeMX2.
But it seems that's not available yet.
See also: STM32CubeMX2.,
2026-03-14 12:05 PM
A user manual is available on the documentation page of the board. This is board-specific.
https://www.st.com/en/evaluation-tools/nucleo-c562re.html#documentation
The Reference Manual tells how the chip operates at a register level:
https://www.st.com/en/microcontrollers-microprocessors/stm32c562re.html#documentation
2026-03-16 1:58 AM
So there's no examples / CubeMX support out there yet?
If not, when can we expect that?
2026-03-16 4:04 AM - edited 2026-03-16 4:10 AM
Thanks for the documents.
I wanted to create a project in CubeMX and I dont see this STM32C5 series board options. I couldn't find it in MCU selector or board selector option. I could only see STM32C0.
Is there any specific version of CubeMX to be installed? I want the libraries and drivers for this board to write any application code or use FreeRTOS on it.
What I couldnt find from the above links you shared is the architecture manual. I wanted to know the address range of peripherals to write my own drivers or low-level APIs.
Any inputs here would be greatly appreciated.
Thanks
2026-03-16 5:03 AM
> What I couldnt find from the above links you shared is the architecture manual.
> I wanted to know the address range of peripherals to write my own drivers or low-level APIs.
You should find this in the Reference Manual and datasheet, follow the link TDK gave you before:
> The Reference Manual tells how the chip operates at a register level:
> https://www.st.com/en/microcontrollers-microprocessors/stm32c562re.html#documentation
2026-03-16 5:13 AM
@thetallnomad wrote:Is there any specific version of CubeMX to be installed?
The C5 is a new family - it uses the new CubeMX2.
But it seems that's not available yet.
See also: STM32CubeMX2.,
2026-03-16 5:17 AM
@Andrew Neil wrote:
The C5 is a new family - it uses the new CubeMX2.
Indeed.
@Andrew Neil wrote:
But it seems that's not available yet.
I think it will be available today or by tomorrow.
2026-03-16 5:26 AM - edited 2026-03-16 10:39 AM
New Knowledge base article just dropped:
PS:
And another:
PPS:
In Developer News:
STM32Cube Ecosystem for STM32C5 series
Introducing STM32CubeMX2, a new flavour of STM32CubeMX tool
2026-03-17 12:26 AM
2026-03-17 2:08 AM - edited 2026-03-17 2:08 AM
Keep an eye to the list of articles with label STM32CubeMX2. You can subscribe to get notification about any new article there.
-Amel
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.