stm32l4xx_hal_adc.c 122 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097
  1. /**
  2. ******************************************************************************
  3. * @file stm32l4xx_hal_adc.c
  4. * @author MCD Application Team
  5. * @version V1.7.2
  6. * @date 16-June-2017
  7. * @brief This file provides firmware functions to manage the following
  8. * functionalities of the Analog to Digital Convertor (ADC)
  9. * peripheral:
  10. * + Initialization and de-initialization functions
  11. * ++ Initialization and Configuration of ADC
  12. * + Operation functions
  13. * ++ Start, stop, get result of conversions of regular
  14. * group, using 3 possible modes: polling, interruption or DMA.
  15. * + Control functions
  16. * ++ Channels configuration on regular group
  17. * ++ Analog Watchdog configuration
  18. * + State functions
  19. * ++ ADC state machine management
  20. * ++ Interrupts and flags management
  21. * Other functions (extended functions) are available in file
  22. * "stm32l4xx_hal_adc_ex.c".
  23. *
  24. @verbatim
  25. ==============================================================================
  26. ##### ADC peripheral features #####
  27. ==============================================================================
  28. [..]
  29. (+) 12-bit, 10-bit, 8-bit or 6-bit configurable resolution.
  30. (+) Interrupt generation at the end of regular conversion and in case of
  31. analog watchdog or overrun events.
  32. (+) Single and continuous conversion modes.
  33. (+) Scan mode for conversion of several channels sequentially.
  34. (+) Data alignment with in-built data coherency.
  35. (+) Programmable sampling time (channel wise)
  36. (+) External trigger (timer or EXTI) with configurable polarity
  37. (+) DMA request generation for transfer of conversions data of regular group.
  38. (+) Configurable delay between conversions in Dual interleaved mode.
  39. (+) ADC channels selectable single/differential input.
  40. (+) ADC offset on regular groups.
  41. (+) ADC calibration
  42. (+) ADC conversion of regular group.
  43. (+) ADC supply requirements: 1.62 V to 3.6 V.
  44. (+) ADC input range: from Vref- (connected to Vssa) to Vref+ (connected to
  45. Vdda or to an external voltage reference).
  46. ##### How to use this driver #####
  47. ==============================================================================
  48. [..]
  49. *** Configuration of top level parameters related to ADC ***
  50. ============================================================
  51. [..]
  52. (#) Enable the ADC interface
  53. (++) As prerequisite, ADC clock must be configured at RCC top level.
  54. (++) Two clock settings are mandatory:
  55. (+++) ADC clock (core clock, also possibly conversion clock).
  56. (+++) ADC clock (conversions clock).
  57. Two possible clock sources: synchronous clock derived from APB clock
  58. or asynchronous clock derived from system clock, PLLSAI1 or the PLLSAI2
  59. running up to 80MHz.
  60. (+++) Example:
  61. Into HAL_ADC_MspInit() (recommended code location) or with
  62. other device clock parameters configuration:
  63. (+++) __HAL_RCC_ADC_CLK_ENABLE(); (mandatory)
  64. RCC_ADCCLKSOURCE_PLLSAI2 enable: (optional: if asynchronous clock selected)
  65. (+++) RCC_PeriphClkInitTypeDef RCC_PeriphClkInit;
  66. (+++) PeriphClkInit.PeriphClockSelection = RCC_PERIPHCLK_ADC;
  67. (+++) PeriphClkInit.AdcClockSelection = RCC_ADCCLKSOURCE_PLLSAI2;
  68. (+++) HAL_RCCEx_PeriphCLKConfig(&PeriphClkInit);
  69. (++) ADC clock source and clock prescaler are configured at ADC level with
  70. parameter "ClockPrescaler" using function HAL_ADC_Init().
  71. (#) ADC pins configuration
  72. (++) Enable the clock for the ADC GPIOs
  73. using macro __HAL_RCC_GPIOx_CLK_ENABLE()
  74. (++) Configure these ADC pins in analog mode
  75. using function HAL_GPIO_Init()
  76. (#) Optionally, in case of usage of ADC with interruptions:
  77. (++) Configure the NVIC for ADC
  78. using function HAL_NVIC_EnableIRQ(ADCx_IRQn)
  79. (++) Insert the ADC interruption handler function HAL_ADC_IRQHandler()
  80. into the function of corresponding ADC interruption vector
  81. ADCx_IRQHandler().
  82. (#) Optionally, in case of usage of DMA:
  83. (++) Configure the DMA (DMA channel, mode normal or circular, ...)
  84. using function HAL_DMA_Init().
  85. (++) Configure the NVIC for DMA
  86. using function HAL_NVIC_EnableIRQ(DMAx_Channelx_IRQn)
  87. (++) Insert the ADC interruption handler function HAL_ADC_IRQHandler()
  88. into the function of corresponding DMA interruption vector
  89. DMAx_Channelx_IRQHandler().
  90. *** Configuration of ADC, group regular, channels parameters ***
  91. ================================================================
  92. [..]
  93. (#) Configure the ADC parameters (resolution, data alignment, ...)
  94. and regular group parameters (conversion trigger, sequencer, ...)
  95. using function HAL_ADC_Init().
  96. (#) Configure the channels for regular group parameters (channel number,
  97. channel rank into sequencer, ..., into regular group)
  98. using function HAL_ADC_ConfigChannel().
  99. (#) Optionally, configure the analog watchdog parameters (channels
  100. monitored, thresholds, ...)
  101. using function HAL_ADC_AnalogWDGConfig().
  102. *** Execution of ADC conversions ***
  103. ====================================
  104. [..]
  105. (#) Optionally, perform an automatic ADC calibration to improve the
  106. conversion accuracy
  107. using function HAL_ADCEx_Calibration_Start().
  108. (#) ADC driver can be used among three modes: polling, interruption,
  109. transfer by DMA.
  110. (++) ADC conversion by polling:
  111. (+++) Activate the ADC peripheral and start conversions
  112. using function HAL_ADC_Start()
  113. (+++) Wait for ADC conversion completion
  114. using function HAL_ADC_PollForConversion()
  115. (+++) Retrieve conversion results
  116. using function HAL_ADC_GetValue()
  117. (+++) Stop conversion and disable the ADC peripheral
  118. using function HAL_ADC_Stop()
  119. (++) ADC conversion by interruption:
  120. (+++) Activate the ADC peripheral and start conversions
  121. using function HAL_ADC_Start_IT()
  122. (+++) Wait for ADC conversion completion by call of function
  123. HAL_ADC_ConvCpltCallback()
  124. (this function must be implemented in user program)
  125. (+++) Retrieve conversion results
  126. using function HAL_ADC_GetValue()
  127. (+++) Stop conversion and disable the ADC peripheral
  128. using function HAL_ADC_Stop_IT()
  129. (++) ADC conversion with transfer by DMA:
  130. (+++) Activate the ADC peripheral and start conversions
  131. using function HAL_ADC_Start_DMA()
  132. (+++) Wait for ADC conversion completion by call of function
  133. HAL_ADC_ConvCpltCallback() or HAL_ADC_ConvHalfCpltCallback()
  134. (these functions must be implemented in user program)
  135. (+++) Conversion results are automatically transferred by DMA into
  136. destination variable address.
  137. (+++) Stop conversion and disable the ADC peripheral
  138. using function HAL_ADC_Stop_DMA()
  139. [..]
  140. (@) Callback functions must be implemented in user program:
  141. (+@) HAL_ADC_ErrorCallback()
  142. (+@) HAL_ADC_LevelOutOfWindowCallback() (callback of analog watchdog)
  143. (+@) HAL_ADC_ConvCpltCallback()
  144. (+@) HAL_ADC_ConvHalfCpltCallback
  145. *** Deinitialization of ADC ***
  146. ============================================================
  147. [..]
  148. (#) Disable the ADC interface
  149. (++) ADC clock can be hard reset and disabled at RCC top level.
  150. (++) Hard reset of ADC peripherals
  151. using macro __ADCx_FORCE_RESET(), __ADCx_RELEASE_RESET().
  152. (++) ADC clock disable
  153. using the equivalent macro/functions as configuration step.
  154. (+++) Example:
  155. Into HAL_ADC_MspDeInit() (recommended code location) or with
  156. other device clock parameters configuration:
  157. (+++) RCC_OscInitStructure.OscillatorType = RCC_OSCILLATORTYPE_HSI14;
  158. (+++) RCC_OscInitStructure.HSI14State = RCC_HSI14_OFF; (if not used for system clock)
  159. (+++) HAL_RCC_OscConfig(&RCC_OscInitStructure);
  160. (#) ADC pins configuration
  161. (++) Disable the clock for the ADC GPIOs
  162. using macro __HAL_RCC_GPIOx_CLK_DISABLE()
  163. (#) Optionally, in case of usage of ADC with interruptions:
  164. (++) Disable the NVIC for ADC
  165. using function HAL_NVIC_EnableIRQ(ADCx_IRQn)
  166. (#) Optionally, in case of usage of DMA:
  167. (++) Deinitialize the DMA
  168. using function HAL_DMA_Init().
  169. (++) Disable the NVIC for DMA
  170. using function HAL_NVIC_EnableIRQ(DMAx_Channelx_IRQn)
  171. [..]
  172. @endverbatim
  173. ******************************************************************************
  174. * @attention
  175. *
  176. * <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
  177. *
  178. * Redistribution and use in source and binary forms, with or without modification,
  179. * are permitted provided that the following conditions are met:
  180. * 1. Redistributions of source code must retain the above copyright notice,
  181. * this list of conditions and the following disclaimer.
  182. * 2. Redistributions in binary form must reproduce the above copyright notice,
  183. * this list of conditions and the following disclaimer in the documentation
  184. * and/or other materials provided with the distribution.
  185. * 3. Neither the name of STMicroelectronics nor the names of its contributors
  186. * may be used to endorse or promote products derived from this software
  187. * without specific prior written permission.
  188. *
  189. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  190. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  191. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  192. * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  193. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  194. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  195. * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  196. * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  197. * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  198. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  199. *
  200. ******************************************************************************
  201. */
  202. /* Includes ------------------------------------------------------------------*/
  203. #include "stm32l4xx_hal.h"
  204. /** @addtogroup STM32L4xx_HAL_Driver
  205. * @{
  206. */
  207. /** @defgroup ADC ADC
  208. * @brief ADC HAL module driver
  209. * @{
  210. */
  211. #ifdef HAL_ADC_MODULE_ENABLED
  212. /* Private typedef -----------------------------------------------------------*/
  213. /* Private define ------------------------------------------------------------*/
  214. /** @defgroup ADC_Private_Constants ADC Private Constants
  215. * @{
  216. */
  217. #define ADC_CFGR_FIELDS_1 ((uint32_t)(ADC_CFGR_RES | ADC_CFGR_ALIGN |\
  218. ADC_CFGR_CONT | ADC_CFGR_OVRMOD |\
  219. ADC_CFGR_DISCEN | ADC_CFGR_DISCNUM |\
  220. ADC_CFGR_EXTEN | ADC_CFGR_EXTSEL)) /*!< ADC_CFGR fields of parameters that can be updated
  221. when no regular conversion is on-going */
  222. #define ADC_CFGR2_FIELDS ((uint32_t)(ADC_CFGR2_ROVSE | ADC_CFGR2_OVSR |\
  223. ADC_CFGR2_OVSS | ADC_CFGR2_TROVS |\
  224. ADC_CFGR2_ROVSM)) /*!< ADC_CFGR2 fields of parameters that can be updated when no conversion
  225. (neither regular nor injected) is on-going */
  226. #define ADC_CFGR_WD_FIELDS ((uint32_t)(ADC_CFGR_AWD1SGL | ADC_CFGR_JAWD1EN | \
  227. ADC_CFGR_AWD1EN | ADC_CFGR_AWD1CH)) /*!< ADC_CFGR fields of Analog Watchdog parameters that can be updated when no
  228. conversion (neither regular nor injected) is on-going */
  229. #define ADC_OFR_FIELDS ((uint32_t)(ADC_OFR1_OFFSET1 | ADC_OFR1_OFFSET1_CH | ADC_OFR1_OFFSET1_EN)) /*!< ADC_OFR fields of parameters that can be updated when no conversion
  230. (neither regular nor injected) is on-going */
  231. /* Delay to wait before setting ADEN once ADCAL has been reset
  232. must be at least 4 ADC clock cycles.
  233. Assuming lowest ADC clock (140 KHz according to DS), this
  234. 4 ADC clock cycles duration is equal to
  235. 4 / 140,000 = 0.028 ms.
  236. ADC_ENABLE_TIMEOUT set to 2 is a margin large enough to ensure
  237. the 4 ADC clock cycles have elapsed while waiting for ADRDY
  238. to become 1 */
  239. #define ADC_ENABLE_TIMEOUT ((uint32_t) 2) /*!< ADC enable time-out value */
  240. #define ADC_DISABLE_TIMEOUT ((uint32_t) 2) /*!< ADC disable time-out value */
  241. /* Delay for ADC voltage regulator startup time */
  242. /* Maximum delay is 10 microseconds */
  243. /* (refer device RM, parameter Tadcvreg_stup). */
  244. #define ADC_STAB_DELAY_US ((uint32_t) 10) /*!< ADC voltage regulator startup time */
  245. /* Timeout to wait for current conversion on going to be completed. */
  246. /* Timeout fixed to worst case, for 1 channel. */
  247. /* - maximum sampling time (640.5 adc_clk) */
  248. /* - ADC resolution (Tsar 12 bits= 12.5 adc_clk) */
  249. /* - ADC clock with prescaler 256 */
  250. /* 653 * 256 = 167168 clock cycles max */
  251. /* Unit: cycles of CPU clock. */
  252. #define ADC_CONVERSION_TIME_MAX_CPU_CYCLES ((uint32_t) 167168) /*!< ADC conversion completion time-out value */
  253. /**
  254. * @}
  255. */
  256. /* Private macro -------------------------------------------------------------*/
  257. /* Private variables ---------------------------------------------------------*/
  258. /* Private function prototypes -----------------------------------------------*/
  259. /* Exported functions --------------------------------------------------------*/
  260. /** @defgroup ADC_Exported_Functions ADC Exported Functions
  261. * @{
  262. */
  263. /** @defgroup ADC_Exported_Functions_Group1 Initialization and de-initialization functions
  264. * @brief ADC Initialization and Configuration functions
  265. *
  266. @verbatim
  267. ===============================================================================
  268. ##### Initialization and de-initialization functions #####
  269. ===============================================================================
  270. [..] This section provides functions allowing to:
  271. (+) Initialize and configure the ADC.
  272. (+) De-initialize the ADC.
  273. @endverbatim
  274. * @{
  275. */
  276. /**
  277. * @brief Initialize the ADC peripheral and regular group according to
  278. * parameters specified in structure "ADC_InitTypeDef".
  279. * @note As prerequisite, ADC clock must be configured at RCC top level
  280. * depending on possible clock sources: System/PLLSAI1/PLLSAI2 clocks
  281. * or AHB clock.
  282. * @note Possibility to update parameters on the fly:
  283. * This function initializes the ADC MSP (HAL_ADC_MspInit()) only when
  284. * coming from ADC state reset. Following calls to this function can
  285. * be used to reconfigure some parameters of ADC_InitTypeDef
  286. * structure on the fly, without modifying MSP configuration. If ADC
  287. * MSP has to be modified again, HAL_ADC_DeInit() must be called
  288. * before HAL_ADC_Init().
  289. * The setting of these parameters is conditioned to ADC state.
  290. * For parameters constraints, see comments of structure
  291. * "ADC_InitTypeDef".
  292. * @note This function configures the ADC within 2 scopes: scope of entire
  293. * ADC and scope of regular group. For parameters details, see comments
  294. * of structure "ADC_InitTypeDef".
  295. * @note Parameters related to common ADC registers (ADC clock mode) are set
  296. * only if all ADCs are disabled.
  297. * If this is not the case, these common parameters setting are
  298. * bypassed without error reporting: it can be the intended behaviour in
  299. * case of update of a parameter of ADC_InitTypeDef on the fly,
  300. * without disabling the other ADCs.
  301. * @param hadc: ADC handle
  302. * @retval HAL status
  303. */
  304. HAL_StatusTypeDef HAL_ADC_Init(ADC_HandleTypeDef* hadc)
  305. {
  306. HAL_StatusTypeDef tmp_hal_status = HAL_OK;
  307. ADC_Common_TypeDef *tmpADC_Common;
  308. uint32_t tmpCFGR = 0;
  309. __IO uint32_t wait_loop_index = 0;
  310. /* Check ADC handle */
  311. if(hadc == NULL)
  312. {
  313. return HAL_ERROR;
  314. }
  315. /* Check the parameters */
  316. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  317. assert_param(IS_ADC_CLOCKPRESCALER(hadc->Init.ClockPrescaler));
  318. assert_param(IS_ADC_RESOLUTION(hadc->Init.Resolution));
  319. assert_param(IS_ADC_DFSDMCFG_MODE(hadc));
  320. assert_param(IS_ADC_DATA_ALIGN(hadc->Init.DataAlign));
  321. assert_param(IS_ADC_SCAN_MODE(hadc->Init.ScanConvMode));
  322. assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode));
  323. assert_param(IS_ADC_EXTTRIG_EDGE(hadc->Init.ExternalTrigConvEdge));
  324. assert_param(IS_ADC_EXTTRIG(hadc->Init.ExternalTrigConv));
  325. assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DMAContinuousRequests));
  326. assert_param(IS_ADC_EOC_SELECTION(hadc->Init.EOCSelection));
  327. assert_param(IS_ADC_OVERRUN(hadc->Init.Overrun));
  328. assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait));
  329. assert_param(IS_FUNCTIONAL_STATE(hadc->Init.OversamplingMode));
  330. if(hadc->Init.ScanConvMode != ADC_SCAN_DISABLE)
  331. {
  332. assert_param(IS_ADC_REGULAR_NB_CONV(hadc->Init.NbrOfConversion));
  333. assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DiscontinuousConvMode));
  334. if (hadc->Init.DiscontinuousConvMode == ENABLE)
  335. {
  336. assert_param(IS_ADC_REGULAR_DISCONT_NUMBER(hadc->Init.NbrOfDiscConversion));
  337. }
  338. }
  339. /* DISCEN and CONT bits cannot be set at the same time */
  340. assert_param(!((hadc->Init.DiscontinuousConvMode == ENABLE) && (hadc->Init.ContinuousConvMode == ENABLE)));
  341. /* Actions performed only if ADC is coming from state reset: */
  342. /* - Initialization of ADC MSP */
  343. if (hadc->State == HAL_ADC_STATE_RESET)
  344. {
  345. /* Init the low level hardware */
  346. HAL_ADC_MspInit(hadc);
  347. /* Set ADC error code to none */
  348. ADC_CLEAR_ERRORCODE(hadc);
  349. /* Initialize Lock */
  350. hadc->Lock = HAL_UNLOCKED;
  351. }
  352. /* - Exit from deep-power-down mode and ADC voltage regulator enable */
  353. /* Exit deep power down mode if still in that state */
  354. if (HAL_IS_BIT_SET(hadc->Instance->CR, ADC_CR_DEEPPWD))
  355. {
  356. /* Exit deep power down mode */
  357. CLEAR_BIT(hadc->Instance->CR, ADC_CR_DEEPPWD);
  358. /* System was in deep power down mode, calibration must
  359. be relaunched or a previously saved calibration factor
  360. re-applied once the ADC voltage regulator is enabled */
  361. }
  362. if (HAL_IS_BIT_CLR(hadc->Instance->CR, ADC_CR_ADVREGEN))
  363. {
  364. /* Enable ADC internal voltage regulator */
  365. SET_BIT(hadc->Instance->CR, ADC_CR_ADVREGEN);
  366. /* Delay for ADC stabilization time */
  367. /* Wait loop initialization and execution */
  368. /* Note: Variable divided by 2 to compensate partially */
  369. /* CPU processing cycles. */
  370. wait_loop_index = (ADC_STAB_DELAY_US * (SystemCoreClock / (1000000 * 2)));
  371. while(wait_loop_index != 0)
  372. {
  373. wait_loop_index--;
  374. }
  375. }
  376. /* Verification that ADC voltage regulator is correctly enabled, whether */
  377. /* or not ADC is coming from state reset (if any potential problem of */
  378. /* clocking, voltage regulator would not be enabled). */
  379. if (HAL_IS_BIT_CLR(hadc->Instance->CR, ADC_CR_ADVREGEN))
  380. {
  381. /* Update ADC state machine to error */
  382. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
  383. /* Set ADC error code to ADC IP internal error */
  384. SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_INTERNAL);
  385. tmp_hal_status = HAL_ERROR;
  386. }
  387. /* Configuration of ADC parameters if previous preliminary actions are */
  388. /* correctly completed and if there is no conversion on going on regular */
  389. /* group (ADC may already be enabled at this point if HAL_ADC_Init() is */
  390. /* called to update a parameter on the fly). */
  391. if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL) &&
  392. (ADC_IS_CONVERSION_ONGOING_REGULAR(hadc) == RESET) )
  393. {
  394. /* Initialize the ADC state */
  395. SET_BIT(hadc->State, HAL_ADC_STATE_BUSY_INTERNAL);
  396. /* Configuration of common ADC parameters */
  397. /* Pointer to the common control register */
  398. tmpADC_Common = ADC_COMMON_REGISTER(hadc);
  399. /* Parameters update conditioned to ADC state: */
  400. /* Parameters that can be updated only when ADC is disabled: */
  401. /* - clock configuration */
  402. if ((ADC_IS_ENABLE(hadc) == RESET) &&
  403. (ADC_ANY_OTHER_ENABLED(hadc) == RESET) )
  404. {
  405. /* Reset configuration of ADC common register CCR: */
  406. /* */
  407. /* - ADC clock mode and ACC prescaler (CKMODE and PRESC bits)are set */
  408. /* according to adc->Init.ClockPrescaler. It selects the clock */
  409. /* source and sets the clock division factor. */
  410. /* */
  411. /* Some parameters of this register are not reset, since they are set */
  412. /* by other functions and must be kept in case of usage of this */
  413. /* function on the fly (update of a parameter of ADC_InitTypeDef */
  414. /* without needing to reconfigure all other ADC groups/channels */
  415. /* parameters): */
  416. /* - when multimode feature is available, multimode-related */
  417. /* parameters: MDMA, DMACFG, DELAY, DUAL (set by API */
  418. /* HAL_ADCEx_MultiModeConfigChannel() ) */
  419. /* - internal measurement paths: Vbat, temperature sensor, Vref */
  420. /* (set into HAL_ADC_ConfigChannel() or */
  421. /* HAL_ADCEx_InjectedConfigChannel() ) */
  422. MODIFY_REG(tmpADC_Common->CCR, ADC_CCR_PRESC|ADC_CCR_CKMODE, hadc->Init.ClockPrescaler);
  423. }
  424. /* Configuration of ADC: */
  425. /* - resolution Init.Resolution */
  426. /* - data alignment Init.DataAlign */
  427. /* - external trigger to start conversion Init.ExternalTrigConv */
  428. /* - external trigger polarity Init.ExternalTrigConvEdge */
  429. /* - continuous conversion mode Init.ContinuousConvMode */
  430. /* - overrun Init.Overrun */
  431. /* - discontinuous mode Init.DiscontinuousConvMode */
  432. /* - discontinuous mode channel count Init.NbrOfDiscConversion */
  433. tmpCFGR = (ADC_CFGR_CONTINUOUS(hadc->Init.ContinuousConvMode) |
  434. hadc->Init.Overrun |
  435. hadc->Init.DataAlign |
  436. hadc->Init.Resolution |
  437. ADC_CFGR_REG_DISCONTINUOUS(hadc->Init.DiscontinuousConvMode) );
  438. if (hadc->Init.DiscontinuousConvMode == ENABLE)
  439. {
  440. tmpCFGR |= ADC_CFGR_DISCONTINUOUS_NUM(hadc->Init.NbrOfDiscConversion);
  441. }
  442. /* Enable external trigger if trigger selection is different of software */
  443. /* start. */
  444. /* - external trigger to start conversion Init.ExternalTrigConv */
  445. /* - external trigger polarity Init.ExternalTrigConvEdge */
  446. /* Note: parameter ExternalTrigConvEdge set to "trigger edge none" is */
  447. /* equivalent to software start. */
  448. if ((hadc->Init.ExternalTrigConv != ADC_SOFTWARE_START)
  449. && (hadc->Init.ExternalTrigConvEdge != ADC_EXTERNALTRIGCONVEDGE_NONE))
  450. {
  451. tmpCFGR |= ( hadc->Init.ExternalTrigConv | hadc->Init.ExternalTrigConvEdge);
  452. }
  453. /* Update Configuration Register CFGR */
  454. MODIFY_REG(hadc->Instance->CFGR, ADC_CFGR_FIELDS_1, tmpCFGR);
  455. /* Parameters update conditioned to ADC state: */
  456. /* Parameters that can be updated when ADC is disabled or enabled without */
  457. /* conversion on going on regular and injected groups: */
  458. /* - DMA continuous request Init.DMAContinuousRequests */
  459. /* - LowPowerAutoWait feature Init.LowPowerAutoWait */
  460. /* - Oversampling parameters Init.Oversampling */
  461. if (ADC_IS_CONVERSION_ONGOING_REGULAR_INJECTED(hadc) == RESET)
  462. {
  463. tmpCFGR = ( ADC_CFGR_DFSDM(hadc) |
  464. ADC_CFGR_AUTOWAIT(hadc->Init.LowPowerAutoWait) |
  465. ADC_CFGR_DMACONTREQ(hadc->Init.DMAContinuousRequests) );
  466. MODIFY_REG(hadc->Instance->CFGR, ADC_CFGR_FIELDS_2, tmpCFGR);
  467. if (hadc->Init.OversamplingMode == ENABLE)
  468. {
  469. assert_param(IS_ADC_OVERSAMPLING_RATIO(hadc->Init.Oversampling.Ratio));
  470. assert_param(IS_ADC_RIGHT_BIT_SHIFT(hadc->Init.Oversampling.RightBitShift));
  471. assert_param(IS_ADC_TRIGGERED_OVERSAMPLING_MODE(hadc->Init.Oversampling.TriggeredMode));
  472. assert_param(IS_ADC_REGOVERSAMPLING_MODE(hadc->Init.Oversampling.OversamplingStopReset));
  473. if ((hadc->Init.ExternalTrigConv == ADC_SOFTWARE_START)
  474. || (hadc->Init.ExternalTrigConvEdge == ADC_EXTERNALTRIGCONVEDGE_NONE))
  475. {
  476. /* Multi trigger is not applicable to software-triggered conversions */
  477. assert_param((hadc->Init.Oversampling.TriggeredMode == ADC_TRIGGEREDMODE_SINGLE_TRIGGER));
  478. }
  479. /* Configuration of Oversampler: */
  480. /* - Oversampling Ratio */
  481. /* - Right bit shift */
  482. /* - Triggered mode */
  483. /* - Oversampling mode (continued/resumed) */
  484. MODIFY_REG(hadc->Instance->CFGR2, ADC_CFGR2_FIELDS,
  485. ADC_CFGR2_ROVSE |
  486. hadc->Init.Oversampling.Ratio |
  487. hadc->Init.Oversampling.RightBitShift |
  488. hadc->Init.Oversampling.TriggeredMode |
  489. hadc->Init.Oversampling.OversamplingStopReset);
  490. }
  491. else
  492. {
  493. /* Disable Regular OverSampling */
  494. CLEAR_BIT( hadc->Instance->CFGR2, ADC_CFGR2_ROVSE);
  495. }
  496. } /* if (ADC_IS_CONVERSION_ONGOING_REGULAR_INJECTED(hadc) == RESET) */
  497. /* Configuration of regular group sequencer: */
  498. /* - if scan mode is disabled, regular channels sequence length is set to */
  499. /* 0x00: 1 channel converted (channel on regular rank 1) */
  500. /* Parameter "NbrOfConversion" is discarded. */
  501. /* Note: Scan mode is not present by hardware on this device, but */
  502. /* emulated by software for alignment over all STM32 devices. */
  503. /* - if scan mode is enabled, regular channels sequence length is set to */
  504. /* parameter "NbrOfConversion" */
  505. if (hadc->Init.ScanConvMode == ADC_SCAN_ENABLE)
  506. {
  507. /* Set number of ranks in regular group sequencer */
  508. MODIFY_REG(hadc->Instance->SQR1, ADC_SQR1_L, (hadc->Init.NbrOfConversion - (uint8_t)1));
  509. }
  510. else
  511. {
  512. CLEAR_BIT(hadc->Instance->SQR1, ADC_SQR1_L);
  513. }
  514. /* Initialize the ADC state */
  515. /* Clear HAL_ADC_STATE_BUSY_INTERNAL bit, set HAL_ADC_STATE_READY bit */
  516. ADC_STATE_CLR_SET(hadc->State, HAL_ADC_STATE_BUSY_INTERNAL, HAL_ADC_STATE_READY);
  517. }
  518. else
  519. {
  520. /* Update ADC state machine to error */
  521. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
  522. tmp_hal_status = HAL_ERROR;
  523. } /* if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL) && (ADC_IS_CONVERSION_ONGOING_REGULAR(hadc) == RESET) ) */
  524. /* Return function status */
  525. return tmp_hal_status;
  526. }
  527. /**
  528. * @brief Deinitialize the ADC peripheral registers to their default reset
  529. * values, with deinitialization of the ADC MSP.
  530. * @note Keep in mind that all ADCs use the same clock: disabling
  531. * the clock will reset all ADCs.
  532. * @note By default, HAL_ADC_DeInit() sets DEEPPWD: this saves more power by
  533. * reducing the leakage currents and is particularly interesting before
  534. * entering STOP 1 or STOP 2 modes.
  535. * @param hadc: ADC handle
  536. * @retval HAL status
  537. */
  538. HAL_StatusTypeDef HAL_ADC_DeInit(ADC_HandleTypeDef* hadc)
  539. {
  540. /* Check ADC handle */
  541. if(hadc == NULL)
  542. {
  543. return HAL_ERROR;
  544. }
  545. /* Check the parameters */
  546. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  547. /* Set ADC state */
  548. SET_BIT(hadc->State, HAL_ADC_STATE_BUSY_INTERNAL);
  549. /* Stop potential conversion on going, on regular and injected groups */
  550. /* Note: No check on ADC_ConversionStop() return status, */
  551. /* if the conversion stop failed, it is up to */
  552. /* HAL_ADC_MspDeInit() to reset the ADC IP. */
  553. ADC_ConversionStop(hadc, ADC_REGULAR_INJECTED_GROUP);
  554. /* Disable ADC peripheral if conversions are effectively stopped */
  555. /* Flush register JSQR: reset the queue sequencer when injected */
  556. /* queue sequencer is enabled and ADC disabled. */
  557. /* The software and hardware triggers of the injected sequence are both */
  558. /* internally disabled just after the completion of the last valid */
  559. /* injected sequence. */
  560. SET_BIT(hadc->Instance->CFGR, ADC_CFGR_JQM);
  561. /* Disable the ADC peripheral */
  562. /* No check on ADC_Disable() return status, if the ADC disabling process
  563. failed, it is up to HAL_ADC_MspDeInit() to reset the ADC IP */
  564. ADC_Disable(hadc);
  565. /* ========== Reset ADC registers ========== */
  566. /* Reset register IER */
  567. __HAL_ADC_DISABLE_IT(hadc, (ADC_IT_AWD3 | ADC_IT_AWD2 | ADC_IT_AWD1 |
  568. ADC_IT_JQOVF | ADC_IT_OVR |
  569. ADC_IT_JEOS | ADC_IT_JEOC |
  570. ADC_IT_EOS | ADC_IT_EOC |
  571. ADC_IT_EOSMP | ADC_IT_RDY ) );
  572. /* Reset register ISR */
  573. __HAL_ADC_CLEAR_FLAG(hadc, (ADC_FLAG_AWD3 | ADC_FLAG_AWD2 | ADC_FLAG_AWD1 |
  574. ADC_FLAG_JQOVF | ADC_FLAG_OVR |
  575. ADC_FLAG_JEOS | ADC_FLAG_JEOC |
  576. ADC_FLAG_EOS | ADC_FLAG_EOC |
  577. ADC_FLAG_EOSMP | ADC_FLAG_RDY ) );
  578. /* Reset register CR */
  579. /* Bits ADC_CR_JADSTP, ADC_CR_ADSTP, ADC_CR_JADSTART, ADC_CR_ADSTART,
  580. ADC_CR_ADCAL, ADC_CR_ADDIS and ADC_CR_ADEN are in access mode "read-set":
  581. no direct reset applicable.
  582. Update CR register to reset value where doable by software */
  583. CLEAR_BIT(hadc->Instance->CR, ADC_CR_ADVREGEN | ADC_CR_ADCALDIF);
  584. SET_BIT(hadc->Instance->CR, ADC_CR_DEEPPWD);
  585. /* Reset register CFGR */
  586. CLEAR_BIT(hadc->Instance->CFGR, ADC_CFGR_FIELDS);
  587. SET_BIT(hadc->Instance->CFGR, ADC_CFGR_JQDIS);
  588. /* Reset register CFGR2 */
  589. CLEAR_BIT(hadc->Instance->CFGR2, ADC_CFGR2_ROVSM | ADC_CFGR2_TROVS | ADC_CFGR2_OVSS |
  590. ADC_CFGR2_OVSR | ADC_CFGR2_JOVSE | ADC_CFGR2_ROVSE );
  591. /* Reset register SMPR1 */
  592. CLEAR_BIT(hadc->Instance->SMPR1, ADC_SMPR1_FIELDS);
  593. /* Reset register SMPR2 */
  594. CLEAR_BIT(hadc->Instance->SMPR2, ADC_SMPR2_SMP18 | ADC_SMPR2_SMP17 | ADC_SMPR2_SMP16 |
  595. ADC_SMPR2_SMP15 | ADC_SMPR2_SMP14 | ADC_SMPR2_SMP13 |
  596. ADC_SMPR2_SMP12 | ADC_SMPR2_SMP11 | ADC_SMPR2_SMP10 );
  597. /* Reset register TR1 */
  598. CLEAR_BIT(hadc->Instance->TR1, ADC_TR1_HT1 | ADC_TR1_LT1);
  599. /* Reset register TR2 */
  600. CLEAR_BIT(hadc->Instance->TR2, ADC_TR2_HT2 | ADC_TR2_LT2);
  601. /* Reset register TR3 */
  602. CLEAR_BIT(hadc->Instance->TR3, ADC_TR3_HT3 | ADC_TR3_LT3);
  603. /* Reset register SQR1 */
  604. CLEAR_BIT(hadc->Instance->SQR1, ADC_SQR1_SQ4 | ADC_SQR1_SQ3 | ADC_SQR1_SQ2 |
  605. ADC_SQR1_SQ1 | ADC_SQR1_L);
  606. /* Reset register SQR2 */
  607. CLEAR_BIT(hadc->Instance->SQR2, ADC_SQR2_SQ9 | ADC_SQR2_SQ8 | ADC_SQR2_SQ7 |
  608. ADC_SQR2_SQ6 | ADC_SQR2_SQ5);
  609. /* Reset register SQR3 */
  610. CLEAR_BIT(hadc->Instance->SQR3, ADC_SQR3_SQ14 | ADC_SQR3_SQ13 | ADC_SQR3_SQ12 |
  611. ADC_SQR3_SQ11 | ADC_SQR3_SQ10);
  612. /* Reset register SQR4 */
  613. CLEAR_BIT(hadc->Instance->SQR4, ADC_SQR4_SQ16 | ADC_SQR4_SQ15);
  614. /* Register JSQR was reset when the ADC was disabled */
  615. /* Reset register DR */
  616. /* bits in access mode read only, no direct reset applicable*/
  617. /* Reset register OFR1 */
  618. CLEAR_BIT(hadc->Instance->OFR1, ADC_OFR1_OFFSET1_EN | ADC_OFR1_OFFSET1_CH | ADC_OFR1_OFFSET1);
  619. /* Reset register OFR2 */
  620. CLEAR_BIT(hadc->Instance->OFR2, ADC_OFR2_OFFSET2_EN | ADC_OFR2_OFFSET2_CH | ADC_OFR2_OFFSET2);
  621. /* Reset register OFR3 */
  622. CLEAR_BIT(hadc->Instance->OFR3, ADC_OFR3_OFFSET3_EN | ADC_OFR3_OFFSET3_CH | ADC_OFR3_OFFSET3);
  623. /* Reset register OFR4 */
  624. CLEAR_BIT(hadc->Instance->OFR4, ADC_OFR4_OFFSET4_EN | ADC_OFR4_OFFSET4_CH | ADC_OFR4_OFFSET4);
  625. /* Reset registers JDR1, JDR2, JDR3, JDR4 */
  626. /* bits in access mode read only, no direct reset applicable*/
  627. /* Reset register AWD2CR */
  628. CLEAR_BIT(hadc->Instance->AWD2CR, ADC_AWD2CR_AWD2CH);
  629. /* Reset register AWD3CR */
  630. CLEAR_BIT(hadc->Instance->AWD3CR, ADC_AWD3CR_AWD3CH);
  631. /* Reset register DIFSEL */
  632. CLEAR_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_DIFSEL);
  633. /* Reset register CALFACT */
  634. CLEAR_BIT(hadc->Instance->CALFACT, ADC_CALFACT_CALFACT_D | ADC_CALFACT_CALFACT_S);
  635. /* ========== Reset common ADC registers ========== */
  636. /* Software is allowed to change common parameters only when all the other
  637. ADCs are disabled. */
  638. if ((ADC_IS_ENABLE(hadc) == RESET) &&
  639. (ADC_ANY_OTHER_ENABLED(hadc) == RESET) )
  640. {
  641. /* Reset configuration of ADC common register CCR:
  642. - clock mode: CKMODE, PRESCEN
  643. - multimode related parameters (when this feature is available): MDMA,
  644. DMACFG, DELAY, DUAL (set by HAL_ADCEx_MultiModeConfigChannel() API)
  645. - internal measurement paths: Vbat, temperature sensor, Vref (set into
  646. HAL_ADC_ConfigChannel() or HAL_ADCEx_InjectedConfigChannel() )
  647. */
  648. ADC_CLEAR_COMMON_CONTROL_REGISTER(hadc);
  649. }
  650. /* DeInit the low level hardware.
  651. For example:
  652. __HAL_RCC_ADC_FORCE_RESET();
  653. __HAL_RCC_ADC_RELEASE_RESET();
  654. __HAL_RCC_ADC_CLK_DISABLE();
  655. Keep in mind that all ADCs use the same clock: disabling
  656. the clock will reset all ADCs.
  657. */
  658. HAL_ADC_MspDeInit(hadc);
  659. /* Set ADC error code to none */
  660. ADC_CLEAR_ERRORCODE(hadc);
  661. /* Reset injected channel configuration parameters */
  662. hadc->InjectionConfig.ContextQueue = 0;
  663. hadc->InjectionConfig.ChannelCount = 0;
  664. /* Set ADC state */
  665. hadc->State = HAL_ADC_STATE_RESET;
  666. /* Process unlocked */
  667. __HAL_UNLOCK(hadc);
  668. /* Return function status */
  669. return HAL_OK;
  670. }
  671. /**
  672. * @brief Initialize the ADC MSP.
  673. * @param hadc: ADC handle
  674. * @retval None
  675. */
  676. __weak void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc)
  677. {
  678. /* Prevent unused argument(s) compilation warning */
  679. UNUSED(hadc);
  680. /* NOTE : This function should not be modified. When the callback is needed,
  681. function HAL_ADC_MspInit must be implemented in the user file.
  682. */
  683. }
  684. /**
  685. * @brief DeInitialize the ADC MSP.
  686. * @param hadc: ADC handle
  687. * @note All ADCs use the same clock: disabling the clock will reset all ADCs.
  688. * @retval None
  689. */
  690. __weak void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc)
  691. {
  692. /* Prevent unused argument(s) compilation warning */
  693. UNUSED(hadc);
  694. /* NOTE : This function should not be modified. When the callback is needed,
  695. function HAL_ADC_MspDeInit must be implemented in the user file.
  696. */
  697. }
  698. /**
  699. * @}
  700. */
  701. /** @defgroup ADC_Exported_Functions_Group2 ADC Input and Output operation functions
  702. * @brief ADC IO operation functions
  703. *
  704. @verbatim
  705. ===============================================================================
  706. ##### IO operation functions #####
  707. ===============================================================================
  708. [..] This section provides functions allowing to:
  709. (+) Start conversion of regular group.
  710. (+) Stop conversion of regular group.
  711. (+) Poll for conversion complete on regular group.
  712. (+) Poll for conversion event.
  713. (+) Get result of regular channel conversion.
  714. (+) Start conversion of regular group and enable interruptions.
  715. (+) Stop conversion of regular group and disable interruptions.
  716. (+) Handle ADC interrupt request
  717. (+) Start conversion of regular group and enable DMA transfer.
  718. (+) Stop conversion of regular group and disable ADC DMA transfer.
  719. @endverbatim
  720. * @{
  721. */
  722. /**
  723. * @brief Enable ADC, start conversion of regular group.
  724. * @note Interruptions enabled in this function: None.
  725. * @note Case of multimode enabled (when multimode feature is available):
  726. * if ADC is Slave, ADC is enabled but conversion is not started,
  727. * if ADC is master, ADC is enabled and multimode conversion is started.
  728. * @param hadc: ADC handle
  729. * @retval HAL status
  730. */
  731. HAL_StatusTypeDef HAL_ADC_Start(ADC_HandleTypeDef* hadc)
  732. {
  733. HAL_StatusTypeDef tmp_hal_status = HAL_OK;
  734. ADC_TypeDef *tmpADC_Master;
  735. /* Check the parameters */
  736. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  737. /* Perform ADC enable and conversion start if no conversion is on going */
  738. if (ADC_IS_CONVERSION_ONGOING_REGULAR(hadc) == RESET)
  739. {
  740. /* Process locked */
  741. __HAL_LOCK(hadc);
  742. /* Enable the ADC peripheral */
  743. tmp_hal_status = ADC_Enable(hadc);
  744. /* Start conversion if ADC is effectively enabled */
  745. if (tmp_hal_status == HAL_OK)
  746. {
  747. /* State machine update: Check if an injected conversion is ongoing */
  748. if (HAL_IS_BIT_SET(hadc->State, HAL_ADC_STATE_INJ_BUSY))
  749. {
  750. /* Reset ADC error code fields related to regular conversions only */
  751. CLEAR_BIT(hadc->ErrorCode, (HAL_ADC_ERROR_OVR|HAL_ADC_ERROR_DMA));
  752. }
  753. else
  754. {
  755. /* Set ADC error code to none */
  756. ADC_CLEAR_ERRORCODE(hadc);
  757. }
  758. /* Clear HAL_ADC_STATE_READY and regular conversion results bits, set HAL_ADC_STATE_REG_BUSY bit */
  759. ADC_STATE_CLR_SET(hadc->State, (HAL_ADC_STATE_READY|HAL_ADC_STATE_REG_EOC|HAL_ADC_STATE_REG_OVR|HAL_ADC_STATE_REG_EOSMP), HAL_ADC_STATE_REG_BUSY);
  760. /* Reset HAL_ADC_STATE_MULTIMODE_SLAVE bit
  761. - by default if ADC is Master or Independent or if multimode feature is not available
  762. - if multimode setting is set to independent mode (no dual regular or injected conversions are configured) */
  763. if (ADC_NONMULTIMODE_OR_MULTIMODEMASTER(hadc))
  764. {
  765. CLEAR_BIT(hadc->State, HAL_ADC_STATE_MULTIMODE_SLAVE);
  766. }
  767. /* Clear regular group conversion flag and overrun flag */
  768. /* (To ensure of no unknown state from potential previous ADC operations) */
  769. __HAL_ADC_CLEAR_FLAG(hadc, (ADC_FLAG_EOC | ADC_FLAG_EOS | ADC_FLAG_OVR));
  770. /* Enable conversion of regular group. */
  771. /* If software start has been selected, conversion starts immediately. */
  772. /* If external trigger has been selected, conversion will start at next */
  773. /* trigger event. */
  774. /* Case of multimode enabled (when multimode feature is available): */
  775. /* - if ADC is slave and dual regular conversions are enabled, ADC is */
  776. /* enabled only (conversion is not started), */
  777. /* - if ADC is master, ADC is enabled and conversion is started. */
  778. if (ADC_INDEPENDENT_OR_NONMULTIMODEREGULAR_SLAVE(hadc))
  779. {
  780. /* Multimode feature is not available or ADC Instance is Independent or Master,
  781. or is not Slave ADC with dual regular conversions enabled.
  782. Then, set HAL_ADC_STATE_INJ_BUSY bit and reset HAL_ADC_STATE_INJ_EOC bit if JAUTO is set. */
  783. if (READ_BIT(hadc->Instance->CFGR, ADC_CFGR_JAUTO) != RESET)
  784. {
  785. ADC_STATE_CLR_SET(hadc->State, HAL_ADC_STATE_INJ_EOC, HAL_ADC_STATE_INJ_BUSY);
  786. }
  787. /* Process unlocked */
  788. __HAL_UNLOCK(hadc);
  789. /* Start ADC */
  790. SET_BIT(hadc->Instance->CR, ADC_CR_ADSTART);
  791. }
  792. else
  793. {
  794. SET_BIT(hadc->State, HAL_ADC_STATE_MULTIMODE_SLAVE);
  795. /* if Master ADC JAUTO bit is set, update Slave State in setting
  796. HAL_ADC_STATE_INJ_BUSY bit and in resetting HAL_ADC_STATE_INJ_EOC bit */
  797. tmpADC_Master = ADC_MASTER_REGISTER(hadc);
  798. if (READ_BIT(tmpADC_Master->CFGR, ADC_CFGR_JAUTO) != RESET)
  799. {
  800. ADC_STATE_CLR_SET(hadc->State, HAL_ADC_STATE_INJ_EOC, HAL_ADC_STATE_INJ_BUSY);
  801. } /* if (READ_BIT(tmpADC_Master->CFGR, ADC_CFGR_JAUTO) != RESET) */
  802. /* Process unlocked */
  803. __HAL_UNLOCK(hadc);
  804. } /* if (ADC_INDEPENDENT_OR_NONMULTIMODEREGULAR_SLAVE(hadc)) */
  805. }
  806. else
  807. {
  808. /* Process unlocked */
  809. __HAL_UNLOCK(hadc);
  810. }
  811. }
  812. else
  813. {
  814. tmp_hal_status = HAL_BUSY;
  815. }
  816. /* Return function status */
  817. return tmp_hal_status;
  818. }
  819. /**
  820. * @brief Stop ADC conversion of regular group (and injected channels in
  821. * case of auto_injection mode), disable ADC peripheral.
  822. * @note: ADC peripheral disable is forcing stop of potential
  823. * conversion on injected group. If injected group is under use, it
  824. * should be preliminarily stopped using HAL_ADCEx_InjectedStop function.
  825. * @param hadc: ADC handle
  826. * @retval HAL status.
  827. */
  828. HAL_StatusTypeDef HAL_ADC_Stop(ADC_HandleTypeDef* hadc)
  829. {
  830. HAL_StatusTypeDef tmp_hal_status = HAL_OK;
  831. /* Check the parameters */
  832. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  833. /* Process locked */
  834. __HAL_LOCK(hadc);
  835. /* 1. Stop potential conversion on going, on ADC groups regular and injected */
  836. tmp_hal_status = ADC_ConversionStop(hadc, ADC_REGULAR_INJECTED_GROUP);
  837. /* Disable ADC peripheral if conversions are effectively stopped */
  838. if (tmp_hal_status == HAL_OK)
  839. {
  840. /* 2. Disable the ADC peripheral */
  841. tmp_hal_status = ADC_Disable(hadc);
  842. /* Check if ADC is effectively disabled */
  843. if (tmp_hal_status == HAL_OK)
  844. {
  845. /* Set ADC state */
  846. /* Clear HAL_ADC_STATE_REG_BUSY and HAL_ADC_STATE_INJ_BUSY bits, set HAL_ADC_STATE_READY bit */
  847. ADC_STATE_CLR_SET(hadc->State, (HAL_ADC_STATE_REG_BUSY|HAL_ADC_STATE_INJ_BUSY), HAL_ADC_STATE_READY);
  848. }
  849. }
  850. /* Process unlocked */
  851. __HAL_UNLOCK(hadc);
  852. /* Return function status */
  853. return tmp_hal_status;
  854. }
  855. /**
  856. * @brief Wait for regular group conversion to be completed.
  857. * @param hadc: ADC handle
  858. * @param Timeout: Timeout value in millisecond.
  859. * @note Depending on hadc->Init.EOCSelection, EOS or EOC is
  860. * checked and cleared depending on AUTDLY bit status.
  861. * @note HAL_ADC_PollForConversion() returns HAL_ERROR if EOC is polled in a
  862. * DMA-managed conversions configuration: indeed, EOC is immediately
  863. * reset by the DMA reading the DR register when the converted data is
  864. * available. Therefore, EOC is set for a too short period to be
  865. * reliably polled.
  866. * @retval HAL status
  867. */
  868. HAL_StatusTypeDef HAL_ADC_PollForConversion(ADC_HandleTypeDef* hadc, uint32_t Timeout)
  869. {
  870. uint32_t tickstart = 0;
  871. uint32_t tmp_Flag_EOC = 0x00;
  872. uint32_t tmp_cfgr = 0x00;
  873. uint32_t tmp_eos_raised = 0x01; /* by default, assume that EOS is set,
  874. tmp_eos_raised will be corrected
  875. accordingly during API execution */
  876. ADC_TypeDef *tmpADC_Master;
  877. /* Check the parameters */
  878. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  879. /* If end of conversion selected to end of sequence conversions */
  880. if (hadc->Init.EOCSelection == ADC_EOC_SEQ_CONV)
  881. {
  882. tmp_Flag_EOC = ADC_FLAG_EOS;
  883. }
  884. /* If end of conversion selected to end of unitary conversion */
  885. else /* ADC_EOC_SINGLE_CONV */
  886. {
  887. /* Check that the ADC is not in a DMA-based configuration. Otherwise,
  888. returns an error. */
  889. /* Check whether dual regular conversions are disabled or unavailable. */
  890. if (ADC_IS_DUAL_REGULAR_CONVERSION_ENABLE(hadc) == RESET)
  891. {
  892. /* Check DMAEN bit in handle ADC CFGR register */
  893. if (READ_BIT(hadc->Instance->CFGR, ADC_CFGR_DMAEN) != RESET)
  894. {
  895. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_CONFIG);
  896. return HAL_ERROR;
  897. }
  898. }
  899. else
  900. {
  901. /* Else need to check Common register CCR MDMA bit field. */
  902. if (ADC_MULTIMODE_DMA_ENABLED())
  903. {
  904. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_CONFIG);
  905. return HAL_ERROR;
  906. }
  907. }
  908. /* no DMA transfer detected, polling ADC_FLAG_EOC is possible */
  909. tmp_Flag_EOC = ADC_FLAG_EOC;
  910. }
  911. /* Get tick count */
  912. tickstart = HAL_GetTick();
  913. /* Wait until End of unitary conversion or sequence conversions flag is raised */
  914. while(HAL_IS_BIT_CLR(hadc->Instance->ISR, tmp_Flag_EOC))
  915. {
  916. /* Check if timeout is disabled (set to infinite wait) */
  917. if(Timeout != HAL_MAX_DELAY)
  918. {
  919. if((Timeout == 0) || ((HAL_GetTick()-tickstart) > Timeout))
  920. {
  921. /* Update ADC state machine to timeout */
  922. SET_BIT(hadc->State, HAL_ADC_STATE_TIMEOUT);
  923. /* Process unlocked */
  924. __HAL_UNLOCK(hadc);
  925. return HAL_TIMEOUT;
  926. }
  927. }
  928. }
  929. /* Next, to clear the polled flag as well as to update the handle State,
  930. EOS is checked and the relevant configuration register is retrieved. */
  931. /* 1. Check whether or not EOS is set */
  932. if (HAL_IS_BIT_CLR(hadc->Instance->ISR, ADC_FLAG_EOS))
  933. {
  934. tmp_eos_raised = 0;
  935. }
  936. /* 2. Check whether or not hadc is the handle of a Slave ADC with dual
  937. regular conversions enabled. */
  938. if (ADC_INDEPENDENT_OR_NONMULTIMODEREGULAR_SLAVE(hadc))
  939. {
  940. /* Retrieve handle ADC CFGR register */
  941. tmp_cfgr = READ_REG(hadc->Instance->CFGR);
  942. }
  943. else
  944. {
  945. /* Retrieve Master ADC CFGR register */
  946. tmpADC_Master = ADC_MASTER_REGISTER(hadc);
  947. tmp_cfgr = READ_REG(tmpADC_Master->CFGR);
  948. }
  949. /* Clear polled flag */
  950. if (tmp_Flag_EOC == ADC_FLAG_EOS)
  951. {
  952. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_EOS);
  953. }
  954. else
  955. {
  956. /* Clear end of conversion EOC flag of regular group if low power feature */
  957. /* "LowPowerAutoWait " is disabled, to not interfere with this feature */
  958. /* until data register is read using function HAL_ADC_GetValue(). */
  959. /* For regular groups, no new conversion will start before EOC is cleared.*/
  960. /* Note that 1. reading DR clears EOC. */
  961. /* 2. in multimode with dual regular conversions enabled (when */
  962. /* multimode feature is available), Master AUTDLY bit is */
  963. /* checked. */
  964. if (READ_BIT (tmp_cfgr, ADC_CFGR_AUTDLY) == RESET)
  965. {
  966. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_EOC);
  967. }
  968. }
  969. /* Update ADC state machine */
  970. SET_BIT(hadc->State, HAL_ADC_STATE_REG_EOC);
  971. /* If 1. EOS is set
  972. 2. conversions are software-triggered
  973. 3. CONT bit is reset (that of handle ADC or Master ADC if applicable)
  974. Then regular conversions are over and HAL_ADC_STATE_REG_BUSY can be reset.
  975. 4. additionally, if no injected conversions are on-going, HAL_ADC_STATE_READY
  976. can be set */
  977. if ((tmp_eos_raised)
  978. && (ADC_IS_SOFTWARE_START_REGULAR(hadc))
  979. && (READ_BIT (tmp_cfgr, ADC_CFGR_CONT) == RESET))
  980. {
  981. CLEAR_BIT(hadc->State, HAL_ADC_STATE_REG_BUSY);
  982. /* If no injected conversion on-going, set HAL_ADC_STATE_READY bit */
  983. if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_INJ_BUSY))
  984. {
  985. SET_BIT(hadc->State, HAL_ADC_STATE_READY);
  986. }
  987. }
  988. /* Return function status */
  989. return HAL_OK;
  990. }
  991. /**
  992. * @brief Poll for ADC event.
  993. * @param hadc: ADC handle
  994. * @param EventType: the ADC event type.
  995. * This parameter can be one of the following values:
  996. * @arg @ref ADC_EOSMP_EVENT ADC End of Sampling event
  997. * @arg @ref ADC_AWD1_EVENT ADC Analog watchdog 1 event (main analog watchdog, present on all STM32 devices)
  998. * @arg @ref ADC_AWD2_EVENT ADC Analog watchdog 2 event (additional analog watchdog, not present on all STM32 families)
  999. * @arg @ref ADC_AWD3_EVENT ADC Analog watchdog 3 event (additional analog watchdog, not present on all STM32 families)
  1000. * @arg @ref ADC_OVR_EVENT ADC Overrun event
  1001. * @arg @ref ADC_JQOVF_EVENT ADC Injected context queue overflow event
  1002. * @param Timeout: Timeout value in millisecond.
  1003. * @note The relevant flag is cleared if found to be set, except for ADC_FLAG_OVR.
  1004. * Indeed, the latter is reset only if hadc->Init.Overrun field is set
  1005. * to ADC_OVR_DATA_OVERWRITTEN. Otherwise, data register may be potentially overwritten
  1006. * by a new converted data as soon as OVR is cleared.
  1007. * To reset OVR flag once the preserved data is retrieved, the user can resort
  1008. * to macro __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_OVR);
  1009. * @retval HAL status
  1010. */
  1011. HAL_StatusTypeDef HAL_ADC_PollForEvent(ADC_HandleTypeDef* hadc, uint32_t EventType, uint32_t Timeout)
  1012. {
  1013. uint32_t tickstart = 0;
  1014. /* Check the parameters */
  1015. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  1016. assert_param(IS_ADC_EVENT_TYPE(EventType));
  1017. /* Get tick count */
  1018. tickstart = HAL_GetTick();
  1019. /* Check selected event flag */
  1020. while(__HAL_ADC_GET_FLAG(hadc, EventType) == RESET)
  1021. {
  1022. /* Check if timeout is disabled (set to infinite wait) */
  1023. if(Timeout != HAL_MAX_DELAY)
  1024. {
  1025. if((Timeout == 0) || ((HAL_GetTick()-tickstart) > Timeout))
  1026. {
  1027. /* Update ADC state machine to timeout */
  1028. SET_BIT(hadc->State, HAL_ADC_STATE_TIMEOUT);
  1029. /* Process unlocked */
  1030. __HAL_UNLOCK(hadc);
  1031. return HAL_TIMEOUT;
  1032. }
  1033. }
  1034. }
  1035. switch(EventType)
  1036. {
  1037. /* End Of Sampling event */
  1038. case ADC_EOSMP_EVENT:
  1039. /* Set ADC state */
  1040. SET_BIT(hadc->State, HAL_ADC_STATE_REG_EOSMP);
  1041. /* Clear the End Of Sampling flag */
  1042. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_EOSMP);
  1043. break;
  1044. /* Analog watchdog (level out of window) event */
  1045. /* Note: In case of several analog watchdog enabled, if needed to know */
  1046. /* which one triggered and on which ADCx, test ADC state of Analog Watchdog */
  1047. /* flags HAL_ADC_STATE_AWD/2/3 function. */
  1048. /* For example: "if (HAL_ADC_GetState(hadc1) == HAL_ADC_STATE_AWD) " */
  1049. /* "if (HAL_ADC_GetState(hadc1) == HAL_ADC_STATE_AWD2)" */
  1050. /* "if (HAL_ADC_GetState(hadc1) == HAL_ADC_STATE_AWD3)" */
  1051. case ADC_AWD_EVENT:
  1052. /* Set ADC state */
  1053. SET_BIT(hadc->State, HAL_ADC_STATE_AWD1);
  1054. /* Clear ADC analog watchdog flag */
  1055. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_AWD1);
  1056. break;
  1057. /* Check analog watchdog 2 flag */
  1058. case ADC_AWD2_EVENT:
  1059. /* Set ADC state */
  1060. SET_BIT(hadc->State, HAL_ADC_STATE_AWD2);
  1061. /* Clear ADC analog watchdog flag */
  1062. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_AWD2);
  1063. break;
  1064. /* Check analog watchdog 3 flag */
  1065. case ADC_AWD3_EVENT:
  1066. /* Set ADC state */
  1067. SET_BIT(hadc->State, HAL_ADC_STATE_AWD3);
  1068. /* Clear ADC analog watchdog flag */
  1069. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_AWD3);
  1070. break;
  1071. /* Injected context queue overflow event */
  1072. case ADC_JQOVF_EVENT:
  1073. /* Set ADC state */
  1074. SET_BIT(hadc->State, HAL_ADC_STATE_INJ_JQOVF);
  1075. /* Set ADC error code to Injected context queue overflow */
  1076. SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF);
  1077. /* Clear ADC Injected context queue overflow flag */
  1078. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_JQOVF);
  1079. break;
  1080. /* Overrun event */
  1081. default: /* Case ADC_OVR_EVENT */
  1082. /* If overrun is set to overwrite previous data, overrun event is not */
  1083. /* considered as an error. */
  1084. /* (cf ref manual "Managing conversions without using the DMA and without */
  1085. /* overrun ") */
  1086. if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED)
  1087. {
  1088. /* Set ADC state */
  1089. SET_BIT(hadc->State, HAL_ADC_STATE_REG_OVR);
  1090. /* Set ADC error code to overrun */
  1091. SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_OVR);
  1092. }
  1093. else
  1094. {
  1095. /* Clear ADC Overrun flag only if Overrun is set to ADC_OVR_DATA_OVERWRITTEN
  1096. otherwise, data register is potentially overwritten by new converted data as soon
  1097. as OVR is cleared. */
  1098. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_OVR);
  1099. }
  1100. break;
  1101. }
  1102. /* Return function status */
  1103. return HAL_OK;
  1104. }
  1105. /**
  1106. * @brief Enable ADC, start conversion of regular group with interruption.
  1107. * @note Interruptions enabled in this function according to initialization
  1108. * setting : EOC (end of conversion), EOS (end of sequence),
  1109. * OVR overrun.
  1110. * Each of these interruptions has its dedicated callback function.
  1111. * @note Case of multimode enabled (when multimode feature is available):
  1112. * HAL_ADC_Start_IT() must be called for ADC Slave first, then for
  1113. * ADC Master.
  1114. * For ADC Slave, ADC is enabled only (conversion is not started).
  1115. * For ADC Master, ADC is enabled and multimode conversion is started.
  1116. * @note To guarantee a proper reset of all interruptions once all the needed
  1117. * conversions are obtained, HAL_ADC_Stop_IT() must be called to ensure
  1118. * a correct stop of the IT-based conversions.
  1119. * @note By default, HAL_ADC_Start_IT() doesn't enable the End Of Sampling
  1120. * interruption. If required (e.g. in case of oversampling with trigger
  1121. * mode), the user must:
  1122. * 1. first clear the EOSMP flag if set with macro __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_EOSMP)
  1123. * 2. then enable the EOSMP interrupt with macro __HAL_ADC_ENABLE_IT(hadc, ADC_IT_EOSMP)
  1124. * before calling HAL_ADC_Start_IT().
  1125. * @param hadc: ADC handle
  1126. * @retval HAL status
  1127. */
  1128. HAL_StatusTypeDef HAL_ADC_Start_IT(ADC_HandleTypeDef* hadc)
  1129. {
  1130. HAL_StatusTypeDef tmp_hal_status = HAL_OK;
  1131. ADC_TypeDef *tmpADC_Master;
  1132. /* Check the parameters */
  1133. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  1134. /* Perform ADC enable and conversion start if no conversion is on going */
  1135. if (ADC_IS_CONVERSION_ONGOING_REGULAR(hadc) == RESET)
  1136. {
  1137. /* Process locked */
  1138. __HAL_LOCK(hadc);
  1139. /* Enable the ADC peripheral */
  1140. tmp_hal_status = ADC_Enable(hadc);
  1141. /* Start conversion if ADC is effectively enabled */
  1142. if (tmp_hal_status == HAL_OK)
  1143. {
  1144. /* State machine update: Check if an injected conversion is ongoing */
  1145. if (HAL_IS_BIT_SET(hadc->State, HAL_ADC_STATE_INJ_BUSY))
  1146. {
  1147. /* Reset ADC error code fields related to regular conversions only */
  1148. CLEAR_BIT(hadc->ErrorCode, (HAL_ADC_ERROR_OVR|HAL_ADC_ERROR_DMA));
  1149. }
  1150. else
  1151. {
  1152. /* Set ADC error code to none */
  1153. ADC_CLEAR_ERRORCODE(hadc);
  1154. }
  1155. /* Clear HAL_ADC_STATE_READY and regular conversion results bits, set HAL_ADC_STATE_REG_BUSY bit */
  1156. ADC_STATE_CLR_SET(hadc->State, (HAL_ADC_STATE_READY|HAL_ADC_STATE_REG_EOC|HAL_ADC_STATE_REG_OVR|HAL_ADC_STATE_REG_EOSMP), HAL_ADC_STATE_REG_BUSY);
  1157. /* Reset HAL_ADC_STATE_MULTIMODE_SLAVE bit
  1158. - by default if ADC is Master or Independent or if multimode feature is not available
  1159. - if MultiMode setting is set to independent mode (no dual regular or injected conversions are configured) */
  1160. if (ADC_NONMULTIMODE_OR_MULTIMODEMASTER(hadc))
  1161. {
  1162. CLEAR_BIT(hadc->State, HAL_ADC_STATE_MULTIMODE_SLAVE);
  1163. }
  1164. /* Clear regular group conversion flag and overrun flag */
  1165. /* (To ensure of no unknown state from potential previous ADC operations) */
  1166. __HAL_ADC_CLEAR_FLAG(hadc, (ADC_FLAG_EOC | ADC_FLAG_EOS | ADC_FLAG_OVR));
  1167. /* By default, disable all interruptions before enabling the desired ones */
  1168. __HAL_ADC_DISABLE_IT(hadc, (ADC_IT_EOC | ADC_IT_EOS | ADC_IT_OVR));
  1169. /* Enable required interruptions */
  1170. switch(hadc->Init.EOCSelection)
  1171. {
  1172. case ADC_EOC_SEQ_CONV:
  1173. __HAL_ADC_ENABLE_IT(hadc, ADC_IT_EOS);
  1174. break;
  1175. /* case ADC_EOC_SINGLE_CONV */
  1176. default:
  1177. __HAL_ADC_ENABLE_IT(hadc, ADC_IT_EOC);
  1178. break;
  1179. }
  1180. /* If hadc->Init.Overrun is set to ADC_OVR_DATA_PRESERVED, only then is
  1181. ADC_IT_OVR enabled; otherwise data overwrite is considered as normal
  1182. behavior and no CPU time is lost for a non-processed interruption */
  1183. if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED)
  1184. {
  1185. __HAL_ADC_ENABLE_IT(hadc, ADC_IT_OVR);
  1186. }
  1187. /* Enable conversion of regular group. */
  1188. /* If software start has been selected, conversion starts immediately. */
  1189. /* If external trigger has been selected, conversion starts at next */
  1190. /* trigger event. */
  1191. /* Case of multimode enabled (when multimode feature is available): */
  1192. /* - if ADC is slave and dual regular conversions are enabled, ADC is */
  1193. /* enabled only (conversion is not started), */
  1194. /* - if ADC is master, ADC is enabled and conversion is started. */
  1195. if (ADC_INDEPENDENT_OR_NONMULTIMODEREGULAR_SLAVE(hadc) )
  1196. {
  1197. /* Multimode feature is not available or ADC Instance is Independent or Master,
  1198. or is not Slave ADC with dual regular conversions enabled.
  1199. Then set HAL_ADC_STATE_INJ_BUSY and reset HAL_ADC_STATE_INJ_EOC if JAUTO is set. */
  1200. if (READ_BIT(hadc->Instance->CFGR, ADC_CFGR_JAUTO) != RESET)
  1201. {
  1202. ADC_STATE_CLR_SET(hadc->State, HAL_ADC_STATE_INJ_EOC, HAL_ADC_STATE_INJ_BUSY);
  1203. /* Enable as well injected interruptions in case
  1204. HAL_ADCEx_InjectedStart_IT() has not been called beforehand. This
  1205. allows to start regular and injected conversions when JAUTO is
  1206. set with a single call to HAL_ADC_Start_IT() */
  1207. switch(hadc->Init.EOCSelection)
  1208. {
  1209. case ADC_EOC_SEQ_CONV:
  1210. __HAL_ADC_DISABLE_IT(hadc, ADC_IT_JEOC);
  1211. __HAL_ADC_ENABLE_IT(hadc, ADC_IT_JEOS);
  1212. break;
  1213. /* case ADC_EOC_SINGLE_CONV */
  1214. default:
  1215. __HAL_ADC_DISABLE_IT(hadc, ADC_IT_JEOS);
  1216. __HAL_ADC_ENABLE_IT(hadc, ADC_IT_JEOC);
  1217. break;
  1218. }
  1219. } /* if (READ_BIT(hadc->Instance->CFGR, ADC_CFGR_JAUTO) != RESET) */
  1220. /* Process unlocked */
  1221. __HAL_UNLOCK(hadc);
  1222. /* Start ADC */
  1223. SET_BIT(hadc->Instance->CR, ADC_CR_ADSTART);
  1224. }
  1225. else
  1226. {
  1227. /* hadc is the handle of a Slave ADC with dual regular conversions
  1228. enabled. Therefore, ADC_CR_ADSTART is NOT set */
  1229. SET_BIT(hadc->State, HAL_ADC_STATE_MULTIMODE_SLAVE);
  1230. /* if Master ADC JAUTO bit is set, Slave injected interruptions
  1231. are enabled nevertheless (for same reason as above) */
  1232. tmpADC_Master = ADC_MASTER_REGISTER(hadc);
  1233. if (READ_BIT(tmpADC_Master->CFGR, ADC_CFGR_JAUTO) != RESET)
  1234. {
  1235. /* First, update Slave State in setting HAL_ADC_STATE_INJ_BUSY bit
  1236. and in resetting HAL_ADC_STATE_INJ_EOC bit */
  1237. ADC_STATE_CLR_SET(hadc->State, HAL_ADC_STATE_INJ_EOC, HAL_ADC_STATE_INJ_BUSY);
  1238. /* Next, set Slave injected interruptions */
  1239. switch(hadc->Init.EOCSelection)
  1240. {
  1241. case ADC_EOC_SEQ_CONV:
  1242. __HAL_ADC_DISABLE_IT(hadc, ADC_IT_JEOC);
  1243. __HAL_ADC_ENABLE_IT(hadc, ADC_IT_JEOS);
  1244. break;
  1245. /* case ADC_EOC_SINGLE_CONV */
  1246. default:
  1247. __HAL_ADC_DISABLE_IT(hadc, ADC_IT_JEOS);
  1248. __HAL_ADC_ENABLE_IT(hadc, ADC_IT_JEOC);
  1249. break;
  1250. }
  1251. } /* if (READ_BIT(tmpADC_Master->CFGR, ADC_CFGR_JAUTO) != RESET) */
  1252. /* Process unlocked */
  1253. __HAL_UNLOCK(hadc);
  1254. } /* if (ADC_INDEPENDENT_OR_NONMULTIMODEREGULAR_SLAVE(hadc) ) */
  1255. } /* if (tmp_hal_status == HAL_OK) */
  1256. else
  1257. {
  1258. /* Process unlocked */
  1259. __HAL_UNLOCK(hadc);
  1260. }
  1261. }
  1262. else
  1263. {
  1264. tmp_hal_status = HAL_BUSY;
  1265. }
  1266. /* Return function status */
  1267. return tmp_hal_status;
  1268. }
  1269. /**
  1270. * @brief Stop ADC conversion of regular group (and injected group in
  1271. * case of auto_injection mode), disable interrution of
  1272. * end-of-conversion, disable ADC peripheral.
  1273. * @param hadc: ADC handle
  1274. * @retval HAL status.
  1275. */
  1276. HAL_StatusTypeDef HAL_ADC_Stop_IT(ADC_HandleTypeDef* hadc)
  1277. {
  1278. HAL_StatusTypeDef tmp_hal_status = HAL_OK;
  1279. /* Check the parameters */
  1280. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  1281. /* Process locked */
  1282. __HAL_LOCK(hadc);
  1283. /* 1. Stop potential conversion on going, on ADC groups regular and injected */
  1284. tmp_hal_status = ADC_ConversionStop(hadc, ADC_REGULAR_INJECTED_GROUP);
  1285. /* Disable ADC peripheral if conversions are effectively stopped */
  1286. if (tmp_hal_status == HAL_OK)
  1287. {
  1288. /* Disable ADC end of conversion interrupt for regular group */
  1289. /* Disable ADC overrun interrupt */
  1290. __HAL_ADC_DISABLE_IT(hadc, (ADC_IT_EOC | ADC_IT_EOS | ADC_IT_OVR));
  1291. /* 2. Disable the ADC peripheral */
  1292. tmp_hal_status = ADC_Disable(hadc);
  1293. /* Check if ADC is effectively disabled */
  1294. if (tmp_hal_status == HAL_OK)
  1295. {
  1296. /* Set ADC state */
  1297. ADC_STATE_CLR_SET(hadc->State,
  1298. (HAL_ADC_STATE_REG_BUSY | HAL_ADC_STATE_INJ_BUSY),
  1299. HAL_ADC_STATE_READY);
  1300. }
  1301. }
  1302. /* Process unlocked */
  1303. __HAL_UNLOCK(hadc);
  1304. /* Return function status */
  1305. return tmp_hal_status;
  1306. }
  1307. /**
  1308. * @brief Enable ADC, start conversion of regular group and transfer result through DMA.
  1309. * @note Interruptions enabled in this function:
  1310. * overrun (if applicable), DMA half transfer, DMA transfer complete.
  1311. * Each of these interruptions has its dedicated callback function.
  1312. * @note Case of multimode enabled (when multimode feature is available): HAL_ADC_Start_DMA()
  1313. * is designed for single-ADC mode only. For multimode, the dedicated
  1314. * HAL_ADCEx_MultiModeStart_DMA() function must be used.
  1315. * @param hadc: ADC handle
  1316. * @param pData: Destination Buffer address.
  1317. * @param Length: Length of data to be transferred from ADC peripheral to memory (in bytes)
  1318. * @retval HAL status.
  1319. */
  1320. HAL_StatusTypeDef HAL_ADC_Start_DMA(ADC_HandleTypeDef* hadc, uint32_t* pData, uint32_t Length)
  1321. {
  1322. HAL_StatusTypeDef tmp_hal_status = HAL_OK;
  1323. /* Check the parameters */
  1324. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  1325. /* Perform ADC enable and conversion start if no conversion is on going */
  1326. if (ADC_IS_CONVERSION_ONGOING_REGULAR(hadc) == RESET)
  1327. {
  1328. /* Process locked */
  1329. __HAL_LOCK(hadc);
  1330. /* Ensure that dual regular conversions are not enabled or unavailable. */
  1331. /* Otherwise, dedicated API HAL_ADCEx_MultiModeStart_DMA() must be used. */
  1332. if (ADC_IS_DUAL_REGULAR_CONVERSION_ENABLE(hadc) == RESET)
  1333. {
  1334. /* Enable the ADC peripheral */
  1335. tmp_hal_status = ADC_Enable(hadc);
  1336. /* Start conversion if ADC is effectively enabled */
  1337. if (tmp_hal_status == HAL_OK)
  1338. {
  1339. /* State machine update: Check if an injected conversion is ongoing */
  1340. if (HAL_IS_BIT_SET(hadc->State, HAL_ADC_STATE_INJ_BUSY))
  1341. {
  1342. /* Reset ADC error code fields related to regular conversions only */
  1343. CLEAR_BIT(hadc->ErrorCode, (HAL_ADC_ERROR_OVR | HAL_ADC_ERROR_DMA));
  1344. }
  1345. else
  1346. {
  1347. /* Set ADC error code to none */
  1348. ADC_CLEAR_ERRORCODE(hadc);
  1349. }
  1350. /* Clear HAL_ADC_STATE_READY and regular conversion results bits, set HAL_ADC_STATE_REG_BUSY bit */
  1351. ADC_STATE_CLR_SET(hadc->State,
  1352. (HAL_ADC_STATE_READY | HAL_ADC_STATE_REG_EOC | HAL_ADC_STATE_REG_OVR | HAL_ADC_STATE_REG_EOSMP),
  1353. HAL_ADC_STATE_REG_BUSY);
  1354. /* Reset HAL_ADC_STATE_MULTIMODE_SLAVE bit
  1355. - by default if ADC is Master or Independent or if multimode feature is not available
  1356. - if multimode setting is set to independent mode (no dual regular or injected conversions are configured) */
  1357. if (ADC_NONMULTIMODE_OR_MULTIMODEMASTER(hadc))
  1358. {
  1359. CLEAR_BIT(hadc->State, HAL_ADC_STATE_MULTIMODE_SLAVE);
  1360. }
  1361. /* Set the DMA transfer complete callback */
  1362. hadc->DMA_Handle->XferCpltCallback = ADC_DMAConvCplt;
  1363. /* Set the DMA half transfer complete callback */
  1364. hadc->DMA_Handle->XferHalfCpltCallback = ADC_DMAHalfConvCplt;
  1365. /* Set the DMA error callback */
  1366. hadc->DMA_Handle->XferErrorCallback = ADC_DMAError;
  1367. /* Manage ADC and DMA start: ADC overrun interruption, DMA start, */
  1368. /* ADC start (in case of SW start): */
  1369. /* Clear regular group conversion flag and overrun flag */
  1370. /* (To ensure of no unknown state from potential previous ADC */
  1371. /* operations) */
  1372. __HAL_ADC_CLEAR_FLAG(hadc, (ADC_FLAG_EOC | ADC_FLAG_EOS | ADC_FLAG_OVR));
  1373. /* With DMA, overrun event is always considered as an error even if
  1374. hadc->Init.Overrun is set to ADC_OVR_DATA_OVERWRITTEN. Therefore,
  1375. ADC_IT_OVR is enabled. */
  1376. __HAL_ADC_ENABLE_IT(hadc, ADC_IT_OVR);
  1377. /* Enable ADC DMA mode */
  1378. SET_BIT(hadc->Instance->CFGR, ADC_CFGR_DMAEN);
  1379. /* Start the DMA channel */
  1380. HAL_DMA_Start_IT(hadc->DMA_Handle, (uint32_t)&hadc->Instance->DR, (uint32_t)pData, Length);
  1381. /* Enable conversion of regular group. */
  1382. /* Process unlocked */
  1383. __HAL_UNLOCK(hadc);
  1384. /* If software start has been selected, conversion starts immediately. */
  1385. /* If external trigger has been selected, conversion will start at next */
  1386. /* trigger event. */
  1387. SET_BIT(hadc->Instance->CR, ADC_CR_ADSTART);
  1388. }
  1389. else
  1390. {
  1391. /* Process unlocked */
  1392. __HAL_UNLOCK(hadc);
  1393. } /* if (tmp_hal_status == HAL_OK) */
  1394. }
  1395. else
  1396. {
  1397. tmp_hal_status = HAL_ERROR;
  1398. /* Process unlocked */
  1399. __HAL_UNLOCK(hadc);
  1400. } /* if (ADC_IS_DUAL_REGULAR_CONVERSION_ENABLE(hadc) == RESET) */
  1401. }
  1402. else
  1403. {
  1404. tmp_hal_status = HAL_BUSY;
  1405. }
  1406. /* Return function status */
  1407. return tmp_hal_status;
  1408. }
  1409. /**
  1410. * @brief Stop ADC conversion of regular group (and injected group in
  1411. * case of auto_injection mode), disable ADC DMA transfer, disable
  1412. * ADC peripheral.
  1413. * @note: ADC peripheral disable is forcing stop of potential
  1414. * conversion on injected group. If injected group is under use, it
  1415. * should be preliminarily stopped using HAL_ADCEx_InjectedStop function.
  1416. * @note Case of multimode enabled (when multimode feature is available):
  1417. * HAL_ADC_Stop_DMA() function is dedicated to single-ADC mode only.
  1418. * For multimode, the dedicated HAL_ADCEx_MultiModeStop_DMA() API must be used.
  1419. * @param hadc: ADC handle
  1420. * @retval HAL status.
  1421. */
  1422. HAL_StatusTypeDef HAL_ADC_Stop_DMA(ADC_HandleTypeDef* hadc)
  1423. {
  1424. HAL_StatusTypeDef tmp_hal_status = HAL_OK;
  1425. /* Check the parameters */
  1426. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  1427. /* Process locked */
  1428. __HAL_LOCK(hadc);
  1429. /* 1. Stop potential ADC group regular conversion on going */
  1430. tmp_hal_status = ADC_ConversionStop(hadc, ADC_REGULAR_INJECTED_GROUP);
  1431. /* Disable ADC peripheral if conversions are effectively stopped */
  1432. if (tmp_hal_status == HAL_OK)
  1433. {
  1434. /* Disable ADC DMA (ADC DMA configuration ADC_CFGR_DMACFG is kept) */
  1435. CLEAR_BIT(hadc->Instance->CFGR, ADC_CFGR_DMAEN);
  1436. /* Disable the DMA channel (in case of DMA in circular mode or stop */
  1437. /* while DMA transfer is on going) */
  1438. tmp_hal_status = HAL_DMA_Abort(hadc->DMA_Handle);
  1439. /* Check if DMA channel effectively disabled */
  1440. if (tmp_hal_status != HAL_OK)
  1441. {
  1442. /* Update ADC state machine to error */
  1443. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
  1444. }
  1445. /* Disable ADC overrun interrupt */
  1446. __HAL_ADC_DISABLE_IT(hadc, ADC_IT_OVR);
  1447. /* 2. Disable the ADC peripheral */
  1448. /* Update "tmp_hal_status" only if DMA channel disabling passed, to keep */
  1449. /* in memory a potential failing status. */
  1450. if (tmp_hal_status == HAL_OK)
  1451. {
  1452. tmp_hal_status = ADC_Disable(hadc);
  1453. }
  1454. else
  1455. {
  1456. ADC_Disable(hadc);
  1457. }
  1458. /* Check if ADC is effectively disabled */
  1459. if (tmp_hal_status == HAL_OK)
  1460. {
  1461. /* Set ADC state */
  1462. ADC_STATE_CLR_SET(hadc->State,
  1463. (HAL_ADC_STATE_REG_BUSY | HAL_ADC_STATE_INJ_BUSY),
  1464. HAL_ADC_STATE_READY);
  1465. }
  1466. }
  1467. /* Process unlocked */
  1468. __HAL_UNLOCK(hadc);
  1469. /* Return function status */
  1470. return tmp_hal_status;
  1471. }
  1472. /**
  1473. * @brief Get ADC regular group conversion result.
  1474. * @note Reading register DR automatically clears ADC flag EOC
  1475. * (ADC group regular end of unitary conversion).
  1476. * @note This function does not clear ADC flag EOS
  1477. * (ADC group regular end of sequence conversion).
  1478. * Occurrence of flag EOS rising:
  1479. * - If sequencer is composed of 1 rank, flag EOS is equivalent
  1480. * to flag EOC.
  1481. * - If sequencer is composed of several ranks, during the scan
  1482. * sequence flag EOC only is raised, at the end of the scan sequence
  1483. * both flags EOC and EOS are raised.
  1484. * To clear this flag, either use function:
  1485. * in programming model IT: @ref HAL_ADC_IRQHandler(), in programming
  1486. * model polling: @ref HAL_ADC_PollForConversion()
  1487. * or @ref __HAL_ADC_CLEAR_FLAG(&hadc, ADC_FLAG_EOS).
  1488. * @param hadc: ADC handle
  1489. * @retval ADC group regular conversion data
  1490. */
  1491. uint32_t HAL_ADC_GetValue(ADC_HandleTypeDef* hadc)
  1492. {
  1493. /* Check the parameters */
  1494. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  1495. /* Note: EOC flag is not cleared here by software because automatically */
  1496. /* cleared by hardware when reading register DR. */
  1497. /* Return ADC converted value */
  1498. return hadc->Instance->DR;
  1499. }
  1500. /**
  1501. * @brief Handle ADC interrupt request.
  1502. * @param hadc: ADC handle
  1503. * @retval None
  1504. */
  1505. void HAL_ADC_IRQHandler(ADC_HandleTypeDef* hadc)
  1506. {
  1507. uint32_t overrun_error = 0; /* flag set if overrun occurrence has to be considered as an error */
  1508. ADC_TypeDef *tmpADC_Master;
  1509. uint32_t tmp_isr = hadc->Instance->ISR;
  1510. uint32_t tmp_ier = hadc->Instance->IER;
  1511. uint32_t tmp_cfgr = 0x0;
  1512. uint32_t tmp_cfgr_jqm = 0x0;
  1513. /* Check the parameters */
  1514. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  1515. assert_param(IS_ADC_EOC_SELECTION(hadc->Init.EOCSelection));
  1516. /* ====== Check End of Sampling flag for regular group ===== */
  1517. if (((tmp_isr & ADC_FLAG_EOSMP) == ADC_FLAG_EOSMP) && ((tmp_ier & ADC_IT_EOSMP) == ADC_IT_EOSMP))
  1518. {
  1519. /* Update state machine on end of sampling status if not in error state */
  1520. if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL))
  1521. {
  1522. /* Set ADC state */
  1523. SET_BIT(hadc->State, HAL_ADC_STATE_REG_EOSMP);
  1524. }
  1525. /* End Of Sampling callback */
  1526. HAL_ADCEx_EndOfSamplingCallback(hadc);
  1527. /* Clear regular group conversion flag */
  1528. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_EOSMP );
  1529. }
  1530. /* ====== Check End of Conversion or Sequence flags for regular group ===== */
  1531. if( (((tmp_isr & ADC_FLAG_EOC) == ADC_FLAG_EOC) && ((tmp_ier & ADC_IT_EOC) == ADC_IT_EOC)) ||
  1532. (((tmp_isr & ADC_FLAG_EOS) == ADC_FLAG_EOS) && ((tmp_ier & ADC_IT_EOS) == ADC_IT_EOS)) )
  1533. {
  1534. /* Update state machine on conversion status if not in error state */
  1535. if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL))
  1536. {
  1537. /* Set ADC state */
  1538. SET_BIT(hadc->State, HAL_ADC_STATE_REG_EOC);
  1539. }
  1540. /* Disable interruption if no further conversion upcoming by regular */
  1541. /* external trigger or by continuous mode, */
  1542. /* and if scan sequence if completed. */
  1543. if(ADC_IS_SOFTWARE_START_REGULAR(hadc))
  1544. {
  1545. if (ADC_INDEPENDENT_OR_NONMULTIMODEREGULAR_SLAVE(hadc))
  1546. {
  1547. /* check CONT bit directly in handle ADC CFGR register */
  1548. tmp_cfgr = READ_REG(hadc->Instance->CFGR);
  1549. }
  1550. else
  1551. {
  1552. /* else need to check Master ADC CONT bit */
  1553. tmpADC_Master = ADC_MASTER_REGISTER(hadc);
  1554. tmp_cfgr = READ_REG(tmpADC_Master->CFGR);
  1555. }
  1556. /* Carry on if continuous mode is disabled */
  1557. if (READ_BIT (tmp_cfgr, ADC_CFGR_CONT) != ADC_CFGR_CONT)
  1558. {
  1559. /* If End of Sequence is reached, disable interrupts */
  1560. if( __HAL_ADC_GET_FLAG(hadc, ADC_FLAG_EOS) )
  1561. {
  1562. /* Allowed to modify bits ADC_IT_EOC/ADC_IT_EOS only if bit */
  1563. /* ADSTART==0 (no conversion on going) */
  1564. if (ADC_IS_CONVERSION_ONGOING_REGULAR(hadc) == RESET)
  1565. {
  1566. /* Disable ADC end of sequence conversion interrupt */
  1567. /* Note: if Overrun interrupt was enabled with EOC or EOS interrupt */
  1568. /* in HAL_Start_IT(), it isn't disabled here because it can be used */
  1569. /* by overrun IRQ process below. */
  1570. __HAL_ADC_DISABLE_IT(hadc, ADC_IT_EOC | ADC_IT_EOS);
  1571. /* Clear HAL_ADC_STATE_REG_BUSY bit */
  1572. CLEAR_BIT(hadc->State, HAL_ADC_STATE_REG_BUSY);
  1573. /* If no injected conversion on-going, set HAL_ADC_STATE_READY bit */
  1574. if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_INJ_BUSY))
  1575. {
  1576. SET_BIT(hadc->State, HAL_ADC_STATE_READY);
  1577. }
  1578. }
  1579. else
  1580. {
  1581. /* Change ADC state to error state */
  1582. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
  1583. /* Set ADC error code to ADC IP internal error */
  1584. SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_INTERNAL);
  1585. }
  1586. }
  1587. } /* if (READ_BIT (tmp_cfgr, ADC_CFGR_CONT) != ADC_CFGR_CONT) */
  1588. } /* if(ADC_IS_SOFTWARE_START_REGULAR(hadc) */
  1589. /* Conversion complete callback */
  1590. /* Note: HAL_ADC_ConvCpltCallback can resort to
  1591. if( __HAL_ADC_GET_FLAG(&hadc, ADC_FLAG_EOS)) or
  1592. if( __HAL_ADC_GET_FLAG(&hadc, ADC_FLAG_EOC)) to determine whether
  1593. interruption has been triggered by end of conversion or end of
  1594. sequence. */
  1595. HAL_ADC_ConvCpltCallback(hadc);
  1596. /* Clear regular group conversion flag */
  1597. __HAL_ADC_CLEAR_FLAG(hadc, (ADC_FLAG_EOC | ADC_FLAG_EOS) );
  1598. }
  1599. /* ========== Check End of Conversion flag for injected group ========== */
  1600. if( (((tmp_isr & ADC_FLAG_JEOC) == ADC_FLAG_JEOC) && ((tmp_ier & ADC_IT_JEOC) == ADC_IT_JEOC)) ||
  1601. (((tmp_isr & ADC_FLAG_JEOS) == ADC_FLAG_JEOS) && ((tmp_ier & ADC_IT_JEOS) == ADC_IT_JEOS)) )
  1602. {
  1603. /* Update state machine on conversion status if not in error state */
  1604. if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL))
  1605. {
  1606. /* Set ADC state */
  1607. SET_BIT(hadc->State, HAL_ADC_STATE_INJ_EOC);
  1608. }
  1609. /* Check whether interruptions can be disabled only if
  1610. - injected conversions are software-triggered when injected queue management is disabled
  1611. OR
  1612. - auto-injection is enabled, continuous mode is disabled (CONT = 0)
  1613. and regular conversions are software-triggered */
  1614. /* If End of Sequence is reached, disable interrupts */
  1615. if( __HAL_ADC_GET_FLAG(hadc, ADC_FLAG_JEOS))
  1616. {
  1617. /* First, retrieve proper registers to check */
  1618. /* 1a. Are injected conversions that of a dual Slave ? */
  1619. if (ADC_INDEPENDENT_OR_NONMULTIMODEINJECTED_SLAVE(hadc))
  1620. {
  1621. /* hadc is not the handle of a Slave ADC with dual injected conversions enabled:
  1622. check JQM bit directly in ADC CFGR register */
  1623. tmp_cfgr_jqm = READ_REG(hadc->Instance->CFGR);
  1624. }
  1625. else
  1626. {
  1627. /* hadc is the handle of a Slave ADC with dual injected conversions enabled:
  1628. need to check JQM bit of Master ADC CFGR register */
  1629. tmpADC_Master = ADC_MASTER_REGISTER(hadc);
  1630. tmp_cfgr_jqm = READ_REG(tmpADC_Master->CFGR);
  1631. }
  1632. /* 1b. Is hadc the handle of a Slave ADC with regular conversions enabled? */
  1633. if (ADC_INDEPENDENT_OR_NONMULTIMODEREGULAR_SLAVE(hadc))
  1634. {
  1635. /* hadc is not the handle of a Slave ADC with dual regular conversions enabled:
  1636. check JAUTO and CONT bits directly in ADC CFGR register */
  1637. tmp_cfgr = READ_REG(hadc->Instance->CFGR);
  1638. }
  1639. else
  1640. {
  1641. /* hadc is not the handle of a Slave ADC with dual regular conversions enabled:
  1642. check JAUTO and CONT bits of Master ADC CFGR register */
  1643. tmpADC_Master = ADC_MASTER_REGISTER(hadc);
  1644. tmp_cfgr = READ_REG(tmpADC_Master->CFGR);
  1645. }
  1646. /* Secondly, check whether JEOC and JEOS interruptions can be disabled */
  1647. if ((ADC_IS_SOFTWARE_START_INJECTED(hadc) && (READ_BIT(tmp_cfgr_jqm, ADC_CFGR_JQM) != ADC_CFGR_JQM))
  1648. && (!((READ_BIT(tmp_cfgr, (ADC_CFGR_JAUTO|ADC_CFGR_CONT)) == (ADC_CFGR_JAUTO|ADC_CFGR_CONT)) &&
  1649. (ADC_IS_SOFTWARE_START_REGULAR(hadc)))) )
  1650. {
  1651. /* Allowed to modify bits ADC_IT_JEOC/ADC_IT_JEOS only if bit */
  1652. /* JADSTART==0 (no conversion on going) */
  1653. if (ADC_IS_CONVERSION_ONGOING_INJECTED(hadc) == RESET)
  1654. {
  1655. /* Disable ADC end of sequence conversion interrupt */
  1656. __HAL_ADC_DISABLE_IT(hadc, ADC_IT_JEOC | ADC_IT_JEOS);
  1657. /* Clear HAL_ADC_STATE_INJ_BUSY bit */
  1658. CLEAR_BIT(hadc->State, HAL_ADC_STATE_INJ_BUSY);
  1659. /* If no regular conversion on-going, set HAL_ADC_STATE_READY bit */
  1660. if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_REG_BUSY))
  1661. {
  1662. SET_BIT(hadc->State, HAL_ADC_STATE_READY);
  1663. }
  1664. }
  1665. else
  1666. {
  1667. /* Change ADC state to error state */
  1668. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
  1669. /* Set ADC error code to ADC IP internal error */
  1670. SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_INTERNAL);
  1671. }
  1672. }
  1673. } /* if( __HAL_ADC_GET_FLAG(hadc, ADC_FLAG_JEOS)) */
  1674. /* Injected Conversion complete callback */
  1675. /* Note: HAL_ADCEx_InjectedConvCpltCallback can resort to
  1676. if( __HAL_ADC_GET_FLAG(&hadc, ADC_FLAG_JEOS)) or
  1677. if( __HAL_ADC_GET_FLAG(&hadc, ADC_FLAG_JEOC)) to determine whether
  1678. interruption has been triggered by end of conversion or end of
  1679. sequence. */
  1680. HAL_ADCEx_InjectedConvCpltCallback(hadc);
  1681. /* Clear injected group conversion flag */
  1682. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_JEOC | ADC_FLAG_JEOS);
  1683. }
  1684. /* ========== Check Analog watchdog flags =================================================== */
  1685. /* ========== Check Analog watchdog 1 flag ========== */
  1686. if (((tmp_isr & ADC_FLAG_AWD1) == ADC_FLAG_AWD1) && ((tmp_ier & ADC_IT_AWD1) == ADC_IT_AWD1))
  1687. {
  1688. /* Set ADC state */
  1689. SET_BIT(hadc->State, HAL_ADC_STATE_AWD1);
  1690. /* Level out of window 1 callback */
  1691. HAL_ADC_LevelOutOfWindowCallback(hadc);
  1692. /* Clear ADC analog watchdog flag */
  1693. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_AWD1);
  1694. }
  1695. /* ========== Check analog watchdog 2 flag ========== */
  1696. if (((tmp_isr & ADC_FLAG_AWD2) == ADC_FLAG_AWD2) && ((tmp_ier & ADC_IT_AWD2) == ADC_IT_AWD2))
  1697. {
  1698. /* Set ADC state */
  1699. SET_BIT(hadc->State, HAL_ADC_STATE_AWD2);
  1700. /* Level out of window 2 callback */
  1701. HAL_ADCEx_LevelOutOfWindow2Callback(hadc);
  1702. /* Clear ADC analog watchdog flag */
  1703. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_AWD2);
  1704. }
  1705. /* ========== Check analog watchdog 3 flag ========== */
  1706. if (((tmp_isr & ADC_FLAG_AWD3) == ADC_FLAG_AWD3) && ((tmp_ier & ADC_IT_AWD3) == ADC_IT_AWD3))
  1707. {
  1708. /* Set ADC state */
  1709. SET_BIT(hadc->State, HAL_ADC_STATE_AWD3);
  1710. /* Level out of window 3 callback */
  1711. HAL_ADCEx_LevelOutOfWindow3Callback(hadc);
  1712. /* Clear ADC analog watchdog flag */
  1713. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_AWD3);
  1714. }
  1715. /* ========== Check Overrun flag ========== */
  1716. if (((tmp_isr & ADC_FLAG_OVR) == ADC_FLAG_OVR) && ((tmp_ier & ADC_IT_OVR) == ADC_IT_OVR))
  1717. {
  1718. /* If overrun is set to overwrite previous data (default setting), */
  1719. /* overrun event is not considered as an error. */
  1720. /* (cf ref manual "Managing conversions without using the DMA and without */
  1721. /* overrun ") */
  1722. /* Exception for usage with DMA overrun event always considered as an */
  1723. /* error. */
  1724. if (hadc->Init.Overrun == ADC_OVR_DATA_PRESERVED)
  1725. {
  1726. overrun_error = 1;
  1727. }
  1728. else
  1729. {
  1730. /* check DMA configuration, depending on multimode set or not,
  1731. or whether or not multimode feature is available */
  1732. if (ADC_IS_DUAL_CONVERSION_ENABLE(hadc) == RESET)
  1733. {
  1734. /* Multimode not set or feature not available or ADC independent */
  1735. if (HAL_IS_BIT_SET(hadc->Instance->CFGR, ADC_CFGR_DMAEN))
  1736. {
  1737. overrun_error = 1;
  1738. }
  1739. }
  1740. else
  1741. {
  1742. /* Multimode (when feature is available) is enabled,
  1743. Common Control Register MDMA bits must be checked. */
  1744. if (ADC_MULTIMODE_DMA_ENABLED())
  1745. {
  1746. overrun_error = 1;
  1747. }
  1748. }
  1749. }
  1750. if (overrun_error == 1)
  1751. {
  1752. /* Change ADC state to error state */
  1753. SET_BIT(hadc->State, HAL_ADC_STATE_REG_OVR);
  1754. /* Set ADC error code to overrun */
  1755. SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_OVR);
  1756. /* Error callback */
  1757. HAL_ADC_ErrorCallback(hadc);
  1758. }
  1759. /* Clear the Overrun flag, to be done AFTER HAL_ADC_ErrorCallback() since
  1760. old data is preserved until OVR is reset */
  1761. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_OVR);
  1762. }
  1763. /* ========== Check Injected context queue overflow flag ========== */
  1764. if (((tmp_isr & ADC_FLAG_JQOVF) == ADC_FLAG_JQOVF) && ((tmp_ier & ADC_IT_JQOVF) == ADC_IT_JQOVF))
  1765. {
  1766. /* Change ADC state to overrun state */
  1767. SET_BIT(hadc->State, HAL_ADC_STATE_INJ_JQOVF);
  1768. /* Set ADC error code to Injected context queue overflow */
  1769. SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_JQOVF);
  1770. /* Clear the Injected context queue overflow flag */
  1771. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_JQOVF);
  1772. /* Error callback */
  1773. HAL_ADCEx_InjectedQueueOverflowCallback(hadc);
  1774. }
  1775. }
  1776. /**
  1777. * @brief Conversion complete callback in non-blocking mode.
  1778. * @param hadc: ADC handle
  1779. * @retval None
  1780. */
  1781. __weak void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc)
  1782. {
  1783. /* Prevent unused argument(s) compilation warning */
  1784. UNUSED(hadc);
  1785. /* NOTE : This function should not be modified. When the callback is needed,
  1786. function HAL_ADC_ConvCpltCallback must be implemented in the user file.
  1787. */
  1788. }
  1789. /**
  1790. * @brief Conversion DMA half-transfer callback in non-blocking mode.
  1791. * @param hadc: ADC handle
  1792. * @retval None
  1793. */
  1794. __weak void HAL_ADC_ConvHalfCpltCallback(ADC_HandleTypeDef* hadc)
  1795. {
  1796. /* Prevent unused argument(s) compilation warning */
  1797. UNUSED(hadc);
  1798. /* NOTE : This function should not be modified. When the callback is needed,
  1799. function HAL_ADC_ConvHalfCpltCallback must be implemented in the user file.
  1800. */
  1801. }
  1802. /**
  1803. * @brief Analog watchdog 1 callback in non-blocking mode.
  1804. * @param hadc: ADC handle
  1805. * @retval None
  1806. */
  1807. __weak void HAL_ADC_LevelOutOfWindowCallback(ADC_HandleTypeDef* hadc)
  1808. {
  1809. /* Prevent unused argument(s) compilation warning */
  1810. UNUSED(hadc);
  1811. /* NOTE : This function should not be modified. When the callback is needed,
  1812. function HAL_ADC_LevelOutOfWindowCallback must be implemented in the user file.
  1813. */
  1814. }
  1815. /**
  1816. * @brief ADC error callback in non-blocking mode
  1817. * (ADC conversion with interruption or transfer by DMA).
  1818. * @note In case of error due to overrun when using ADC with DMA transfer
  1819. * (HAL ADC handle paramater "ErrorCode" to state "HAL_ADC_ERROR_OVR"):
  1820. * - Reinitialize the DMA using function "HAL_ADC_Stop_DMA()".
  1821. * - If needed, restart a new ADC conversion using function
  1822. * "HAL_ADC_Start_DMA()"
  1823. * (this function is also clearing overrun flag)
  1824. * @param hadc: ADC handle
  1825. * @retval None
  1826. */
  1827. __weak void HAL_ADC_ErrorCallback(ADC_HandleTypeDef *hadc)
  1828. {
  1829. /* Prevent unused argument(s) compilation warning */
  1830. UNUSED(hadc);
  1831. /* NOTE : This function should not be modified. When the callback is needed,
  1832. function HAL_ADC_ErrorCallback must be implemented in the user file.
  1833. */
  1834. }
  1835. /**
  1836. * @}
  1837. */
  1838. /** @defgroup ADC_Exported_Functions_Group3 Peripheral Control functions
  1839. * @brief Peripheral Control functions
  1840. *
  1841. @verbatim
  1842. ===============================================================================
  1843. ##### Peripheral Control functions #####
  1844. ===============================================================================
  1845. [..] This section provides functions allowing to:
  1846. (+) Configure channels on regular group
  1847. (+) Configure the analog watchdog
  1848. @endverbatim
  1849. * @{
  1850. */
  1851. /**
  1852. * @brief Configure a channel to be assigned to ADC group regular.
  1853. * @note In case of usage of internal measurement channels:
  1854. * Vbat/VrefInt/TempSensor.
  1855. * These internal paths can be disabled using function
  1856. * HAL_ADC_DeInit().
  1857. * @note Possibility to update parameters on the fly:
  1858. * This function initializes channel into ADC group regular,
  1859. * following calls to this function can be used to reconfigure
  1860. * some parameters of structure "ADC_ChannelConfTypeDef" on the fly,
  1861. * without resetting the ADC.
  1862. * The setting of these parameters is conditioned to ADC state:
  1863. * Refer to comments of structure "ADC_ChannelConfTypeDef".
  1864. * @param hadc: ADC handle
  1865. * @param sConfig: Structure of ADC channel assigned to ADC group regular.
  1866. * @retval HAL status
  1867. */
  1868. HAL_StatusTypeDef HAL_ADC_ConfigChannel(ADC_HandleTypeDef* hadc, ADC_ChannelConfTypeDef* sConfig)
  1869. {
  1870. HAL_StatusTypeDef tmp_hal_status = HAL_OK;
  1871. ADC_Common_TypeDef *tmpADC_Common;
  1872. uint32_t tmpOffsetShifted;
  1873. __IO uint32_t wait_loop_index = 0;
  1874. /* Check the parameters */
  1875. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  1876. assert_param(IS_ADC_REGULAR_RANK(sConfig->Rank));
  1877. assert_param(IS_ADC_SAMPLE_TIME(sConfig->SamplingTime));
  1878. assert_param(IS_ADC_SINGLE_DIFFERENTIAL(sConfig->SingleDiff));
  1879. assert_param(IS_ADC_OFFSET_NUMBER(sConfig->OffsetNumber));
  1880. assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), sConfig->Offset));
  1881. /* if ROVSE is set, the value of the OFFSETy_EN bit in ADCx_OFRy register is
  1882. ignored (considered as reset) */
  1883. assert_param(!((sConfig->OffsetNumber != ADC_OFFSET_NONE) && (hadc->Init.OversamplingMode == ENABLE)));
  1884. /* Verification of channel number */
  1885. if (sConfig->SingleDiff != ADC_DIFFERENTIAL_ENDED)
  1886. {
  1887. assert_param(IS_ADC_CHANNEL(hadc, sConfig->Channel));
  1888. }
  1889. else
  1890. {
  1891. assert_param(IS_ADC_DIFF_CHANNEL(hadc, sConfig->Channel));
  1892. }
  1893. /* Process locked */
  1894. __HAL_LOCK(hadc);
  1895. /* Parameters update conditioned to ADC state: */
  1896. /* Parameters that can be updated when ADC is disabled or enabled without */
  1897. /* conversion on going on regular group: */
  1898. /* - Channel number */
  1899. /* - Channel rank */
  1900. if (ADC_IS_CONVERSION_ONGOING_REGULAR(hadc) == RESET)
  1901. {
  1902. /* Regular sequence configuration */
  1903. /* Clear the old SQx bits then set the new ones for the selected rank */
  1904. /* For Rank 1 to 4 */
  1905. if (sConfig->Rank < 5)
  1906. {
  1907. MODIFY_REG(hadc->Instance->SQR1,
  1908. ADC_SQR1_RK(ADC_SQR2_SQ5, sConfig->Rank),
  1909. ADC_SQR1_RK(sConfig->Channel, sConfig->Rank));
  1910. }
  1911. /* For Rank 5 to 9 */
  1912. else if (sConfig->Rank < 10)
  1913. {
  1914. MODIFY_REG(hadc->Instance->SQR2,
  1915. ADC_SQR2_RK(ADC_SQR2_SQ5, sConfig->Rank),
  1916. ADC_SQR2_RK(sConfig->Channel, sConfig->Rank));
  1917. }
  1918. /* For Rank 10 to 14 */
  1919. else if (sConfig->Rank < 15)
  1920. {
  1921. MODIFY_REG(hadc->Instance->SQR3,
  1922. ADC_SQR3_RK(ADC_SQR3_SQ10, sConfig->Rank),
  1923. ADC_SQR3_RK(sConfig->Channel, sConfig->Rank));
  1924. }
  1925. /* For Rank 15 to 16 */
  1926. else
  1927. {
  1928. MODIFY_REG(hadc->Instance->SQR4,
  1929. ADC_SQR4_RK(ADC_SQR4_SQ15, sConfig->Rank),
  1930. ADC_SQR4_RK(sConfig->Channel, sConfig->Rank));
  1931. }
  1932. /* Parameters update conditioned to ADC state: */
  1933. /* Parameters that can be updated when ADC is disabled or enabled without */
  1934. /* conversion on going on regular group: */
  1935. /* - Channel sampling time */
  1936. /* - Channel offset */
  1937. if (ADC_IS_CONVERSION_ONGOING_REGULAR_INJECTED(hadc) == RESET)
  1938. {
  1939. /* Channel sampling time configuration */
  1940. /* Clear the old sample time then set the new one for the selected channel */
  1941. /* For channels 10 to 18 */
  1942. if (sConfig->Channel >= ADC_CHANNEL_10)
  1943. {
  1944. ADC_SMPR2_SETTING(hadc, sConfig->SamplingTime, sConfig->Channel);
  1945. }
  1946. else /* For channels 0 to 9 */
  1947. {
  1948. ADC_SMPR1_SETTING(hadc, sConfig->SamplingTime, sConfig->Channel);
  1949. }
  1950. /* Configure the offset: offset enable/disable, channel, offset value */
  1951. /* Shift the offset with respect to the selected ADC resolution. */
  1952. /* Offset has to be left-aligned on bit 11, the LSB (right bits) are set to 0 */
  1953. tmpOffsetShifted = ADC_OFFSET_SHIFT_RESOLUTION(hadc, sConfig->Offset);
  1954. switch (sConfig->OffsetNumber)
  1955. {
  1956. /* Configure offset register i when applicable: */
  1957. /* - Enable offset */
  1958. /* - Set channel number */
  1959. /* - Set offset value */
  1960. case ADC_OFFSET_1:
  1961. MODIFY_REG(hadc->Instance->OFR1,
  1962. ADC_OFR_FIELDS,
  1963. ADC_OFR1_OFFSET1_EN | ADC_OFR_CHANNEL(sConfig->Channel) | tmpOffsetShifted);
  1964. break;
  1965. case ADC_OFFSET_2:
  1966. MODIFY_REG(hadc->Instance->OFR2,
  1967. ADC_OFR_FIELDS,
  1968. ADC_OFR2_OFFSET2_EN | ADC_OFR_CHANNEL(sConfig->Channel) | tmpOffsetShifted);
  1969. break;
  1970. case ADC_OFFSET_3:
  1971. MODIFY_REG(hadc->Instance->OFR3,
  1972. ADC_OFR_FIELDS,
  1973. ADC_OFR3_OFFSET3_EN | ADC_OFR_CHANNEL(sConfig->Channel) | tmpOffsetShifted);
  1974. break;
  1975. case ADC_OFFSET_4:
  1976. MODIFY_REG(hadc->Instance->OFR4,
  1977. ADC_OFR_FIELDS,
  1978. ADC_OFR4_OFFSET4_EN | ADC_OFR_CHANNEL(sConfig->Channel) | tmpOffsetShifted);
  1979. break;
  1980. /* Case ADC_OFFSET_NONE */
  1981. default :
  1982. /* Scan OFR1, OFR2, OFR3, OFR4 to check if the selected channel is enabled.
  1983. If this is the case, offset OFRx is disabled since
  1984. sConfig->OffsetNumber = ADC_OFFSET_NONE. */
  1985. if (((hadc->Instance->OFR1) & ADC_OFR1_OFFSET1_CH) == ADC_OFR_CHANNEL(sConfig->Channel))
  1986. {
  1987. CLEAR_BIT(hadc->Instance->OFR1, ADC_OFR1_OFFSET1_EN);
  1988. }
  1989. if (((hadc->Instance->OFR2) & ADC_OFR2_OFFSET2_CH) == ADC_OFR_CHANNEL(sConfig->Channel))
  1990. {
  1991. CLEAR_BIT(hadc->Instance->OFR2, ADC_OFR2_OFFSET2_EN);
  1992. }
  1993. if (((hadc->Instance->OFR3) & ADC_OFR3_OFFSET3_CH) == ADC_OFR_CHANNEL(sConfig->Channel))
  1994. {
  1995. CLEAR_BIT(hadc->Instance->OFR3, ADC_OFR3_OFFSET3_EN);
  1996. }
  1997. if (((hadc->Instance->OFR4) & ADC_OFR4_OFFSET4_CH) == ADC_OFR_CHANNEL(sConfig->Channel))
  1998. {
  1999. CLEAR_BIT(hadc->Instance->OFR4, ADC_OFR4_OFFSET4_EN);
  2000. }
  2001. break;
  2002. } /* switch (sConfig->OffsetNumber) */
  2003. } /* if (ADC_IS_CONVERSION_ONGOING_REGULAR_INJECTED(hadc) == RESET) */
  2004. /* Parameters update conditioned to ADC state: */
  2005. /* Parameters that can be updated only when ADC is disabled: */
  2006. /* - Single or differential mode */
  2007. /* - Internal measurement channels: Vbat/VrefInt/TempSensor */
  2008. if (ADC_IS_ENABLE(hadc) == RESET)
  2009. {
  2010. /* Configuration of differential mode */
  2011. if (sConfig->SingleDiff != ADC_DIFFERENTIAL_ENDED)
  2012. {
  2013. /* Disable differential mode (default mode: single-ended) */
  2014. CLEAR_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_CHANNEL(sConfig->Channel));
  2015. }
  2016. else
  2017. {
  2018. /* Enable differential mode */
  2019. SET_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_CHANNEL(sConfig->Channel));
  2020. /* Sampling time configuration of channel ADC_IN+1 (negative input) */
  2021. /* Clear the old sample time then set the new one for the selected */
  2022. /* channel. */
  2023. /* Starting from channel 9, SMPR2 register must be configured */
  2024. if (sConfig->Channel >= ADC_CHANNEL_9)
  2025. {
  2026. ADC_SMPR2_SETTING(hadc, sConfig->SamplingTime, sConfig->Channel+1);
  2027. }
  2028. else /* For channels 0 to 8, SMPR1 must be configured */
  2029. {
  2030. ADC_SMPR1_SETTING(hadc, sConfig->SamplingTime, sConfig->Channel+1);
  2031. }
  2032. }
  2033. /* Management of internal measurement channels: Vbat/VrefInt/TempSensor. */
  2034. /* If internal channel selected, enable dedicated internal buffers and */
  2035. /* paths. */
  2036. /* Note: these internal measurement paths can be disabled using */
  2037. /* HAL_ADC_DeInit(). */
  2038. /* Configuration of common ADC parameters */
  2039. tmpADC_Common = ADC_COMMON_REGISTER(hadc);
  2040. /* If the requested internal measurement path has already been enabled, */
  2041. /* bypass the configuration processing. */
  2042. if (( (sConfig->Channel == ADC_CHANNEL_TEMPSENSOR) &&
  2043. (HAL_IS_BIT_CLR(tmpADC_Common->CCR, ADC_CCR_TSEN)) ) ||
  2044. ( (sConfig->Channel == ADC_CHANNEL_VBAT) &&
  2045. (HAL_IS_BIT_CLR(tmpADC_Common->CCR, ADC_CCR_VBATEN)) ) ||
  2046. ( (sConfig->Channel == ADC_CHANNEL_VREFINT) &&
  2047. (HAL_IS_BIT_CLR(tmpADC_Common->CCR, ADC_CCR_VREFEN)))
  2048. )
  2049. {
  2050. /* Configuration of common ADC parameters (continuation) */
  2051. /* Software is allowed to change common parameters only when all ADCs */
  2052. /* of the common group are disabled. */
  2053. if ((ADC_IS_ENABLE(hadc) == RESET) &&
  2054. (ADC_ANY_OTHER_ENABLED(hadc) == RESET) )
  2055. {
  2056. if (sConfig->Channel == ADC_CHANNEL_TEMPSENSOR)
  2057. {
  2058. if (ADC_TEMPERATURE_SENSOR_INSTANCE(hadc))
  2059. {
  2060. SET_BIT(tmpADC_Common->CCR, ADC_CCR_TSEN);
  2061. /* Delay for temperature sensor stabilization time */
  2062. /* Wait loop initialization and execution */
  2063. /* Note: Variable divided by 2 to compensate partially */
  2064. /* CPU processing cycles. */
  2065. wait_loop_index = (ADC_TEMPSENSOR_DELAY_US * (SystemCoreClock / (1000000 * 2)));
  2066. while(wait_loop_index != 0)
  2067. {
  2068. wait_loop_index--;
  2069. }
  2070. }
  2071. }
  2072. else if (sConfig->Channel == ADC_CHANNEL_VBAT)
  2073. {
  2074. if (ADC_BATTERY_VOLTAGE_INSTANCE(hadc))
  2075. {
  2076. SET_BIT(tmpADC_Common->CCR, ADC_CCR_VBATEN);
  2077. }
  2078. }
  2079. else if (sConfig->Channel == ADC_CHANNEL_VREFINT)
  2080. {
  2081. if (ADC_VREFINT_INSTANCE(hadc))
  2082. {
  2083. SET_BIT(tmpADC_Common->CCR, ADC_CCR_VREFEN);
  2084. }
  2085. }
  2086. }
  2087. /* If the requested internal measurement path has already been */
  2088. /* enabled and other ADC of the common group are enabled, internal */
  2089. /* measurement paths cannot be enabled. */
  2090. else
  2091. {
  2092. /* Update ADC state machine to error */
  2093. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_CONFIG);
  2094. tmp_hal_status = HAL_ERROR;
  2095. }
  2096. }
  2097. } /* if (ADC_IS_ENABLE(hadc) == RESET) */
  2098. } /* if (ADC_IS_CONVERSION_ONGOING_REGULAR(hadc) == RESET) */
  2099. /* If a conversion is on going on regular group, no update on regular */
  2100. /* channel could be done on neither of the channel configuration structure */
  2101. /* parameters. */
  2102. else
  2103. {
  2104. /* Update ADC state machine to error */
  2105. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_CONFIG);
  2106. tmp_hal_status = HAL_ERROR;
  2107. }
  2108. /* Process unlocked */
  2109. __HAL_UNLOCK(hadc);
  2110. /* Return function status */
  2111. return tmp_hal_status;
  2112. }
  2113. /**
  2114. * @brief Configure the analog watchdog.
  2115. * @note Possibility to update parameters on the fly:
  2116. * This function initializes the selected analog watchdog, successive
  2117. * calls to this function can be used to reconfigure some parameters
  2118. * of structure "ADC_AnalogWDGConfTypeDef" on the fly, without resetting
  2119. * the ADC.
  2120. * The setting of these parameters is conditioned to ADC state.
  2121. * For parameters constraints, see comments of structure
  2122. * "ADC_AnalogWDGConfTypeDef".
  2123. * @note Analog watchdog thresholds can be modified while ADC conversion
  2124. * is on going.
  2125. * In this case, some constraints must be taken into account:
  2126. * the programmed threshold values are effective from the next
  2127. * ADC EOC (end of unitary conversion).
  2128. * Considering that registers write delay may happen due to
  2129. * bus activity, this might cause an uncertainty on the
  2130. * effective timing of the new programmed threshold values.
  2131. * @param hadc: ADC handle
  2132. * @param AnalogWDGConfig: Structure of ADC analog watchdog configuration
  2133. * @retval HAL status
  2134. */
  2135. HAL_StatusTypeDef HAL_ADC_AnalogWDGConfig(ADC_HandleTypeDef* hadc, ADC_AnalogWDGConfTypeDef* AnalogWDGConfig)
  2136. {
  2137. HAL_StatusTypeDef tmp_hal_status = HAL_OK;
  2138. uint32_t tmpAWDHighThresholdShifted;
  2139. uint32_t tmpAWDLowThresholdShifted;
  2140. uint32_t tmpADCFlagAWD2orAWD3;
  2141. uint32_t tmpADCITAWD2orAWD3;
  2142. /* Check the parameters */
  2143. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  2144. assert_param(IS_ADC_ANALOG_WATCHDOG_NUMBER(AnalogWDGConfig->WatchdogNumber));
  2145. assert_param(IS_ADC_ANALOG_WATCHDOG_MODE(AnalogWDGConfig->WatchdogMode));
  2146. assert_param(IS_FUNCTIONAL_STATE(AnalogWDGConfig->ITMode));
  2147. if((AnalogWDGConfig->WatchdogMode == ADC_ANALOGWATCHDOG_SINGLE_REG) ||
  2148. (AnalogWDGConfig->WatchdogMode == ADC_ANALOGWATCHDOG_SINGLE_INJEC) ||
  2149. (AnalogWDGConfig->WatchdogMode == ADC_ANALOGWATCHDOG_SINGLE_REGINJEC) )
  2150. {
  2151. assert_param(IS_ADC_CHANNEL(hadc, AnalogWDGConfig->Channel));
  2152. }
  2153. /* Verify if threshold is within the selected ADC resolution */
  2154. assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), AnalogWDGConfig->HighThreshold));
  2155. assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), AnalogWDGConfig->LowThreshold));
  2156. /* Process locked */
  2157. __HAL_LOCK(hadc);
  2158. /* Parameters update conditioned to ADC state: */
  2159. /* Parameters that can be updated when ADC is disabled or enabled without */
  2160. /* conversion on going on regular and injected groups: */
  2161. /* - Analog watchdog channels */
  2162. /* - Analog watchdog thresholds */
  2163. if (ADC_IS_CONVERSION_ONGOING_REGULAR_INJECTED(hadc) == RESET)
  2164. {
  2165. /* Analog watchdogs configuration */
  2166. if(AnalogWDGConfig->WatchdogNumber == ADC_ANALOGWATCHDOG_1)
  2167. {
  2168. /* Configuration of analog watchdog: */
  2169. /* - Set the analog watchdog enable mode: regular and/or injected */
  2170. /* groups, one or overall group of channels. */
  2171. /* - Set the Analog watchdog channel (is not used if watchdog */
  2172. /* mode "all channels": ADC_CFGR_AWD1SGL=0). */
  2173. MODIFY_REG(hadc->Instance->CFGR, ADC_CFGR_WD_FIELDS,
  2174. AnalogWDGConfig->WatchdogMode | ADC_CFGR_SET_AWD1CH(AnalogWDGConfig->Channel) );
  2175. /* Shift the offset with respect to the selected ADC resolution: */
  2176. /* Thresholds have to be left-aligned on bit 11, the LSB (right bits) */
  2177. /* are set to 0 */
  2178. tmpAWDHighThresholdShifted = ADC_AWD1THRESHOLD_SHIFT_RESOLUTION(hadc, AnalogWDGConfig->HighThreshold);
  2179. tmpAWDLowThresholdShifted = ADC_AWD1THRESHOLD_SHIFT_RESOLUTION(hadc, AnalogWDGConfig->LowThreshold);
  2180. /* Set the high and low thresholds */
  2181. MODIFY_REG(hadc->Instance->TR1,
  2182. ADC_TR1_HT1 | ADC_TR1_LT1,
  2183. ADC_TRX_HIGHTHRESHOLD(tmpAWDHighThresholdShifted) | tmpAWDLowThresholdShifted );
  2184. /* Clear the ADC Analog watchdog flag (in case of left enabled by */
  2185. /* previous ADC operations) to be ready to use for HAL_ADC_IRQHandler() */
  2186. /* or HAL_ADC_PollForEvent(). */
  2187. __HAL_ADC_CLEAR_FLAG(hadc, ADC_IT_AWD1);
  2188. /* Configure ADC Analog watchdog interrupt */
  2189. if(AnalogWDGConfig->ITMode == ENABLE)
  2190. {
  2191. /* Enable the ADC Analog watchdog interrupt */
  2192. __HAL_ADC_ENABLE_IT(hadc, ADC_IT_AWD1);
  2193. }
  2194. else
  2195. {
  2196. /* Disable the ADC Analog watchdog interrupt */
  2197. __HAL_ADC_DISABLE_IT(hadc, ADC_IT_AWD1);
  2198. }
  2199. /* Update state, clear previous result related to AWD1 */
  2200. CLEAR_BIT(hadc->State, HAL_ADC_STATE_AWD1);
  2201. }
  2202. /* Case of ADC_ANALOGWATCHDOG_2 and ADC_ANALOGWATCHDOG_3 */
  2203. else
  2204. {
  2205. /* Shift the threshold with respect to the selected ADC resolution */
  2206. /* have to be left-aligned on bit 7, the LSB (right bits) are set to 0 */
  2207. tmpAWDHighThresholdShifted = ADC_AWD23THRESHOLD_SHIFT_RESOLUTION(hadc, AnalogWDGConfig->HighThreshold);
  2208. tmpAWDLowThresholdShifted = ADC_AWD23THRESHOLD_SHIFT_RESOLUTION(hadc, AnalogWDGConfig->LowThreshold);
  2209. if (AnalogWDGConfig->WatchdogNumber == ADC_ANALOGWATCHDOG_2)
  2210. {
  2211. /* Set the Analog watchdog channel or group of channels. This also */
  2212. /* enables the watchdog. */
  2213. /* Note: Conditional register reset, because several channels can be */
  2214. /* set by successive calls of this function. */
  2215. if (AnalogWDGConfig->WatchdogMode != ADC_ANALOGWATCHDOG_NONE)
  2216. {
  2217. SET_BIT(hadc->Instance->AWD2CR, ADC_CFGR_SET_AWD23CR(AnalogWDGConfig->Channel));
  2218. }
  2219. else
  2220. {
  2221. CLEAR_BIT(hadc->Instance->AWD2CR, ADC_AWD2CR_AWD2CH);
  2222. }
  2223. /* Set the high and low thresholds */
  2224. MODIFY_REG(hadc->Instance->TR2, ADC_TR2_HT2 | ADC_TR2_LT2,
  2225. ADC_TRX_HIGHTHRESHOLD (tmpAWDHighThresholdShifted) | tmpAWDLowThresholdShifted );
  2226. /* Set temporary variable to flag and IT of AWD2 or AWD3 for further */
  2227. /* settings. */
  2228. tmpADCFlagAWD2orAWD3 = ADC_FLAG_AWD2;
  2229. tmpADCITAWD2orAWD3 = ADC_IT_AWD2;
  2230. /* Update state, clear previous result related to AWD2 */
  2231. CLEAR_BIT(hadc->State, HAL_ADC_STATE_AWD2);
  2232. }
  2233. /* (AnalogWDGConfig->WatchdogNumber == ADC_ANALOGWATCHDOG_3) */
  2234. else
  2235. {
  2236. /* Set the Analog watchdog channel or group of channels. This also */
  2237. /* enables the watchdog. */
  2238. /* Note: Conditional register reset, because several channels can be */
  2239. /* set by successive calls of this function. */
  2240. if (AnalogWDGConfig->WatchdogMode != ADC_ANALOGWATCHDOG_NONE)
  2241. {
  2242. SET_BIT(hadc->Instance->AWD3CR, ADC_CFGR_SET_AWD23CR(AnalogWDGConfig->Channel));
  2243. }
  2244. else
  2245. {
  2246. CLEAR_BIT(hadc->Instance->AWD3CR, ADC_AWD3CR_AWD3CH);
  2247. }
  2248. /* Set the high and low thresholds */
  2249. MODIFY_REG(hadc->Instance->TR3, ADC_TR3_HT3 | ADC_TR3_LT3,
  2250. ADC_TRX_HIGHTHRESHOLD (tmpAWDHighThresholdShifted) | tmpAWDLowThresholdShifted );
  2251. /* Set temporary variable to flag and IT of AWD2 or AWD3 for further */
  2252. /* settings. */
  2253. tmpADCFlagAWD2orAWD3 = ADC_FLAG_AWD3;
  2254. tmpADCITAWD2orAWD3 = ADC_IT_AWD3;
  2255. /* Update state, clear previous result related to AWD3 */
  2256. CLEAR_BIT(hadc->State, HAL_ADC_STATE_AWD3);
  2257. }
  2258. /* Clear the ADC Analog watchdog flag (in case left enabled by */
  2259. /* previous ADC operations) to be ready to use for HAL_ADC_IRQHandler() */
  2260. /* or HAL_ADC_PollForEvent(). */
  2261. __HAL_ADC_CLEAR_FLAG(hadc, tmpADCFlagAWD2orAWD3);
  2262. /* Configure ADC Analog watchdog interrupt */
  2263. if(AnalogWDGConfig->ITMode == ENABLE)
  2264. {
  2265. __HAL_ADC_ENABLE_IT(hadc, tmpADCITAWD2orAWD3);
  2266. }
  2267. else
  2268. {
  2269. __HAL_ADC_DISABLE_IT(hadc, tmpADCITAWD2orAWD3);
  2270. }
  2271. }
  2272. }
  2273. /* If a conversion is on going on regular or injected groups, no update */
  2274. /* could be done on neither of the AWD configuration structure parameters. */
  2275. else
  2276. {
  2277. /* Update ADC state machine to error */
  2278. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_CONFIG);
  2279. tmp_hal_status = HAL_ERROR;
  2280. }
  2281. /* Process unlocked */
  2282. __HAL_UNLOCK(hadc);
  2283. /* Return function status */
  2284. return tmp_hal_status;
  2285. }
  2286. /**
  2287. * @}
  2288. */
  2289. /** @defgroup ADC_Exported_Functions_Group4 Peripheral State functions
  2290. * @brief ADC Peripheral State functions
  2291. *
  2292. @verbatim
  2293. ===============================================================================
  2294. ##### Peripheral state and errors functions #####
  2295. ===============================================================================
  2296. [..]
  2297. This subsection provides functions to get in run-time the status of the
  2298. peripheral.
  2299. (+) Check the ADC state
  2300. (+) Check the ADC error code
  2301. @endverbatim
  2302. * @{
  2303. */
  2304. /**
  2305. * @brief Return the ADC handle state.
  2306. * @note ADC state machine is managed by bitfields, ADC status must be
  2307. * compared with states bits.
  2308. * For example:
  2309. * " if (HAL_IS_BIT_SET(HAL_ADC_GetState(hadc1), HAL_ADC_STATE_REG_BUSY)) "
  2310. * " if (HAL_IS_BIT_SET(HAL_ADC_GetState(hadc1), HAL_ADC_STATE_AWD1) ) "
  2311. * @param hadc: ADC handle
  2312. * @retval ADC handle state (bitfield on 32 bits)
  2313. */
  2314. uint32_t HAL_ADC_GetState(ADC_HandleTypeDef* hadc)
  2315. {
  2316. /* Check the parameters */
  2317. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  2318. /* Return ADC handle state */
  2319. return hadc->State;
  2320. }
  2321. /**
  2322. * @brief Return the ADC error code.
  2323. * @param hadc: ADC handle
  2324. * @retval ADC error code (bitfield on 32 bits)
  2325. */
  2326. uint32_t HAL_ADC_GetError(ADC_HandleTypeDef *hadc)
  2327. {
  2328. /* Check the parameters */
  2329. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  2330. return hadc->ErrorCode;
  2331. }
  2332. /**
  2333. * @}
  2334. */
  2335. /**
  2336. * @}
  2337. */
  2338. /** @defgroup ADC_Private_Functions ADC Private Functions
  2339. * @{
  2340. */
  2341. /**
  2342. * @brief Stop ADC conversion.
  2343. * @param hadc: ADC handle
  2344. * @param ConversionGroup: ADC group regular and/or injected.
  2345. * This parameter can be one of the following values:
  2346. * @arg @ref ADC_REGULAR_GROUP ADC regular conversion type.
  2347. * @arg @ref ADC_INJECTED_GROUP ADC injected conversion type.
  2348. * @arg @ref ADC_REGULAR_INJECTED_GROUP ADC regular and injected conversion type.
  2349. * @retval HAL status.
  2350. */
  2351. HAL_StatusTypeDef ADC_ConversionStop(ADC_HandleTypeDef* hadc, uint32_t ConversionGroup)
  2352. {
  2353. uint32_t tmp_ADC_CR_ADSTART_JADSTART = 0;
  2354. uint32_t tickstart = 0;
  2355. uint32_t Conversion_Timeout_CPU_cycles = 0;
  2356. /* Check the parameters */
  2357. assert_param(IS_ADC_ALL_INSTANCE(hadc->Instance));
  2358. assert_param(IS_ADC_CONVERSION_GROUP(ConversionGroup));
  2359. /* Verification if ADC is not already stopped (on regular and injected */
  2360. /* groups) to bypass this function if not needed. */
  2361. if (ADC_IS_CONVERSION_ONGOING_REGULAR_INJECTED(hadc))
  2362. {
  2363. /* Particular case of continuous auto-injection mode combined with */
  2364. /* auto-delay mode. */
  2365. /* In auto-injection mode, regular group stop ADC_CR_ADSTP is used (not */
  2366. /* injected group stop ADC_CR_JADSTP). */
  2367. /* Procedure to be followed: Wait until JEOS=1, clear JEOS, set ADSTP=1 */
  2368. /* (see reference manual). */
  2369. if ((HAL_IS_BIT_SET(hadc->Instance->CFGR, ADC_CFGR_JAUTO))
  2370. && (hadc->Init.ContinuousConvMode==ENABLE)
  2371. && (hadc->Init.LowPowerAutoWait==ENABLE))
  2372. {
  2373. /* Use stop of regular group */
  2374. ConversionGroup = ADC_REGULAR_GROUP;
  2375. /* Wait until JEOS=1 (maximum Timeout: 4 injected conversions) */
  2376. while(__HAL_ADC_GET_FLAG(hadc, ADC_FLAG_JEOS) == RESET)
  2377. {
  2378. if (Conversion_Timeout_CPU_cycles >= (ADC_CONVERSION_TIME_MAX_CPU_CYCLES *4))
  2379. {
  2380. /* Update ADC state machine to error */
  2381. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
  2382. /* Set ADC error code to ADC IP internal error */
  2383. SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_INTERNAL);
  2384. return HAL_ERROR;
  2385. }
  2386. Conversion_Timeout_CPU_cycles ++;
  2387. }
  2388. /* Clear JEOS */
  2389. __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_JEOS);
  2390. }
  2391. /* Stop potential conversion on going on regular group */
  2392. if (ConversionGroup != ADC_INJECTED_GROUP)
  2393. {
  2394. /* Software is allowed to set ADSTP only when ADSTART=1 and ADDIS=0 */
  2395. if (HAL_IS_BIT_SET(hadc->Instance->CR, ADC_CR_ADSTART) &&
  2396. HAL_IS_BIT_CLR(hadc->Instance->CR, ADC_CR_ADDIS) )
  2397. {
  2398. /* Stop conversions on regular group */
  2399. SET_BIT(hadc->Instance->CR, ADC_CR_ADSTP);
  2400. }
  2401. }
  2402. /* Stop potential conversion on going on injected group */
  2403. if (ConversionGroup != ADC_REGULAR_GROUP)
  2404. {
  2405. /* Software is allowed to set JADSTP only when JADSTART=1 and ADDIS=0 */
  2406. if (HAL_IS_BIT_SET(hadc->Instance->CR, ADC_CR_JADSTART) &&
  2407. HAL_IS_BIT_CLR(hadc->Instance->CR, ADC_CR_ADDIS) )
  2408. {
  2409. /* Stop conversions on injected group */
  2410. SET_BIT(hadc->Instance->CR, ADC_CR_JADSTP);
  2411. }
  2412. }
  2413. /* Selection of start and stop bits with respect to the regular or injected group */
  2414. switch(ConversionGroup)
  2415. {
  2416. case ADC_REGULAR_INJECTED_GROUP:
  2417. tmp_ADC_CR_ADSTART_JADSTART = (ADC_CR_ADSTART | ADC_CR_JADSTART);
  2418. break;
  2419. case ADC_INJECTED_GROUP:
  2420. tmp_ADC_CR_ADSTART_JADSTART = ADC_CR_JADSTART;
  2421. break;
  2422. /* Case ADC_REGULAR_GROUP only*/
  2423. default:
  2424. tmp_ADC_CR_ADSTART_JADSTART = ADC_CR_ADSTART;
  2425. break;
  2426. }
  2427. /* Wait for conversion effectively stopped */
  2428. tickstart = HAL_GetTick();
  2429. while((hadc->Instance->CR & tmp_ADC_CR_ADSTART_JADSTART) != RESET)
  2430. {
  2431. if((HAL_GetTick()-tickstart) > ADC_STOP_CONVERSION_TIMEOUT)
  2432. {
  2433. /* Update ADC state machine to error */
  2434. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
  2435. /* Set ADC error code to ADC IP internal error */
  2436. SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_INTERNAL);
  2437. return HAL_ERROR;
  2438. }
  2439. }
  2440. } /* if (ADC_IS_CONVERSION_ONGOING_REGULAR_INJECTED(hadc)) */
  2441. /* Return HAL status */
  2442. return HAL_OK;
  2443. }
  2444. /**
  2445. * @brief Enable the selected ADC.
  2446. * @note Prerequisite condition to use this function: ADC must be disabled
  2447. * and voltage regulator must be enabled (done into HAL_ADC_Init()).
  2448. * @param hadc: ADC handle
  2449. * @retval HAL status.
  2450. */
  2451. HAL_StatusTypeDef ADC_Enable(ADC_HandleTypeDef* hadc)
  2452. {
  2453. uint32_t tickstart = 0;
  2454. /* ADC enable and wait for ADC ready (in case of ADC is disabled or */
  2455. /* enabling phase not yet completed: flag ADC ready not yet set). */
  2456. /* Timeout implemented to not be stuck if ADC cannot be enabled (possible */
  2457. /* causes: ADC clock not running, ...). */
  2458. if (ADC_IS_ENABLE(hadc) == RESET)
  2459. {
  2460. /* Check if conditions to enable the ADC are fulfilled */
  2461. if (ADC_ENABLING_CONDITIONS(hadc) == RESET)
  2462. {
  2463. /* Update ADC state machine to error */
  2464. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
  2465. /* Set ADC error code to ADC IP internal error */
  2466. SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_INTERNAL);
  2467. return HAL_ERROR;
  2468. }
  2469. /* Enable the ADC peripheral */
  2470. ADC_ENABLE(hadc);
  2471. /* Wait for ADC effectively enabled */
  2472. tickstart = HAL_GetTick();
  2473. while(__HAL_ADC_GET_FLAG(hadc, ADC_FLAG_RDY) == RESET)
  2474. {
  2475. /* If ADEN bit is set less than 4 ADC clock cycles after the ADCAL bit
  2476. has been cleared (after a calibration), ADEN bit is reset by the
  2477. calibration logic.
  2478. The workaround is to continue setting ADEN until ADRDY is becomes 1.
  2479. Additionally, ADC_ENABLE_TIMEOUT is defined to encompass this
  2480. 4 ADC clock cycle duration */
  2481. ADC_ENABLE(hadc);
  2482. if((HAL_GetTick()-tickstart) > ADC_ENABLE_TIMEOUT)
  2483. {
  2484. /* Update ADC state machine to error */
  2485. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
  2486. /* Set ADC error code to ADC IP internal error */
  2487. SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_INTERNAL);
  2488. return HAL_ERROR;
  2489. }
  2490. }
  2491. }
  2492. /* Return HAL status */
  2493. return HAL_OK;
  2494. }
  2495. /**
  2496. * @brief Disable the selected ADC.
  2497. * @note Prerequisite condition to use this function: ADC conversions must be
  2498. * stopped.
  2499. * @param hadc: ADC handle
  2500. * @retval HAL status.
  2501. */
  2502. HAL_StatusTypeDef ADC_Disable(ADC_HandleTypeDef* hadc)
  2503. {
  2504. uint32_t tickstart = 0;
  2505. /* Verification if ADC is not already disabled: */
  2506. /* Note: forbidden to disable ADC (set bit ADC_CR_ADDIS) if ADC is already */
  2507. /* disabled. */
  2508. if (ADC_IS_ENABLE(hadc) != RESET)
  2509. {
  2510. /* Check if conditions to disable the ADC are fulfilled */
  2511. if (ADC_DISABLING_CONDITIONS(hadc) != RESET)
  2512. {
  2513. /* Disable the ADC peripheral */
  2514. ADC_DISABLE(hadc);
  2515. }
  2516. else
  2517. {
  2518. /* Update ADC state machine to error */
  2519. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
  2520. /* Set ADC error code to ADC IP internal error */
  2521. SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_INTERNAL);
  2522. return HAL_ERROR;
  2523. }
  2524. /* Wait for ADC effectively disabled */
  2525. /* Get tick count */
  2526. tickstart = HAL_GetTick();
  2527. while(HAL_IS_BIT_SET(hadc->Instance->CR, ADC_CR_ADEN))
  2528. {
  2529. if((HAL_GetTick() - tickstart) > ADC_DISABLE_TIMEOUT)
  2530. {
  2531. /* Update ADC state machine to error */
  2532. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL);
  2533. /* Set ADC error code to ADC IP internal error */
  2534. SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_INTERNAL);
  2535. return HAL_ERROR;
  2536. }
  2537. }
  2538. }
  2539. /* Return HAL status */
  2540. return HAL_OK;
  2541. }
  2542. /**
  2543. * @brief DMA transfer complete callback.
  2544. * @param hdma: pointer to DMA handle.
  2545. * @retval None
  2546. */
  2547. void ADC_DMAConvCplt(DMA_HandleTypeDef *hdma)
  2548. {
  2549. /* Retrieve ADC handle corresponding to current DMA handle */
  2550. ADC_HandleTypeDef* hadc = ( ADC_HandleTypeDef* )((DMA_HandleTypeDef* )hdma)->Parent;
  2551. /* Update state machine on conversion status if not in error state */
  2552. if (HAL_IS_BIT_CLR(hadc->State, (HAL_ADC_STATE_ERROR_INTERNAL|HAL_ADC_STATE_ERROR_DMA)))
  2553. {
  2554. /* Update ADC state machine */
  2555. SET_BIT(hadc->State, HAL_ADC_STATE_REG_EOC);
  2556. /* Is it the end of the regular sequence ? */
  2557. if (HAL_IS_BIT_SET(hadc->Instance->ISR, ADC_FLAG_EOS))
  2558. {
  2559. /* Are conversions software-triggered ? */
  2560. if(ADC_IS_SOFTWARE_START_REGULAR(hadc))
  2561. {
  2562. /* Is CONT bit set ? */
  2563. if (READ_BIT(hadc->Instance->CFGR, ADC_CFGR_CONT) == RESET)
  2564. {
  2565. /* CONT bit is not set, no more conversions expected */
  2566. CLEAR_BIT(hadc->State, HAL_ADC_STATE_REG_BUSY);
  2567. if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_INJ_BUSY))
  2568. {
  2569. SET_BIT(hadc->State, HAL_ADC_STATE_READY);
  2570. }
  2571. }
  2572. }
  2573. }
  2574. else
  2575. {
  2576. /* DMA End of Transfer interrupt was triggered but conversions sequence
  2577. is not over. If DMACFG is set to 0, conversions are stopped. */
  2578. if (READ_BIT(hadc->Instance->CFGR, ADC_CFGR_DMACFG) == RESET)
  2579. {
  2580. /* DMACFG bit is not set, conversions are stopped. */
  2581. CLEAR_BIT(hadc->State, HAL_ADC_STATE_REG_BUSY);
  2582. if (HAL_IS_BIT_CLR(hadc->State, HAL_ADC_STATE_INJ_BUSY))
  2583. {
  2584. SET_BIT(hadc->State, HAL_ADC_STATE_READY);
  2585. }
  2586. }
  2587. }
  2588. /* Conversion complete callback */
  2589. HAL_ADC_ConvCpltCallback(hadc);
  2590. }
  2591. else /* DMA or internal error occurred (or both) */
  2592. {
  2593. /* In case of internal error, */
  2594. if (HAL_IS_BIT_SET(hadc->State, HAL_ADC_STATE_ERROR_INTERNAL))
  2595. {
  2596. /* call Error Callback function */
  2597. HAL_ADC_ErrorCallback(hadc);
  2598. }
  2599. }
  2600. }
  2601. /**
  2602. * @brief DMA half transfer complete callback.
  2603. * @param hdma: pointer to DMA handle.
  2604. * @retval None
  2605. */
  2606. void ADC_DMAHalfConvCplt(DMA_HandleTypeDef *hdma)
  2607. {
  2608. /* Retrieve ADC handle corresponding to current DMA handle */
  2609. ADC_HandleTypeDef* hadc = ( ADC_HandleTypeDef* )((DMA_HandleTypeDef* )hdma)->Parent;
  2610. /* Half conversion callback */
  2611. HAL_ADC_ConvHalfCpltCallback(hadc);
  2612. }
  2613. /**
  2614. * @brief DMA error callback.
  2615. * @param hdma: pointer to DMA handle.
  2616. * @retval None
  2617. */
  2618. void ADC_DMAError(DMA_HandleTypeDef *hdma)
  2619. {
  2620. /* Retrieve ADC handle corresponding to current DMA handle */
  2621. ADC_HandleTypeDef* hadc = ( ADC_HandleTypeDef* )((DMA_HandleTypeDef* )hdma)->Parent;
  2622. /* Set ADC state */
  2623. SET_BIT(hadc->State, HAL_ADC_STATE_ERROR_DMA);
  2624. /* Set ADC error code to DMA error */
  2625. SET_BIT(hadc->ErrorCode, HAL_ADC_ERROR_DMA);
  2626. /* Error callback */
  2627. HAL_ADC_ErrorCallback(hadc);
  2628. }
  2629. /**
  2630. * @}
  2631. */
  2632. #endif /* HAL_ADC_MODULE_ENABLED */
  2633. /**
  2634. * @}
  2635. */
  2636. /**
  2637. * @}
  2638. */
  2639. /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/