add poc adc with timer
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#MicroXplorer Configuration settings - do not modify
|
||||
ADC3.Channel-0\#ChannelRegularConversion=ADC_CHANNEL_0
|
||||
ADC3.Channel-IN0=ADC_CHANNEL_0
|
||||
ADC3.IPParameters=Channel-IN0,Channel-0\#ChannelRegularConversion
|
||||
ADC3.ExternalTrigConv=ADC_EXTERNALTRIGCONV_T1_CC1
|
||||
ADC3.ExternalTrigConvEdge=ADC_EXTERNALTRIGCONVEDGE_RISINGFALLING
|
||||
ADC3.IPParameters=Channel-IN0,Channel-0\#ChannelRegularConversion,ExternalTrigConv,ExternalTrigConvEdge
|
||||
FMC.CASLatency1=FMC_SDRAM_CAS_LATENCY_3
|
||||
FMC.ExitSelfRefreshDelay1=7
|
||||
FMC.IPParameters=CASLatency1,SDClockPeriod1,SDClockPeriod2,ReadBurst1,ReadBurst2,LoadToActiveDelay1,ExitSelfRefreshDelay1,SelfRefreshTime1,RowCycleDelay1,RowCycleDelay2,WriteRecoveryTime1,RPDelay1,RPDelay2,RCDDelay1
|
||||
@@ -148,10 +150,11 @@ Mcu.Pin171=VP_RTC_VS_RTC_Alarm_B_Intern
|
||||
Mcu.Pin172=VP_RTC_VS_RTC_Alarm_A_Intern
|
||||
Mcu.Pin173=VP_SYS_VS_tim6
|
||||
Mcu.Pin174=VP_TIM1_VS_ClockSourceINT
|
||||
Mcu.Pin175=VP_TIM2_VS_ClockSourceINT
|
||||
Mcu.Pin176=VP_TIM3_VS_ClockSourceINT
|
||||
Mcu.Pin177=VP_TIM5_VS_ClockSourceINT
|
||||
Mcu.Pin178=VP_TIM8_VS_ClockSourceINT
|
||||
Mcu.Pin175=VP_TIM1_VS_no_output1
|
||||
Mcu.Pin176=VP_TIM2_VS_ClockSourceINT
|
||||
Mcu.Pin177=VP_TIM3_VS_ClockSourceINT
|
||||
Mcu.Pin178=VP_TIM5_VS_ClockSourceINT
|
||||
Mcu.Pin179=VP_TIM8_VS_ClockSourceINT
|
||||
Mcu.Pin18=PB9
|
||||
Mcu.Pin19=PB7
|
||||
Mcu.Pin2=PE2
|
||||
@@ -242,7 +245,7 @@ Mcu.Pin96=PF6
|
||||
Mcu.Pin97=PF5
|
||||
Mcu.Pin98=PH2
|
||||
Mcu.Pin99=PJ6
|
||||
Mcu.PinsNb=179
|
||||
Mcu.PinsNb=180
|
||||
Mcu.ThirdPartyNb=0
|
||||
Mcu.UserConstants=
|
||||
Mcu.UserName=STM32F746NGHx
|
||||
@@ -261,7 +264,6 @@ NVIC.PendSV_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:true
|
||||
NVIC.PriorityGroup=NVIC_PRIORITYGROUP_4
|
||||
NVIC.SVCall_IRQn=true\:0\:0\:false\:false\:true\:false\:false\:true
|
||||
NVIC.SysTick_IRQn=true\:15\:0\:false\:false\:true\:false\:true\:true
|
||||
NVIC.TIM1_CC_IRQn=true\:0\:0\:false\:false\:true\:true\:true\:true
|
||||
NVIC.TIM6_DAC_IRQn=true\:15\:0\:false\:false\:true\:false\:true\:true
|
||||
NVIC.TimeBase=TIM6_DAC_IRQn
|
||||
NVIC.TimeBaseIP=TIM6
|
||||
@@ -1221,8 +1223,11 @@ SPI2.Direction=SPI_DIRECTION_2LINES
|
||||
SPI2.IPParameters=VirtualType,Mode,Direction,CalculateBaudRate
|
||||
SPI2.Mode=SPI_MODE_MASTER
|
||||
SPI2.VirtualType=VM_MASTER
|
||||
TIM1.IPParameters=Prescaler
|
||||
TIM1.Prescaler=0
|
||||
TIM1.Channel-Output\ Compare1\ No\ Output=TIM_CHANNEL_1
|
||||
TIM1.IPParameters=Prescaler,Period,Channel-Output Compare1 No Output,OCMode_1
|
||||
TIM1.OCMode_1=TIM_OCMODE_TOGGLE
|
||||
TIM1.Period=99
|
||||
TIM1.Prescaler=199
|
||||
TIM12.Channel-PWM\ Generation1\ CH1=TIM_CHANNEL_1
|
||||
TIM12.IPParameters=Channel-PWM Generation1 CH1
|
||||
TIM2.Channel-PWM\ Generation1\ CH1=TIM_CHANNEL_1
|
||||
@@ -1249,6 +1254,8 @@ VP_SYS_VS_tim6.Mode=TIM6
|
||||
VP_SYS_VS_tim6.Signal=SYS_VS_tim6
|
||||
VP_TIM1_VS_ClockSourceINT.Mode=Internal
|
||||
VP_TIM1_VS_ClockSourceINT.Signal=TIM1_VS_ClockSourceINT
|
||||
VP_TIM1_VS_no_output1.Mode=Output Compare1 No Output
|
||||
VP_TIM1_VS_no_output1.Signal=TIM1_VS_no_output1
|
||||
VP_TIM2_VS_ClockSourceINT.Mode=Internal
|
||||
VP_TIM2_VS_ClockSourceINT.Signal=TIM2_VS_ClockSourceINT
|
||||
VP_TIM3_VS_ClockSourceINT.Mode=Internal
|
||||
|
||||
Reference in New Issue
Block a user