Hi I am new t STM32 platform and I want to learn more about registers of NUCLEO-F401RE board but i can't find an explicit datasheet for this purpose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-04 5:39 PM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-04 7:37 PM
Nucleo is a PCB board on which the microcontroller STM32F401 has been soldered onto it.
From the board user manual, you get the exact chip name (probably in QFP64 package version), then go to ST web site and find STM32F401 documents, programming manual for the core instruction sets, reference manual for the internal peripheral registers (SPI, ADC, DAC....), and datasheet for electrical and pinout info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-04 7:37 PM
Nucleo is a PCB board on which the microcontroller STM32F401 has been soldered onto it.
From the board user manual, you get the exact chip name (probably in QFP64 package version), then go to ST web site and find STM32F401 documents, programming manual for the core instruction sets, reference manual for the internal peripheral registers (SPI, ADC, DAC....), and datasheet for electrical and pinout info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-04 9:36 PM
The Reference Manual describes the registers for the peripheral instances, and the base address for each instance.
It's not like an 8051, there's not a manual describing every single register individually.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-05 3:30 PM
Thank you @S.Ma​, indeed Reference manual contains registers for what I need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-06 4:53 AM - edited ‎2023-11-20 8:56 AM
Hello @AAzda.1​ & welcome to ST Community,
You can find the documentation related to the microcontroller at this link.
Also, here you can find documentation related to the board.
Hope this helps!
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.
