[bsp][stm32] 修改STM32G474 ioc工程为正确的芯片型号
This commit is contained in:
parent
99e80f8d33
commit
1d748a7fd8
|
@ -19,7 +19,7 @@ CAD.pinconfig=
|
|||
CAD.provider=
|
||||
File.Version=6
|
||||
KeepUserPlacement=true
|
||||
Mcu.CPN=STM32G431RBT6
|
||||
Mcu.CPN=STM32G474RET6
|
||||
Mcu.Family=STM32G4
|
||||
Mcu.IP0=ADC1
|
||||
Mcu.IP1=ADC2
|
||||
|
@ -33,7 +33,7 @@ Mcu.IP7=TIM3
|
|||
Mcu.IP8=TIM4
|
||||
Mcu.IP9=TIM8
|
||||
Mcu.IPNb=11
|
||||
Mcu.Name=STM32G431R(6-8-B)Tx
|
||||
Mcu.Name=STM32G474R(B-C-E)Tx
|
||||
Mcu.Package=LQFP64
|
||||
Mcu.Pin0=PC14-OSC32_IN
|
||||
Mcu.Pin1=PC15-OSC32_OUT
|
||||
|
@ -66,7 +66,7 @@ Mcu.Pin9=PA3
|
|||
Mcu.PinsNb=28
|
||||
Mcu.ThirdPartyNb=0
|
||||
Mcu.UserConstants=
|
||||
Mcu.UserName=STM32G431RBTx
|
||||
Mcu.UserName=STM32G474RETx
|
||||
MxCube.Version=6.8.0
|
||||
MxDb.Version=DB.6.0.80
|
||||
NVIC.BusFault_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:false
|
||||
|
@ -143,7 +143,7 @@ ProjectManager.CoupleFile=false
|
|||
ProjectManager.CustomerFirmwarePackage=
|
||||
ProjectManager.DefaultFWLocation=true
|
||||
ProjectManager.DeletePrevious=true
|
||||
ProjectManager.DeviceId=STM32G431RBTx
|
||||
ProjectManager.DeviceId=STM32G474RETx
|
||||
ProjectManager.FirmwarePackage=STM32Cube FW_G4 V1.5.1
|
||||
ProjectManager.FreePins=false
|
||||
ProjectManager.HalAssertFull=false
|
||||
|
@ -245,5 +245,5 @@ VP_TIM4_VS_ClockSourceINT.Mode=Internal
|
|||
VP_TIM4_VS_ClockSourceINT.Signal=TIM4_VS_ClockSourceINT
|
||||
VP_TIM8_VS_ClockSourceINT.Mode=Internal
|
||||
VP_TIM8_VS_ClockSourceINT.Signal=TIM8_VS_ClockSourceINT
|
||||
board=NUCLEO-G431RB
|
||||
board=NUCLEO-G474RE
|
||||
boardIOC=true
|
||||
|
|
Loading…
Reference in New Issue