cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F411RE nucleo register information

sreedev
Associate
Posted on April 12, 2015 at 11:58

Hello, 

I started ARM development today using the STM32F411RE nucleo board. Previously I have had fair amount of experience with AVR and PIC. Presently I am using mbed for application development. I want to know about the internal registers of this microcontroller. However, I am unable to find it even though I searched a lot. I have seen documents containing info of the registers of other st32 devices but not this one. Can someone point me to the document having information about all the registers present inside the microcontroller.

Thanks

#stm32f411re-registers
2 REPLIES 2
tm3341
Associate II
Posted on April 12, 2015 at 13:13

Mbed is a platform which can be compared to Arduino.

It hides EVERYTHING from you.

To get all registers, you can check STM32F4xx Reference manual available on link below.

http://www.st.com/web/en/resource/technical/document/reference_manual/DM00031020.pdf

Posted on April 12, 2015 at 14:05

However, I am unable to find it even though I searched a lot.

You're going to need to improve those skills significantly.

http://www.st.com/web/catalog/mmc/FM141/SC1169/SS1577/LN1877/PF260049

 

Go to the ''Design Resources'' tab for the part you are using, there are Reference Manuals, Programming Manuals. ARM also have Technical Reference Manuals for the Cortex-Mx portion.

This is the proper Reference Manual, RM0383

http://www.st.com/st-web-ui/static/active/en/resource/technical/document/reference_manual/DM00119316.pdf

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..