Difference between revisions of "Stm32 F031k6 Reference"

From RevSpace
Jump to navigation Jump to search
Line 8: Line 8:
 
# [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]
 +
 +
 +
Example code:
 +
UART:
 +
The definitive guide to ARM® Cortex®-M0 and Cortex-M0+ processors   
 +
Yiu, Joseph, author. 
 +
Kidlington, Oxford ; Waltham, Massachusetts : Newner, an imprint of Elsevier, 2nd ed., 2015

Revision as of 23:53, 7 March 2020

Reference page for the STM32 F031k6 Microcontroller


  1. Datasheet
  2. Reference Manual M0
  3. PrimeCell® UART (PL011)
  4. GNU Arm Toolchain
  5. stm32-education text-books
  6. Discovering the STM32 Microcontroller, Geoffry Brown (2016), source code


Example code: UART: The definitive guide to ARM® Cortex®-M0 and Cortex-M0+ processors Yiu, Joseph, author. Kidlington, Oxford ; Waltham, Massachusetts : Newner, an imprint of Elsevier, 2nd ed., 2015