Difference between revisions of "Stm32 F031k6 Reference"

From RevSpace
Jump to navigation Jump to search
(Programming)
(Library)
Line 12: Line 12:
 
# [https://www.st.com/content/st_com/en/support/learning/stm32-education/text-books.html stm32-education text-books]
 
# [https://www.st.com/content/st_com/en/support/learning/stm32-education/text-books.html stm32-education text-books]
 
# [https://legacy.cs.indiana.edu/~geobrown/book.pdf Discovering the STM32 Microcontroller, Geoffry Brown (2016)], [https://github.com/geoffreymbrown/STM32F0-Template source code]
 
# [https://legacy.cs.indiana.edu/~geobrown/book.pdf Discovering the STM32 Microcontroller, Geoffry Brown (2016)], [https://github.com/geoffreymbrown/STM32F0-Template source code]
=== Library ===
+
=== Libraries ===
 
# [https://github.com/libopencm3/libopencm3 libopencm3]
 
# [https://github.com/libopencm3/libopencm3 libopencm3]
  

Revision as of 09:51, 8 March 2020

Reference page for the STM32 F031k6 Microcontroller

Pinouts

  1. Datasheet

Registers

  1. Reference Manual M0
  2. The definitive guide to ARM® Cortex®-M0 and Cortex-M0+ processors Yiu, Joseph (2015)

Programming

Toolchain

  1. GNU Arm Toolchain

Books

  1. stm32-education text-books
  2. Discovering the STM32 Microcontroller, Geoffry Brown (2016), source code

Libraries

  1. libopencm3

Online Tutorials

UART:

  1. PrimeCell® UART (PL011)