Skip to content

Commit ffe3f34

Browse files
committed
fixed fsm file
1 parent 9443331 commit ffe3f34

File tree

2 files changed

+10
-28
lines changed

2 files changed

+10
-28
lines changed

.vscode/settings.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,5 @@
1111
"--compile-commands-dir=build_fw_dev",
1212
// "--compile-commands-dir=build_fw_test",
1313
"--query-driver=/usr/local/bin/arm-none-eabi-gcc"
14-
],
15-
"files.associations": {
16-
"stm32h5xx.h": "c",
17-
"usbd_def.h": "c",
18-
"stm32h7xx.h": "c",
19-
"stm32h5xx_hal.h": "c",
20-
"stm32h7xx_hal.h": "c",
21-
"hw_usb.h": "c"
22-
}
14+
]
2315
}

firmware/hexray/FSM/src/cubemx/FSM.ioc

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,18 @@ Mcu.IP3=NVIC
5050
Mcu.IP4=PWR
5151
Mcu.IP5=RCC
5252
Mcu.IP6=SYS
53-
Mcu.IP7=USB
54-
Mcu.IPNb=8
53+
Mcu.IPNb=7
5554
Mcu.Name=STM32H562RITx
5655
Mcu.Package=LQFP64
5756
Mcu.Pin0=PH0-OSC_IN(PH0)
5857
Mcu.Pin1=PH1-OSC_OUT(PH1)
59-
Mcu.Pin2=PA11
60-
Mcu.Pin3=PA12
61-
Mcu.Pin4=VP_CORTEX_M33_NS_VS_Hclk
62-
Mcu.Pin5=VP_PWR_VS_SECSignals
63-
Mcu.Pin6=VP_PWR_VS_LPOM
64-
Mcu.Pin7=VP_SYS_VS_tim6
65-
Mcu.Pin8=VP_BOOTPATH_VS_BOOTPATH
66-
Mcu.Pin9=VP_MEMORYMAP_VS_MEMORYMAP
67-
Mcu.PinsNb=10
58+
Mcu.Pin2=VP_CORTEX_M33_NS_VS_Hclk
59+
Mcu.Pin3=VP_PWR_VS_SECSignals
60+
Mcu.Pin4=VP_PWR_VS_LPOM
61+
Mcu.Pin5=VP_SYS_VS_tim6
62+
Mcu.Pin6=VP_BOOTPATH_VS_BOOTPATH
63+
Mcu.Pin7=VP_MEMORYMAP_VS_MEMORYMAP
64+
Mcu.PinsNb=8
6865
Mcu.ThirdPartyNb=0
6966
Mcu.UserConstants=
7067
Mcu.UserName=STM32H562RITx
@@ -83,12 +80,7 @@ NVIC.SysTick_IRQn=true\:15\:0\:false\:false\:false\:false\:true\:false
8380
NVIC.TIM6_IRQn=true\:15\:0\:false\:false\:true\:false\:true\:true
8481
NVIC.TimeBase=TIM6_IRQn
8582
NVIC.TimeBaseIP=TIM6
86-
NVIC.USB_DRD_FS_IRQn=true\:0\:0\:false\:false\:true\:true\:true\:true
8783
NVIC.UsageFault_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false
88-
PA11.Mode=Device
89-
PA11.Signal=USB_DM
90-
PA12.Mode=Device
91-
PA12.Signal=USB_DP
9284
PH0-OSC_IN(PH0).Mode=HSE-External-Oscillator
9385
PH0-OSC_IN(PH0).Signal=RCC_OSC_IN
9486
PH1-OSC_OUT(PH1).Mode=HSE-External-Oscillator
@@ -109,7 +101,7 @@ ProjectManager.FreePins=false
109101
ProjectManager.HalAssertFull=false
110102
ProjectManager.HeapSize=0x200
111103
ProjectManager.KeepUserCode=true
112-
ProjectManager.LastFirmware=true
104+
ProjectManager.LastFirmware=false
113105
ProjectManager.LibraryCopy=0
114106
ProjectManager.MainLocation=Core/Src
115107
ProjectManager.NoMain=false
@@ -206,8 +198,6 @@ RCC.VCOInputFreq_Value=8000000
206198
RCC.VCOOutputFreq_Value=500000000
207199
RCC.VCOPLL2OutputFreq_Value=516000000
208200
RCC.VCOPLL3OutputFreq_Value=516000000
209-
USB.IPParameters=VirtualMode
210-
USB.VirtualMode=Device_Only
211201
VP_BOOTPATH_VS_BOOTPATH.Mode=BP_Activate
212202
VP_BOOTPATH_VS_BOOTPATH.Signal=BOOTPATH_VS_BOOTPATH
213203
VP_CORTEX_M33_NS_VS_Hclk.Mode=Hclk_Mode

0 commit comments

Comments
 (0)