display pins
This commit is contained in:
@ -43,20 +43,23 @@ Mcu.Pin23=PC11
|
||||
Mcu.Pin24=PC12
|
||||
Mcu.Pin25=PD1
|
||||
Mcu.Pin26=PD2
|
||||
Mcu.Pin27=PB3
|
||||
Mcu.Pin28=PB4
|
||||
Mcu.Pin29=PB5
|
||||
Mcu.Pin27=PD7
|
||||
Mcu.Pin28=PB3
|
||||
Mcu.Pin29=PB4
|
||||
Mcu.Pin3=PE5
|
||||
Mcu.Pin30=VP_SYS_VS_Systick
|
||||
Mcu.Pin30=PB5
|
||||
Mcu.Pin31=PB6
|
||||
Mcu.Pin32=PB7
|
||||
Mcu.Pin33=VP_SYS_VS_Systick
|
||||
Mcu.Pin4=PE6
|
||||
Mcu.Pin5=OSC_IN
|
||||
Mcu.Pin6=OSC_OUT
|
||||
Mcu.Pin7=PA1
|
||||
Mcu.Pin8=PA2
|
||||
Mcu.Pin9=PA3
|
||||
Mcu.PinsNb=31
|
||||
Mcu.PinsNb=34
|
||||
Mcu.ThirdPartyNb=0
|
||||
Mcu.UserConstants=debugUart,huart4;mbusUart,huart5;frontendAdc,hadc1;eepromSpi,hspi2;etherSpi,hspi1
|
||||
Mcu.UserConstants=debugUart,huart4;mbusUart,huart5;frontendAdc,hadc1;eepromSpi,hspi2;etherSpi,hspi1;displaySpi,hspi3;debugUartIRQn,UART4_IRQn
|
||||
Mcu.UserName=STM32F103VCTx
|
||||
MxCube.Version=6.0.0
|
||||
MxDb.Version=DB.6.0.0
|
||||
@ -131,12 +134,26 @@ PB15.GPIOParameters=GPIO_Label
|
||||
PB15.GPIO_Label=EEPROM_MOSI
|
||||
PB15.Mode=Full_Duplex_Master
|
||||
PB15.Signal=SPI2_MOSI
|
||||
PB3.GPIOParameters=GPIO_Label
|
||||
PB3.GPIO_Label=Display_SCLK
|
||||
PB3.Mode=Full_Duplex_Master
|
||||
PB3.Signal=SPI3_SCK
|
||||
PB4.GPIOParameters=GPIO_Label
|
||||
PB4.GPIO_Label=Display_MISO
|
||||
PB4.Mode=Full_Duplex_Master
|
||||
PB4.Signal=SPI3_MISO
|
||||
PB5.GPIOParameters=GPIO_Label
|
||||
PB5.GPIO_Label=Display_MOSI
|
||||
PB5.Mode=Full_Duplex_Master
|
||||
PB5.Signal=SPI3_MOSI
|
||||
PB6.GPIOParameters=GPIO_Label
|
||||
PB6.GPIO_Label=Display_DC
|
||||
PB6.Locked=true
|
||||
PB6.Signal=GPIO_Output
|
||||
PB7.GPIOParameters=GPIO_Label
|
||||
PB7.GPIO_Label=Display_RES
|
||||
PB7.Locked=true
|
||||
PB7.Signal=GPIO_Output
|
||||
PC10.GPIOParameters=GPIO_Label
|
||||
PC10.GPIO_Label=Debug_TX
|
||||
PC10.Mode=Asynchronous
|
||||
@ -157,6 +174,10 @@ PD2.GPIOParameters=GPIO_Label
|
||||
PD2.GPIO_Label=MBus_RX
|
||||
PD2.Mode=Asynchronous
|
||||
PD2.Signal=UART5_RX
|
||||
PD7.GPIOParameters=GPIO_Label
|
||||
PD7.GPIO_Label=Display_CS
|
||||
PD7.Locked=true
|
||||
PD7.Signal=GPIO_Output
|
||||
PE12.GPIOParameters=GPIO_Label
|
||||
PE12.GPIO_Label=Debug_Signal_2
|
||||
PE12.Locked=true
|
||||
|
Reference in New Issue
Block a user