Stm32 F031k6 Reference: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
# [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] | ||
== Libraries | == Libraries == | ||
# [https://github.com/libopencm3/libopencm3 libopencm3]. :Examples: [https://github.com/libopencm3/libopencm3-examples/tree/master/examples/stm32/f0/stm32f0-discovery UART] | # [https://github.com/libopencm3/libopencm3 libopencm3]. :Examples: [https://github.com/libopencm3/libopencm3-examples/tree/master/examples/stm32/f0/stm32f0-discovery UART] | ||
== Code examples == | |||
# Make files (?) | |||
== Online tutorials == | == Online tutorials == |
Latest revision as of 09:15, 8 March 2020
Reference page for the STM32 F031k6 Microcontroller
Hardware
Pins
Registers
- STM32 Reference Manual M0
- The definitive guide to ARM® Cortex®-M0 and Cortex-M0+ processors. Yiu, Joseph (2015).
Peripherals
Programming (C)
Toolchain
Books
Libraries
- libopencm3. :Examples: UART
Code examples
- Make files (?)