Difference between revisions of "Stm32 F031k6 Reference"

From RevSpace
Jump to navigation Jump to search
Line 11: Line 11:
 
# [http://infocenter.arm.com/help/topic/com.arm.doc.ddi0183f/DDI0183.pdf PrimeCell® UART (PL011)]
 
# [http://infocenter.arm.com/help/topic/com.arm.doc.ddi0183f/DDI0183.pdf PrimeCell® UART (PL011)]
  
= Programming =
+
= Programming (C) =
 
== Toolchain ==
 
== Toolchain ==
 
# [https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm GNU Arm Toolchain]
 
# [https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm GNU Arm Toolchain]

Revision as of 11:05, 8 March 2020

Reference page for the STM32 F031k6 Microcontroller

Hardware

Pins

  1. Datasheet

Registers

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

Peripherals

  1. PrimeCell® UART (PL011)

Programming (C)

Toolchain

  1. GNU Arm Toolchain

Books

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

Libraries and example code

  1. libopencm3. :Examples: UART

Online tutorials