Add files via upload
parent
f9e3846bec
commit
09e24ec071
|
@ -48,33 +48,35 @@ Mcu.Pin29=PD8
|
|||
Mcu.Pin3=PA1
|
||||
Mcu.Pin30=PD9
|
||||
Mcu.Pin31=PD12
|
||||
Mcu.Pin32=PA9
|
||||
Mcu.Pin33=PA10
|
||||
Mcu.Pin34=PA13
|
||||
Mcu.Pin35=PA14
|
||||
Mcu.Pin36=PA15
|
||||
Mcu.Pin37=PC10
|
||||
Mcu.Pin38=PC11
|
||||
Mcu.Pin39=PC12
|
||||
Mcu.Pin32=PD13
|
||||
Mcu.Pin33=PD14
|
||||
Mcu.Pin34=PA9
|
||||
Mcu.Pin35=PA10
|
||||
Mcu.Pin36=PA13
|
||||
Mcu.Pin37=PA14
|
||||
Mcu.Pin38=PA15
|
||||
Mcu.Pin39=PC10
|
||||
Mcu.Pin4=PA2
|
||||
Mcu.Pin40=PD0
|
||||
Mcu.Pin41=PD1
|
||||
Mcu.Pin42=PD2
|
||||
Mcu.Pin43=PD3
|
||||
Mcu.Pin44=PD4
|
||||
Mcu.Pin45=PD7
|
||||
Mcu.Pin46=PB4
|
||||
Mcu.Pin47=PB5
|
||||
Mcu.Pin48=PE0
|
||||
Mcu.Pin49=PE1
|
||||
Mcu.Pin40=PC11
|
||||
Mcu.Pin41=PC12
|
||||
Mcu.Pin42=PD0
|
||||
Mcu.Pin43=PD1
|
||||
Mcu.Pin44=PD2
|
||||
Mcu.Pin45=PD3
|
||||
Mcu.Pin46=PD4
|
||||
Mcu.Pin47=PD7
|
||||
Mcu.Pin48=PB4
|
||||
Mcu.Pin49=PB5
|
||||
Mcu.Pin5=PA3
|
||||
Mcu.Pin50=VP_SYS_VS_Systick
|
||||
Mcu.Pin51=VP_TIM4_VS_ClockSourceINT
|
||||
Mcu.Pin50=PE0
|
||||
Mcu.Pin51=PE1
|
||||
Mcu.Pin52=VP_SYS_VS_Systick
|
||||
Mcu.Pin53=VP_TIM4_VS_ClockSourceINT
|
||||
Mcu.Pin6=PA4
|
||||
Mcu.Pin7=PA5
|
||||
Mcu.Pin8=PA6
|
||||
Mcu.Pin9=PA7
|
||||
Mcu.PinsNb=52
|
||||
Mcu.PinsNb=54
|
||||
Mcu.ThirdPartyNb=0
|
||||
Mcu.UserConstants=
|
||||
Mcu.UserName=STM32F777VITx
|
||||
|
@ -201,6 +203,12 @@ PD1.Signal=GPIO_Output
|
|||
PD12.GPIOParameters=GPIO_Label
|
||||
PD12.GPIO_Label=LCD_PWM
|
||||
PD12.Signal=S_TIM4_CH1
|
||||
PD13.GPIOParameters=GPIO_Label
|
||||
PD13.GPIO_Label=PWM_FAN_L
|
||||
PD13.Signal=S_TIM4_CH2
|
||||
PD14.GPIOParameters=GPIO_Label
|
||||
PD14.GPIO_Label=PWM_FAN_R
|
||||
PD14.Signal=S_TIM4_CH3
|
||||
PD2.GPIOParameters=GPIO_Label
|
||||
PD2.GPIO_Label=BTN_0
|
||||
PD2.Locked=true
|
||||
|
@ -397,6 +405,10 @@ SH.S_TIM3_CH2.0=TIM3_CH2,Encoder_Interface
|
|||
SH.S_TIM3_CH2.ConfNb=1
|
||||
SH.S_TIM4_CH1.0=TIM4_CH1,PWM Generation1 CH1
|
||||
SH.S_TIM4_CH1.ConfNb=1
|
||||
SH.S_TIM4_CH2.0=TIM4_CH2,PWM Generation2 CH2
|
||||
SH.S_TIM4_CH2.ConfNb=1
|
||||
SH.S_TIM4_CH3.0=TIM4_CH3,PWM Generation3 CH3
|
||||
SH.S_TIM4_CH3.ConfNb=1
|
||||
SPI1.CalculateBaudRate=54.0 MBits/s
|
||||
SPI1.Direction=SPI_DIRECTION_2LINES
|
||||
SPI1.IPParameters=VirtualType,Mode,Direction,CalculateBaudRate
|
||||
|
@ -409,7 +421,9 @@ SPI2.IPParameters=VirtualType,Mode,Direction,CalculateBaudRate,BaudRatePrescaler
|
|||
SPI2.Mode=SPI_MODE_MASTER
|
||||
SPI2.VirtualType=VM_MASTER
|
||||
TIM4.Channel-PWM\ Generation1\ CH1=TIM_CHANNEL_1
|
||||
TIM4.IPParameters=Channel-PWM Generation1 CH1
|
||||
TIM4.Channel-PWM\ Generation2\ CH2=TIM_CHANNEL_2
|
||||
TIM4.Channel-PWM\ Generation3\ CH3=TIM_CHANNEL_3
|
||||
TIM4.IPParameters=Channel-PWM Generation1 CH1,Channel-PWM Generation2 CH2,Channel-PWM Generation3 CH3
|
||||
USART1.IPParameters=VirtualMode-Asynchronous
|
||||
USART1.VirtualMode-Asynchronous=VM_ASYNC
|
||||
VP_SYS_VS_Systick.Mode=SysTick
|
||||
|
|
Loading…
Reference in New Issue