You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/modm/board/disco_f429zi/module.lb
+21-2Lines changed: 21 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,25 +17,44 @@ def init(module):
17
17
# STM32F429IDISCOVERY
18
18
19
19
[Discovery kit for STM32F429](https://www.st.com/en/evaluation-tools/32f429idiscovery.html)
20
+
21
+
## Logging
22
+
23
+
To use the logging, you need to close SB11 and SB15 and upgrade the STLINK/V2-B
24
+
firmware! See Section 6.3 "Embedded ST-LINK/V2-B" of UM1670.
25
+
26
+
## TinyUSB
27
+
28
+
To use the USB port, you must configure TinyUSB to use the HS port in FS mode:
Copy file name to clipboardExpand all lines: src/modm/board/disco_f746ng/module.lb
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,46 @@ def init(module):
17
17
# STM32F7DISCOVERY
18
18
19
19
[Discovery kit for STM32F746](https://www.st.com/en/evaluation-tools/32f746gdiscovery.html)
20
+
21
+
## TinyUSB
22
+
23
+
This board has two USB ports: one with Full Speed support and another with true
24
+
High Speed support. By default, TinyUSB runs the device classes on the FS port,
25
+
however, you can reassign it to HS via this option:
0 commit comments