Compare commits

..

1 Commits

Author SHA1 Message Date
be39ab1973 SW #51: Moved debug LED to PB7 in CubeMX 2025-09-30 20:24:15 -07:00

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