Compare commits

..

3 Commits

Author SHA1 Message Date
2c81258249 ECAD #25: PCB layout 2025-11-06 19:46:59 -08:00
0f16f7214f ECAD #25: Preliminary PCB layout 2025-10-29 21:41:14 -07:00
be39ab1973 SW #51: Moved debug LED to PB7 in CubeMX 2025-09-30 20:24:15 -07:00
37 changed files with 114672 additions and 5 deletions

View File

@@ -2436,7 +2436,7 @@
(justify left) (justify left)
) )
) )
(property "Footprint" "" (property "Footprint" "Connector_JST:JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal"
(at 148.59 82.296 90) (at 148.59 82.296 90)
(effects (effects
(font (font

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"board": { "board": {
"active_layer": 25, "active_layer": 17,
"active_layer_preset": "", "active_layer_preset": "",
"auto_track_width": true, "auto_track_width": true,
"hidden_netclasses": [], "hidden_netclasses": [],

File diff suppressed because it is too large Load Diff

View File

@@ -27,9 +27,10 @@ Mcu.Pin14=PA13 (JTMS/SWDIO)
Mcu.Pin15=PA14 (JTCK/SWCLK) Mcu.Pin15=PA14 (JTCK/SWCLK)
Mcu.Pin16=PB3 (JTDO/TRACESWO) Mcu.Pin16=PB3 (JTDO/TRACESWO)
Mcu.Pin17=PB4 (NJTRST) Mcu.Pin17=PB4 (NJTRST)
Mcu.Pin18=PH3-BOOT0 Mcu.Pin18=PB7
Mcu.Pin19=VP_SYS_VS_Systick Mcu.Pin19=PH3-BOOT0
Mcu.Pin2=PA2 Mcu.Pin2=PA2
Mcu.Pin20=VP_SYS_VS_Systick
Mcu.Pin3=PA5 Mcu.Pin3=PA5
Mcu.Pin4=PA6 Mcu.Pin4=PA6
Mcu.Pin5=PA7 Mcu.Pin5=PA7
@@ -37,7 +38,7 @@ Mcu.Pin6=PB0
Mcu.Pin7=PB12 Mcu.Pin7=PB12
Mcu.Pin8=PB14 Mcu.Pin8=PB14
Mcu.Pin9=PB15 Mcu.Pin9=PB15
Mcu.PinsNb=20 Mcu.PinsNb=21
Mcu.ThirdPartyNb=0 Mcu.ThirdPartyNb=0
Mcu.UserConstants= Mcu.UserConstants=
Mcu.UserName=STM32L4Q5CGTx Mcu.UserName=STM32L4Q5CGTx
@@ -104,6 +105,10 @@ PB3\ (JTDO/TRACESWO).Mode=SD_4_bits_Wide_bus
PB3\ (JTDO/TRACESWO).Signal=SDMMC2_D2 PB3\ (JTDO/TRACESWO).Signal=SDMMC2_D2
PB4\ (NJTRST).Mode=SD_4_bits_Wide_bus PB4\ (NJTRST).Mode=SD_4_bits_Wide_bus
PB4\ (NJTRST).Signal=SDMMC2_D3 PB4\ (NJTRST).Signal=SDMMC2_D3
PB7.GPIOParameters=GPIO_Label
PB7.GPIO_Label=DEBUG_LED
PB7.Locked=true
PB7.Signal=GPIO_Output
PH3-BOOT0.Locked=true PH3-BOOT0.Locked=true
PinOutPanel.RotationAngle=0 PinOutPanel.RotationAngle=0
ProjectManager.AskForMigrate=true ProjectManager.AskForMigrate=true