Touch pt. 1
This commit is contained in:
parent
22982db966
commit
46a5748e75
22 changed files with 3528 additions and 613 deletions
|
@ -48,47 +48,53 @@ Mcu.IP1=DMA
|
|||
Mcu.IP2=FSMC
|
||||
Mcu.IP3=NVIC
|
||||
Mcu.IP4=RCC
|
||||
Mcu.IP5=SYS
|
||||
Mcu.IP6=USART1
|
||||
Mcu.IPNb=7
|
||||
Mcu.IP5=SPI2
|
||||
Mcu.IP6=SYS
|
||||
Mcu.IP7=USART1
|
||||
Mcu.IPNb=8
|
||||
Mcu.Name=STM32F407V(E-G)Tx
|
||||
Mcu.Package=LQFP100
|
||||
Mcu.Pin0=PE3
|
||||
Mcu.Pin1=PE4
|
||||
Mcu.Pin10=PE11
|
||||
Mcu.Pin11=PE12
|
||||
Mcu.Pin12=PE13
|
||||
Mcu.Pin13=PE14
|
||||
Mcu.Pin14=PE15
|
||||
Mcu.Pin15=PD8
|
||||
Mcu.Pin16=PD9
|
||||
Mcu.Pin17=PD10
|
||||
Mcu.Pin18=PD13
|
||||
Mcu.Pin19=PD14
|
||||
Mcu.Pin10=PE10
|
||||
Mcu.Pin11=PE11
|
||||
Mcu.Pin12=PE12
|
||||
Mcu.Pin13=PE13
|
||||
Mcu.Pin14=PE14
|
||||
Mcu.Pin15=PE15
|
||||
Mcu.Pin16=PB12
|
||||
Mcu.Pin17=PB13
|
||||
Mcu.Pin18=PB14
|
||||
Mcu.Pin19=PB15
|
||||
Mcu.Pin2=PH0-OSC_IN
|
||||
Mcu.Pin20=PD15
|
||||
Mcu.Pin21=PA9
|
||||
Mcu.Pin22=PA10
|
||||
Mcu.Pin23=PA13
|
||||
Mcu.Pin24=PA14
|
||||
Mcu.Pin25=PA15
|
||||
Mcu.Pin26=PD0
|
||||
Mcu.Pin27=PD1
|
||||
Mcu.Pin28=PD4
|
||||
Mcu.Pin29=PD5
|
||||
Mcu.Pin20=PD8
|
||||
Mcu.Pin21=PD9
|
||||
Mcu.Pin22=PD10
|
||||
Mcu.Pin23=PD13
|
||||
Mcu.Pin24=PD14
|
||||
Mcu.Pin25=PD15
|
||||
Mcu.Pin26=PA9
|
||||
Mcu.Pin27=PA10
|
||||
Mcu.Pin28=PA13
|
||||
Mcu.Pin29=PA14
|
||||
Mcu.Pin3=PH1-OSC_OUT
|
||||
Mcu.Pin30=PD7
|
||||
Mcu.Pin31=PB3
|
||||
Mcu.Pin32=PB4
|
||||
Mcu.Pin33=VP_CRC_VS_CRC
|
||||
Mcu.Pin34=VP_SYS_VS_Systick
|
||||
Mcu.Pin30=PA15
|
||||
Mcu.Pin31=PD0
|
||||
Mcu.Pin32=PD1
|
||||
Mcu.Pin33=PD4
|
||||
Mcu.Pin34=PD5
|
||||
Mcu.Pin35=PD7
|
||||
Mcu.Pin36=PB3
|
||||
Mcu.Pin37=PB4
|
||||
Mcu.Pin38=VP_CRC_VS_CRC
|
||||
Mcu.Pin39=VP_SYS_VS_Systick
|
||||
Mcu.Pin4=PA6
|
||||
Mcu.Pin5=PA7
|
||||
Mcu.Pin6=PE7
|
||||
Mcu.Pin7=PE8
|
||||
Mcu.Pin8=PE9
|
||||
Mcu.Pin9=PE10
|
||||
Mcu.PinsNb=35
|
||||
Mcu.Pin6=PC5
|
||||
Mcu.Pin7=PE7
|
||||
Mcu.Pin8=PE8
|
||||
Mcu.Pin9=PE9
|
||||
Mcu.PinsNb=40
|
||||
Mcu.ThirdPartyNb=0
|
||||
Mcu.UserConstants=
|
||||
Mcu.UserName=STM32F407VETx
|
||||
|
@ -128,10 +134,27 @@ PA7.PinState=GPIO_PIN_SET
|
|||
PA7.Signal=GPIO_Output
|
||||
PA9.Mode=Asynchronous
|
||||
PA9.Signal=USART1_TX
|
||||
PB12.GPIOParameters=GPIO_Label
|
||||
PB12.GPIO_Label=TOUCH_CS
|
||||
PB12.Locked=true
|
||||
PB12.Signal=GPIO_Output
|
||||
PB13.Locked=true
|
||||
PB13.Mode=Full_Duplex_Master
|
||||
PB13.Signal=SPI2_SCK
|
||||
PB14.Locked=true
|
||||
PB14.Mode=Full_Duplex_Master
|
||||
PB14.Signal=SPI2_MISO
|
||||
PB15.Locked=true
|
||||
PB15.Mode=Full_Duplex_Master
|
||||
PB15.Signal=SPI2_MOSI
|
||||
PB3.Mode=JTAG_5_pins
|
||||
PB3.Signal=SYS_JTDO-SWO
|
||||
PB4.Mode=JTAG_5_pins
|
||||
PB4.Signal=SYS_JTRST
|
||||
PC5.GPIOParameters=GPIO_Label
|
||||
PC5.GPIO_Label=PENIRQ
|
||||
PC5.Locked=true
|
||||
PC5.Signal=GPIO_Input
|
||||
PCC.Checker=false
|
||||
PCC.Line=STM32F407/417
|
||||
PCC.MCU=STM32F407V(E-G)Tx
|
||||
|
@ -219,7 +242,7 @@ ProjectManager.StackSize=0x400
|
|||
ProjectManager.TargetToolchain=STM32CubeIDE
|
||||
ProjectManager.ToolChainLocation=
|
||||
ProjectManager.UnderRoot=true
|
||||
ProjectManager.functionlistsort=1-MX_GPIO_Init-GPIO-false-LL-true,2-MX_DMA_Init-DMA-false-LL-true,3-SystemClock_Config-RCC-false-HAL-false,4-MX_USART1_UART_Init-USART1-false-LL-true,5-MX_FSMC_Init-FSMC-false-HAL-true
|
||||
ProjectManager.functionlistsort=1-MX_GPIO_Init-GPIO-false-LL-true,2-MX_DMA_Init-DMA-false-LL-true,3-SystemClock_Config-RCC-false-HAL-false,4-MX_USART1_UART_Init-USART1-false-LL-true,5-MX_FSMC_Init-FSMC-false-HAL-true,6-MX_CRC_Init-CRC-false-LL-true,7-MX_SPI2_Init-SPI2-false-LL-true
|
||||
RCC.48MHZClocksFreq_Value=84000000
|
||||
RCC.AHBFreq_Value=168000000
|
||||
RCC.APB1CLKDivider=RCC_HCLK_DIV4
|
||||
|
@ -253,6 +276,12 @@ RCC.VCOI2SOutputFreq_Value=384000000
|
|||
RCC.VCOInputFreq_Value=2000000
|
||||
RCC.VCOOutputFreq_Value=336000000
|
||||
RCC.VcooutputI2S=192000000
|
||||
SPI2.BaudRatePrescaler=SPI_BAUDRATEPRESCALER_64
|
||||
SPI2.CalculateBaudRate=656.25 KBits/s
|
||||
SPI2.Direction=SPI_DIRECTION_2LINES
|
||||
SPI2.IPParameters=VirtualType,Mode,Direction,CalculateBaudRate,BaudRatePrescaler
|
||||
SPI2.Mode=SPI_MODE_MASTER
|
||||
SPI2.VirtualType=VM_MASTER
|
||||
USART1.IPParameters=VirtualMode
|
||||
USART1.VirtualMode=VM_ASYNC
|
||||
VP_CRC_VS_CRC.Mode=CRC_Activate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue