File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#MicroXplorer Configuration settings - do not modify
2
2
ADC.ClockPrescaler=ADC_CLOCK_ASYNC_DIV1
3
- ADC.ContinuousConvMode=DISABLE
3
+ ADC.ContinuousConvMode=ENABLE
4
4
ADC.DMAContinuousRequests=DISABLE
5
5
ADC.DataAlign=ADC_DATAALIGN_RIGHT
6
6
ADC.DiscontinuousConvMode=DISABLE
@@ -106,7 +106,7 @@ ProjectManager.BackupPrevious=false
106
106
ProjectManager.CompilerOptimize=2
107
107
ProjectManager.ComputerToolchain=false
108
108
ProjectManager.CoupleFile=true
109
- ProjectManager.CustomerFirmwarePackage=C\:/Users/ianjf/STM32Cube/Repository/STM32Cube_FW_F0_V1.9.0
109
+ ProjectManager.CustomerFirmwarePackage=
110
110
ProjectManager.DefaultFWLocation=true
111
111
ProjectManager.DeletePrevious=true
112
112
ProjectManager.DeviceId=STM32F030RCTx
Original file line number Diff line number Diff line change 10
10
* inserted by the user or by software development tools
11
11
* are owned by their respective copyright owners.
12
12
*
13
- * COPYRIGHT(c) 2017 STMicroelectronics
13
+ * COPYRIGHT(c) 2018 STMicroelectronics
14
14
*
15
15
* Redistribution and use in source and binary forms, with or without modification,
16
16
* are permitted provided that the following conditions are met:
@@ -63,7 +63,7 @@ void MX_ADC_Init(void)
63
63
hadc .Init .EOCSelection = ADC_EOC_SINGLE_CONV ;
64
64
hadc .Init .LowPowerAutoWait = DISABLE ;
65
65
hadc .Init .LowPowerAutoPowerOff = DISABLE ;
66
- hadc .Init .ContinuousConvMode = DISABLE ;
66
+ hadc .Init .ContinuousConvMode = ENABLE ;
67
67
hadc .Init .DiscontinuousConvMode = DISABLE ;
68
68
hadc .Init .ExternalTrigConv = ADC_SOFTWARE_START ;
69
69
hadc .Init .ExternalTrigConvEdge = ADC_EXTERNALTRIGCONVEDGE_NONE ;
You can’t perform that action at this time.
0 commit comments