Skip to main content
Najam
Associate II
April 14, 2023
Solved

I am using an STM32F031K6T6 but I am not able to find a document that explains registers for this micro controller in detail. Please let me know which document would explain that.

  • April 14, 2023
  • 2 replies
  • 945 views

..

This topic has been closed for replies.
Best answer by Tesla DeLorean

The Data Sheet covers the pins and electrical details

The Reference Manual covers the peripherals and their registers

The Programming Manual covers the MCU level stuff, akin to the ARM TRM (Technical Reference Manual)

See Documentation Tab under the Product Page

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

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

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
April 14, 2023

The Data Sheet covers the pins and electrical details

The Reference Manual covers the peripherals and their registers

The Programming Manual covers the MCU level stuff, akin to the ARM TRM (Technical Reference Manual)

See Documentation Tab under the Product Page

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

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

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Najam
NajamAuthor
Associate II
April 14, 2023

Thanks Tesla