camtimer.ioc : setting changed
This commit is contained in:
parent
5676b5b5a6
commit
0d841b849b
1 changed files with 24 additions and 13 deletions
37
CamTimer.ioc
37
CamTimer.ioc
|
@ -14,19 +14,21 @@ Mcu.Name=STM32F103C(8-B)Tx
|
||||||
Mcu.Package=LQFP48
|
Mcu.Package=LQFP48
|
||||||
Mcu.Pin0=PC14-OSC32_IN
|
Mcu.Pin0=PC14-OSC32_IN
|
||||||
Mcu.Pin1=PC15-OSC32_OUT
|
Mcu.Pin1=PC15-OSC32_OUT
|
||||||
Mcu.Pin10=PB12
|
Mcu.Pin10=PB10
|
||||||
Mcu.Pin11=PB13
|
Mcu.Pin11=PB12
|
||||||
Mcu.Pin12=PB14
|
Mcu.Pin12=PB13
|
||||||
Mcu.Pin13=PA9
|
Mcu.Pin13=PB14
|
||||||
Mcu.Pin14=PA10
|
Mcu.Pin14=PB15
|
||||||
Mcu.Pin15=PA13
|
Mcu.Pin15=PA9
|
||||||
Mcu.Pin16=PA14
|
Mcu.Pin16=PA10
|
||||||
Mcu.Pin17=PB8
|
Mcu.Pin17=PA13
|
||||||
Mcu.Pin18=VP_RTC_VS_RTC_Activate
|
Mcu.Pin18=PA14
|
||||||
Mcu.Pin19=VP_RTC_VS_RTC_Calendar
|
Mcu.Pin19=PB8
|
||||||
Mcu.Pin2=PD0-OSC_IN
|
Mcu.Pin2=PD0-OSC_IN
|
||||||
Mcu.Pin20=VP_RTC_No_RTC_Output
|
Mcu.Pin20=VP_RTC_VS_RTC_Activate
|
||||||
Mcu.Pin21=VP_SYS_VS_Systick
|
Mcu.Pin21=VP_RTC_VS_RTC_Calendar
|
||||||
|
Mcu.Pin22=VP_RTC_No_RTC_Output
|
||||||
|
Mcu.Pin23=VP_SYS_VS_Systick
|
||||||
Mcu.Pin3=PD1-OSC_OUT
|
Mcu.Pin3=PD1-OSC_OUT
|
||||||
Mcu.Pin4=PA1
|
Mcu.Pin4=PA1
|
||||||
Mcu.Pin5=PA2
|
Mcu.Pin5=PA2
|
||||||
|
@ -34,7 +36,7 @@ Mcu.Pin6=PA3
|
||||||
Mcu.Pin7=PA4
|
Mcu.Pin7=PA4
|
||||||
Mcu.Pin8=PA5
|
Mcu.Pin8=PA5
|
||||||
Mcu.Pin9=PA7
|
Mcu.Pin9=PA7
|
||||||
Mcu.PinsNb=22
|
Mcu.PinsNb=24
|
||||||
Mcu.ThirdPartyNb=0
|
Mcu.ThirdPartyNb=0
|
||||||
Mcu.UserConstants=
|
Mcu.UserConstants=
|
||||||
Mcu.UserName=STM32F103C8Tx
|
Mcu.UserName=STM32F103C8Tx
|
||||||
|
@ -79,6 +81,10 @@ PA7.Mode=TX_Only_Simplex_Unidirect_Master
|
||||||
PA7.Signal=SPI1_MOSI
|
PA7.Signal=SPI1_MOSI
|
||||||
PA9.Mode=Asynchronous
|
PA9.Mode=Asynchronous
|
||||||
PA9.Signal=USART1_TX
|
PA9.Signal=USART1_TX
|
||||||
|
PB10.GPIOParameters=GPIO_Label
|
||||||
|
PB10.GPIO_Label=TimerControl
|
||||||
|
PB10.Locked=true
|
||||||
|
PB10.Signal=GPIO_Output
|
||||||
PB12.GPIOParameters=GPIO_PuPd,GPIO_Label
|
PB12.GPIOParameters=GPIO_PuPd,GPIO_Label
|
||||||
PB12.GPIO_Label=ButtonLeft
|
PB12.GPIO_Label=ButtonLeft
|
||||||
PB12.GPIO_PuPd=GPIO_PULLUP
|
PB12.GPIO_PuPd=GPIO_PULLUP
|
||||||
|
@ -94,6 +100,11 @@ PB14.GPIO_Label=ButtonRight
|
||||||
PB14.GPIO_PuPd=GPIO_PULLUP
|
PB14.GPIO_PuPd=GPIO_PULLUP
|
||||||
PB14.Locked=true
|
PB14.Locked=true
|
||||||
PB14.Signal=GPIO_Input
|
PB14.Signal=GPIO_Input
|
||||||
|
PB15.GPIOParameters=GPIO_PuPd,GPIO_Label
|
||||||
|
PB15.GPIO_Label=system_mode
|
||||||
|
PB15.GPIO_PuPd=GPIO_PULLUP
|
||||||
|
PB15.Locked=true
|
||||||
|
PB15.Signal=GPIO_Input
|
||||||
PB8.GPIOParameters=GPIO_Label
|
PB8.GPIOParameters=GPIO_Label
|
||||||
PB8.GPIO_Label=LED
|
PB8.GPIO_Label=LED
|
||||||
PB8.Locked=true
|
PB8.Locked=true
|
||||||
|
|
Loading…
Reference in a new issue