Compare commits

...

2 Commits

Author SHA1 Message Date
7a3b357c2d ECAD: created USB-C schematic 2025-09-06 22:11:49 -07:00
b1cd200d54 SW: updated CubeMX pins for MS5607 2025-09-06 21:10:07 -07:00
11 changed files with 2987 additions and 16 deletions

View File

@@ -2238,7 +2238,7 @@
) )
(uuid "15ff75cf-aad7-4187-b65b-a2d4195e8d9b") (uuid "15ff75cf-aad7-4187-b65b-a2d4195e8d9b")
) )
(hierarchical_label "USB_DN" (hierarchical_label "USB_D-"
(shape bidirectional) (shape bidirectional)
(at 189.23 88.9 0) (at 189.23 88.9 0)
(effects (effects
@@ -2328,7 +2328,7 @@
) )
(uuid "a8becb29-7567-4250-94ca-5d25c91ca1ae") (uuid "a8becb29-7567-4250-94ca-5d25c91ca1ae")
) )
(hierarchical_label "USB_DP" (hierarchical_label "USB_D+"
(shape bidirectional) (shape bidirectional)
(at 189.23 91.44 0) (at 189.23 91.44 0)
(effects (effects

View File

@@ -625,6 +625,10 @@
[ [
"3b69b8b5-74b9-4ef8-b089-9f6703a47935", "3b69b8b5-74b9-4ef8-b089-9f6703a47935",
"Pressure Sensor" "Pressure Sensor"
],
[
"1545cd58-ec56-43ca-991f-528eab9b04ea",
"USB"
] ]
], ],
"text_variables": {} "text_variables": {}

View File

@@ -15,6 +15,26 @@
) )
(uuid "0a7021f9-762b-4f72-be78-80ae7841368c") (uuid "0a7021f9-762b-4f72-be78-80ae7841368c")
) )
(wire
(pts
(xy 184.15 88.9) (xy 194.31 88.9)
)
(stroke
(width 0)
(type default)
)
(uuid "25be2a33-117e-42e6-b6d7-13f5c9350b88")
)
(wire
(pts
(xy 184.15 86.36) (xy 194.31 86.36)
)
(stroke
(width 0)
(type default)
)
(uuid "2962ea9b-55f6-4186-92d8-6a33bed4f6dd")
)
(wire (wire
(pts (pts
(xy 137.16 107.95) (xy 152.4 107.95) (xy 137.16 107.95) (xy 152.4 107.95)
@@ -105,6 +125,68 @@
) )
(uuid "c6009f43-4e6d-4c8e-982b-c4f7d1f909c7") (uuid "c6009f43-4e6d-4c8e-982b-c4f7d1f909c7")
) )
(sheet
(at 194.31 85.09)
(size 12.7 5.08)
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(dnp no)
(fields_autoplaced yes)
(stroke
(width 0.1524)
(type solid)
)
(fill
(color 0 0 0 0.0000)
)
(uuid "1545cd58-ec56-43ca-991f-528eab9b04ea")
(property "Sheetname" "USB"
(at 194.31 84.3784 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
)
)
(property "Sheetfile" "usb-c.kicad_sch"
(at 194.31 90.7546 0)
(effects
(font
(size 1.27 1.27)
)
(justify left top)
)
)
(pin "D+" bidirectional
(at 194.31 86.36 180)
(uuid "fd321604-bf4c-4306-b4fa-179e106bcfdf")
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(pin "D-" bidirectional
(at 194.31 88.9 180)
(uuid "552f5c22-8930-4991-91e1-865ac96b0fec")
(effects
(font
(size 1.27 1.27)
)
(justify left)
)
)
(instances
(project "dyna-micro"
(path "/0389eb62-6503-47dc-9bba-f194441b9f54"
(page "5")
)
)
)
)
(sheet (sheet
(at 121.92 83.82) (at 121.92 83.82)
(size 15.24 12.7) (size 15.24 12.7)
@@ -239,7 +321,7 @@
(justify left) (justify left)
) )
) )
(pin "USB_DN" bidirectional (pin "USB_D-" bidirectional
(at 184.15 88.9 0) (at 184.15 88.9 0)
(uuid "438d4058-3668-4025-b855-bc059ee0a2d3") (uuid "438d4058-3668-4025-b855-bc059ee0a2d3")
(effects (effects
@@ -279,7 +361,7 @@
(justify left) (justify left)
) )
) )
(pin "USB_DP" bidirectional (pin "USB_D+" bidirectional
(at 184.15 86.36 0) (at 184.15 86.36 0)
(uuid "20a21a7f-7d95-41ae-95a2-af86583badee") (uuid "20a21a7f-7d95-41ae-95a2-af86583badee")
(effects (effects

File diff suppressed because it is too large Load Diff

View File

@@ -18,19 +18,20 @@ Mcu.Name=STM32L4Q5CGTx
Mcu.Package=LQFP48 Mcu.Package=LQFP48
Mcu.Pin0=PA5 Mcu.Pin0=PA5
Mcu.Pin1=PA6 Mcu.Pin1=PA6
Mcu.Pin10=PB5 Mcu.Pin10=PB4 (NJTRST)
Mcu.Pin11=PB6 Mcu.Pin11=PB5
Mcu.Pin12=PB7 Mcu.Pin12=PB6
Mcu.Pin13=VP_SYS_VS_Systick Mcu.Pin13=PB7
Mcu.Pin14=VP_SYS_VS_Systick
Mcu.Pin2=PA7 Mcu.Pin2=PA7
Mcu.Pin3=PA11 Mcu.Pin3=PB0
Mcu.Pin4=PA12 Mcu.Pin4=PA11
Mcu.Pin5=PA13 (JTMS/SWDIO) Mcu.Pin5=PA12
Mcu.Pin6=PA14 (JTCK/SWCLK) Mcu.Pin6=PA13 (JTMS/SWDIO)
Mcu.Pin7=PA15 (JTDI) Mcu.Pin7=PA14 (JTCK/SWCLK)
Mcu.Pin8=PB3 (JTDO/TRACESWO) Mcu.Pin8=PA15 (JTDI)
Mcu.Pin9=PB4 (NJTRST) Mcu.Pin9=PB3 (JTDO/TRACESWO)
Mcu.PinsNb=14 Mcu.PinsNb=15
Mcu.ThirdPartyNb=0 Mcu.ThirdPartyNb=0
Mcu.UserConstants= Mcu.UserConstants=
Mcu.UserName=STM32L4Q5CGTx Mcu.UserName=STM32L4Q5CGTx
@@ -59,12 +60,22 @@ PA15\ (JTDI).GPIOParameters=GPIO_Label
PA15\ (JTDI).GPIO_Label=FLASH_CS PA15\ (JTDI).GPIO_Label=FLASH_CS
PA15\ (JTDI).Locked=true PA15\ (JTDI).Locked=true
PA15\ (JTDI).Signal=GPIO_Output PA15\ (JTDI).Signal=GPIO_Output
PA5.GPIOParameters=GPIO_Label
PA5.GPIO_Label=PRES_SCK
PA5.Mode=Full_Duplex_Master PA5.Mode=Full_Duplex_Master
PA5.Signal=SPI1_SCK PA5.Signal=SPI1_SCK
PA6.GPIOParameters=GPIO_Label
PA6.GPIO_Label=PRES_MISO
PA6.Mode=Full_Duplex_Master PA6.Mode=Full_Duplex_Master
PA6.Signal=SPI1_MISO PA6.Signal=SPI1_MISO
PA7.GPIOParameters=GPIO_Label
PA7.GPIO_Label=PRES_MOSI
PA7.Mode=Full_Duplex_Master PA7.Mode=Full_Duplex_Master
PA7.Signal=SPI1_MOSI PA7.Signal=SPI1_MOSI
PB0.GPIOParameters=GPIO_Label
PB0.GPIO_Label=PRES_CS
PB0.Locked=true
PB0.Signal=GPIO_Output
PB3\ (JTDO/TRACESWO).GPIOParameters=GPIO_Label PB3\ (JTDO/TRACESWO).GPIOParameters=GPIO_Label
PB3\ (JTDO/TRACESWO).GPIO_Label=FLASH_SCK PB3\ (JTDO/TRACESWO).GPIO_Label=FLASH_SCK
PB3\ (JTDO/TRACESWO).Mode=Full_Duplex_Master PB3\ (JTDO/TRACESWO).Mode=Full_Duplex_Master