Stm32 F031k6 Reference: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
== Registers == | == Registers == | ||
# [https://www.st.com/content/ccc/resource/technical/document/reference_manual/c2/f8/8a/f2/18/e6/43/96/DM00031936.pdf/files/DM00031936.pdf/jcr:content/translations/en.DM00031936.pdf Reference Manual M0] | # [https://www.st.com/content/ccc/resource/technical/document/reference_manual/c2/f8/8a/f2/18/e6/43/96/DM00031936.pdf/files/DM00031936.pdf/jcr:content/translations/en.DM00031936.pdf Reference Manual M0] | ||
# The definitive guide to ARM® Cortex®-M0 and Cortex-M0+ processors Yiu, Joseph (2015) | |||
== Programming == | == Programming == | ||
# [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] | ||
Line 10: | Line 11: | ||
# [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] | ||
== UART: == | == UART: == | ||
# [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)] |
Revision as of 22:58, 7 March 2020
Reference page for the STM32 F031k6 Microcontroller
Pinouts
Registers
- Reference Manual M0
- The definitive guide to ARM® Cortex®-M0 and Cortex-M0+ processors Yiu, Joseph (2015)
Programming
- GNU Arm Toolchain
- stm32-education text-books
- Discovering the STM32 Microcontroller, Geoffry Brown (2016), source code