Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample schematics for stm32 mcus #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions eagle/stm32f072/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# STM32F072 Sample Circuit

This is a tried and true MCU circuit for an STM32F072.

Things to be aware of:

* The library of parts is available here: https://github.com/clueboard/eagle_libs
* Decoupling caps should be placed near the pins they are connected to in the schematic.
* There is some debate about how necessary the tantalum caps are. I have successfully omitted them.
* The RESET circuit allows you to provide a 1-button entry to DFU, similar to how AVR works.
Binary file added eagle/stm32f072/stm32f072.pdf
Binary file not shown.
2,686 changes: 2,686 additions & 0 deletions eagle/stm32f072/stm32f072.sch

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions eagle/stm32f303/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# STM32F303 Sample Circuit

This is a tried and true MCU circuit for an STM32F303. It has been used in multiple keyboards including the Clueboard 66%.

Things to be aware of:

* The library of parts is available here: https://github.com/clueboard/eagle_libs
* Decoupling caps should be placed near the pins they are connected to in the schematic.
* There is some debate about how necessary the tantalum caps are. I have successfully omitted them.
* The RESET circuit allows you to provide a 1-button entry to DFU, similar to how AVR works.
Binary file added eagle/stm32f303/stm32f303.pdf
Binary file not shown.
Loading