Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Filimonchuk <dmitrystu@gmail.com>2020-09-21 20:13:19 +0300
committerDmitry Filimonchuk <dmitrystu@gmail.com>2020-09-21 20:13:19 +0300
commit87950113fe0098d81b5b84757fe8d3311ef62244 (patch)
tree330248240237f1a2393fba0d6f145e6e3b6c3133 /hardware.md
parentaeda058c6e2f1c6673117b7598fa5eff3d00c922 (diff)
add hardware info
Diffstat (limited to 'hardware.md')
-rw-r--r--hardware.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/hardware.md b/hardware.md
new file mode 100644
index 0000000..c261860
--- /dev/null
+++ b/hardware.md
@@ -0,0 +1,37 @@
+## HARDWARE
+
+| Target | Board | Notes |
+|----------------|----------------------------|---------------------------------------------|
+| stm32f103x6 | bluepill | |
+| stm32f303xe | NUCLEO-F303RE + NUCLEO2USB | |
+| stm32f105xb | NUCLEO-F105RB + NUCLEO2USB | based on NUCLEO-F103RE, direct replacement |
+| stm32l052x8 | DIY board | |
+| stm32l100xc | STM32L100C-DISCO | |
+| stm32l476xg | NUCLEO-L476RG + NUCLEO2USB | |
+| stm32f429xi | NUCLEO-F429ZI | |
+| stm32f429xi_hs | NUCLEO-F429ZI | |
+| stm32l433cc | bluepill with STM32L433CC | direct replacement, R10 removed |
+| stm32f070xb | bluepill with STM32F070CB | direct replacemrnt, R10 removed |
+| stm32g431xb | NUCLEO-G431RB + NUCLEO2USB | |
+| stm32f446xc | NUCLEO-F446RE + NUCLEO2USB | |
+| stm32f446xc_hs | NUCLEO-F446RE + NUCLEO2USB | |
+| stm32f373xc | bluepill with STM32F373CC | 2 cuts + 1 jumper wire |
+| stm32l053x8 | NUCLEO-L053R8 + NUCLEO2USB | |
+| stm32f405xg | NUCLEO-F405RG + NUCLEO2USB | based on NUCLEO-F103RE, 0.1uF at SB33, SB38 |
+| stm32f405xg_hs | NUCLEO-F405RG + NUCLEO2USB | based on NUCLEO-F103RE, 0.1uF at SB33, SB38 |
+
+
+## NUCLEO2USB SHIELD V0.1
+
+![NUCLEO2USB SHUELD](https://user-images.githubusercontent.com/15378501/89074235-b1c76500-d384-11ea-9881-f75be2e58cda.JPG)
+
++ Compatible with NUCLEO-64 boards
++ Can be configured as 2xOTGFS, 1xOTGFS, 2xDEVFS, 1xDEVFS, 1xDEVFS+1xOTGFS
++ Can provide power to the baseboard from USB1 USB2 and STLINK(U5V) via E5V pin
++ USB FS/LS override jumper (for the NUCLEO-F303RE / NUCLEO-F103RB)
++ 2x micro USB TYPE B connectors
++ ESCDA5V3SC6 USB ESD protection
++ LM3526L USB-OTG power switch with over-current protection
+
+If you are interested in this device or if you have any questions and suggestions please feel
+ free to contact me by e-mail. \ No newline at end of file