Release_Notes.html 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="generator" content="pandoc" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  7. <title>Release Notes for STM32L0xx CMSIS</title>
  8. <style type="text/css">
  9. code{white-space: pre-wrap;}
  10. span.smallcaps{font-variant: small-caps;}
  11. span.underline{text-decoration: underline;}
  12. div.column{display: inline-block; vertical-align: top; width: 50%;}
  13. </style>
  14. <link rel="stylesheet" href="_htmresc/mini-st_2020.css" />
  15. <!--[if lt IE 9]>
  16. <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  17. <![endif]-->
  18. <link rel="icon" type="image/x-icon" href="_htmresc/favicon.png" />
  19. </head>
  20. <body>
  21. <div class="row">
  22. <div class="col-sm-12 col-lg-4">
  23. <center>
  24. <h1 id="release-notes-for-stm32l0xx-cmsis"><small>Release Notes for</small> <mark>STM32L0xx CMSIS</mark></h1>
  25. <p>Copyright © 2016 STMicroelectronics<br />
  26. </p>
  27. <a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo_2020.png" alt="ST logo" /></a>
  28. </center>
  29. <h1 id="purpose">Purpose</h1>
  30. <p>This driver provides the CMSIS device for the stm32l1xx products. This covers:</p>
  31. <ul>
  32. <li>STM32L010xx devices</li>
  33. <li>STM32L011xx and STM32L021xx devices</li>
  34. <li>STM32L031xx and STM32L041xx devices</li>
  35. <li>STM32L051xx, STM32L052xx, STM32L053xx, STM32L062xx and STM32L063xx devices</li>
  36. <li>STM32L071xx, STM32L072xx, STM32L073xx, STM32L082xx and STM32L083xx devices</li>
  37. </ul>
  38. <p>This driver is composed of the descriptions of the registers under “Include” directory.</p>
  39. <p>Various template file are provided to easily build an application. They can be adapted to fit applications requirements.</p>
  40. <ul>
  41. <li>Templates/system_stm32l0xx.c contains the initialization code referred as SystemInit.</li>
  42. <li>Startup files are provided as example for IAR©, KEIL© and SW4STM32©.</li>
  43. <li>Linker files are provided as example for IAR©, KEIL© and SW4STM32©.</li>
  44. </ul>
  45. </div>
  46. <div class="col-sm-12 col-lg-8">
  47. <h1 id="update-history">Update History</h1>
  48. <div class="collapse">
  49. <input type="checkbox" id="collapse-section16" checked aria-hidden="true"> <label for="collapse-section16" aria-hidden="true">V1.9.3 / 27-January-2023</label>
  50. <div>
  51. <h2 id="main-changes">Main Changes</h2>
  52. <h3 id="maintenance-release">Maintenance release</h3>
  53. <h2 id="contents">Contents</h2>
  54. <ul>
  55. <li>All source files: update disclaimer to add reference to the new license agreement.</li>
  56. <li>Fix inconsistent IRQn_Type enumeration for supervisor call exception with alias for compatibility.</li>
  57. <li>Update the GCC startup file to be aligned to IAR/Keil IDE.</li>
  58. </ul>
  59. </div>
  60. </div>
  61. <div class="collapse">
  62. <input type="checkbox" id="collapse-section15" aria-hidden="true"> <label for="collapse-section15" aria-hidden="true">V1.9.2 / 16-July-2021</label>
  63. <div>
  64. <h2 id="main-changes-1">Main Changes</h2>
  65. <h3 id="maintenance-release-1">Maintenance release</h3>
  66. <h2 id="contents-1">Contents</h2>
  67. <ul>
  68. <li>Add new atomic register access macros in stm32l0xx.h file.</li>
  69. <li>Add LSI maximum startup time datasheet value: LSI_STARTUP_TIME.</li>
  70. </ul>
  71. </div>
  72. </div>
  73. <div class="collapse">
  74. <input type="checkbox" id="collapse-section14" aria-hidden="true"> <label for="collapse-section14" aria-hidden="true">V1.9.1 / 28-October-2020</label>
  75. <div>
  76. <h2 id="main-changes-2">Main Changes</h2>
  77. <h3 id="maintenance-release-2">Maintenance release</h3>
  78. <h2 id="contents-2">Contents</h2>
  79. <ul>
  80. <li>system_stm32l0xx.c
  81. <ul>
  82. <li>SystemInit(): update to don’t reset RCC registers to its reset values.</li>
  83. <li>Protect Vector table modification following SRAM or FLASH preprocessor directive by a generic preprocessor directive: USER_VECT_TAB_ADDRESS.</li>
  84. </ul></li>
  85. <li>All header files
  86. <ul>
  87. <li>Remove unused IS_TIM_SYNCHRO_INSTANCE() assert macro.</li>
  88. </ul></li>
  89. <li>Remove stm32l061xx.h header file.</li>
  90. <li>Add License.md and Readme.md files required for GitHub publication</li>
  91. </ul>
  92. </div>
  93. </div>
  94. <div class="collapse">
  95. <input type="checkbox" id="collapse-section13" aria-hidden="true"> <label for="collapse-section13" aria-hidden="true">V1.9.0 / 26-October-2018</label>
  96. <div>
  97. <h2 id="main-changes-3">Main Changes</h2>
  98. <h3 id="maintenance-release-3">Maintenance release</h3>
  99. <h3 id="first-release-supporting-l0-value-lines">First release supporting L0 Value Lines</h3>
  100. <h2 id="contents-3">Contents</h2>
  101. <ul>
  102. <li>Add the support of STM32L010xx devices
  103. <ul>
  104. <li>Add stm32l010xb.h, stm32l010x8.h, stm32l010x6.h and stm32l010x4.h device description files</li>
  105. <li>Add startup_stm32l010xb.s, startup_stm32l010x8.s, startup_stm32l010x6.s and startup_stm32l010x4.s startup files for EWARM, MDK-ARM and SW4STM32 toolchains</li>
  106. <li>Add EWARM associated linker files for execution from internal RAM or internal FLASH</li>
  107. </ul></li>
  108. <li>stm32l0xx.h
  109. <ul>
  110. <li>Add the following device defines:
  111. <ul>
  112. <li>“#define STM32L010xB” for all STM32L010xB devices</li>
  113. <li>“#define STM32L010x8” for all STM32L010x8 devices</li>
  114. <li>“#define STM32L010x6” for all STM32L010x6 devices</li>
  115. <li>“#define STM32L010x4” for all STM32L010x4 devices</li>
  116. </ul></li>
  117. <li>Align ErrorStatus typedef to common error handling.</li>
  118. </ul></li>
  119. <li>All stm32l0xxxx.h device description files.h
  120. <ul>
  121. <li>[MISRAC2012-Rule-10.6] Use ‘UL’ postfix for _Msk definitions and memory/peripheral base addresses</li>
  122. <li>Correct comments in the bit definition of RCC_AHBRST, RCC_APB2RSTR and RCC_APB1RSTR registers.</li>
  123. <li>Rename RTC_CR_BCK bit to RTC_CR_BKP to be aligned with reference manual.</li>
  124. <li>Add missing definition of IS_TSC_ALL_INSTANCE after TSC driver update.</li>
  125. <li>Add back the bit definition of SYSCFG_CFGR3_EN_VREFINT in SYSCFG_CFGR3 register.</li>
  126. <li>Rename GPIO_AFRL_AFRLx and GPIO_AFRL_AFRHx bit definitions (from GPIO_AFRL/AFRH registers) to GPIO_AFRL_AFSELx.</li>
  127. <li>Align IS_TIM_XXX_INSTANCE definitions with other series.</li>
  128. <li>Remove cast (uint8_t) in CRC_IDR_IDR definition.</li>
  129. <li>Add missing definition of IS_PCD_ALL_INSTANCE macro after USB driver update.</li>
  130. <li>Add definition of IS_UART_DRIVER_ENABLE_INSTANCE macro after UART driver update.</li>
  131. <li>Add compatibility definition of USART_ICR_NECF / USART_ICR_NCF with others series.</li>
  132. <li>Update IS_UART_INSTANCE macro definition.</li>
  133. <li>Add definition of IS_LPTIM_ENCODER_INTERFACE_INSTANCE macro after LPTIM driver update.</li>
  134. <li>Move definition of FLASH_BANK2_BASE start address to stm32l0xx_hal_flash.h to be dependent on Memory Size register.</li>
  135. <li>Update interrupt definition to use DMA1_Channel4_5_IRQn for STM32L011xx and STM32L021xx devices.</li>
  136. <li>Correct PWR_WAKEUP_PIN definitions for L011xx and L021xx devices.</li>
  137. </ul></li>
  138. <li>system_stm32l0xx.c
  139. <ul>
  140. <li>Update file to correct comments for VECT_TAB_OFFSET definition.</li>
  141. <li>Update default MSI_VALUE reset value set in SystemCoreClock.</li>
  142. <li>Update SystemCoreClockUpdate() function to check HSI16DIVF for HSI divided by 4.</li>
  143. </ul></li>
  144. <li>startup_stm32l0xxxx.s
  145. <ul>
  146. <li>Update startup files to use DMA1_Channel4_5_IRQn/IRQHandler for STM32L011xx and STM32L01xx devices.</li>
  147. </ul></li>
  148. </ul>
  149. </div>
  150. </div>
  151. <div class="collapse">
  152. <input type="checkbox" id="collapse-section12" aria-hidden="true"> <label for="collapse-section12" aria-hidden="true">V1.8.0 / 12-January-2018</label>
  153. <div>
  154. <h2 id="main-changes-4">Main Changes</h2>
  155. <h3 id="internal-release">Internal release</h3>
  156. </div>
  157. </div>
  158. <div class="collapse">
  159. <input type="checkbox" id="collapse-section11" aria-hidden="true"> <label for="collapse-section11" aria-hidden="true">V1.7.2 / 25-August-2017</label>
  160. <div>
  161. <h2 id="main-changes-5">Main Changes</h2>
  162. <h3 id="maintenance-release-4">Maintenance release</h3>
  163. <h2 id="contents-4">Contents</h2>
  164. <ul>
  165. <li>Removed DATE and VERSION fields from header files.</li>
  166. </ul>
  167. </div>
  168. </div>
  169. <div class="collapse">
  170. <input type="checkbox" id="collapse-section10" aria-hidden="true"> <label for="collapse-section10" aria-hidden="true">V1.7.1 / 25-November-2016</label>
  171. <div>
  172. <h2 id="main-changes-6">Main Changes</h2>
  173. <h3 id="maintenance-release-5">Maintenance release</h3>
  174. <h2 id="contents-5">Contents</h2>
  175. <ul>
  176. <li>Updated IS_COMP_COMMON_INSTANCE() macro.</li>
  177. <li>Corrected ADC_CFGR2_TOVS bit and mask definitions.</li>
  178. </ul>
  179. </div>
  180. </div>
  181. <div class="collapse">
  182. <input type="checkbox" id="collapse-section9" aria-hidden="true"> <label for="collapse-section9" aria-hidden="true">V1.7.0 / 31-May-2016</label>
  183. <div>
  184. <h2 id="main-changes-7">Main Changes</h2>
  185. <h3 id="maintenance-release-6">Maintenance release</h3>
  186. <h2 id="contents-6">Contents</h2>
  187. <ul>
  188. <li>Added Pos and Msk macros missing within the CMSIS stm32l083xx.h file.</li>
  189. <li>Added LCD_CR_BUFEN bit definition in LCD CR register for stm32l053xx, stm32l063xx, stm32l073xx, stm32l083xx devices.</li>
  190. </ul>
  191. </div>
  192. </div>
  193. <div class="collapse">
  194. <input type="checkbox" id="collapse-section8" aria-hidden="true"> <label for="collapse-section8" aria-hidden="true">V1.6.0 / 15-April-2016</label>
  195. <div>
  196. <h2 id="main-changes-8">Main Changes</h2>
  197. <h3 id="maintenance-release-7">Maintenance release</h3>
  198. <h2 id="contents-7">Contents</h2>
  199. <ul>
  200. <li>Add Pos and Msk macros within the CMSIS files.
  201. <ul>
  202. <li>For example, on the previous CMSIS version (V1.5.0), the constant ADC_IER_EOCALIE was defined as follow :
  203. <ul>
  204. <li>#define ADC_IER_EOCALIE ((uint32_t)0x00000800U)</li>
  205. </ul></li>
  206. <li>On this new CMSIS version (V1.6.0), the constant ADC_IER_EOCALIE is now defined as follow :
  207. <ul>
  208. <li>#define ADC_IER_EOCALIE_Pos (11U)</li>
  209. <li>#define ADC_IER_EOCALIE_Msk (0x1U &lt;&lt; ADC_IER_EOCALIE_Pos)</li>
  210. <li>#define ADC_IER_EOCALIE ADC_IER_EOCALIE_Msk</li>
  211. </ul></li>
  212. <li>The same rule applies on all the other constants present inside the CMSIS files.</li>
  213. </ul></li>
  214. <li><p>MISRA C 2004 rule 10.6 compliance. (A ‘U’ suffix shall be applied to all constants of unisgned type).</p></li>
  215. <li>Several SYSCFG definition changes :</li>
  216. <li>SYSCFG_CFGR3_EN_VREFINT enable bit suppressed. (no more needed and must not be used).</li>
  217. <li>SYSCFG_CFGR3_EN_BGAP define suppressed.</li>
  218. <li>SYSCFG_CFGR3_REF_HSI48_RDYF, SYSCFG_CFGR3_SENSOR_ADC_RDYF, SYSCFG_CFGR3_VREFINT_ADC_RDYF, SYSCFG_CFGR3_VREFINT_COMP_RDYF flags suppressed, SYSCFG_CFGR3_VREFINT_RDYF must be used instead (this flag is a combination of the 4 suppressed flags).</li>
  219. <li><p>Added SYSCFG_CFGR3_REF_RC48MHz_RDYF, SYSCFG_CFGR3_REF_HSI48_RDYF, SYSCFG_VREFINT_ADC_RDYF, SYSCFG_CFGR3_SENSOR_ADC_RDYF, SYSCFG_CFGR3_VREFINT_ADC_RDYF and SYSCFG_CFGR3_VREFINT_COMP_RDYF defines.</p></li>
  220. <li>Aligned register namings with the different L0 Reference Manual (For STM32L0x1 : RM0377 Rev5, for STM32L0x2 : RM0367 Rev2, for STM32L0x3 : RM0367 Rev4). The list of the modification is listed hereafter :
  221. <ul>
  222. <li>Introduced new masks in EXTI bit definitions in order to simplify LL source code.</li>
  223. <li>Renamed RCC_CFGR_MCO_x into RCC_CFGR_MCOSEL_x</li>
  224. <li>Added FLASHSIZE_BASE, UID_BASE and SRAM_SIZE_MAX defines.</li>
  225. <li>Renamed macro IS_DMA_ALL_INSTANCE() to IS_DMA_STREAM_ALL_INSTANCE().</li>
  226. <li>Added new macros: IS_I2C_WAKEUP_FROMSTOP_INSTANCE(), IS_ADC_COMMON_INSTANCE() and IS_LPUART_INSTANCE().</li>
  227. <li>Added new defines PWR_PVD_SUPPORT to handle the PVD feature.</li>
  228. <li>Corrected the value of FLASH_END for STM32L011xx or STM32L021xx devices.</li>
  229. </ul></li>
  230. </ul>
  231. </div>
  232. </div>
  233. <div class="collapse">
  234. <input type="checkbox" id="collapse-section7" aria-hidden="true"> <label for="collapse-section7" aria-hidden="true">V1.5.0 / 8-January-2016</label>
  235. <div>
  236. <h2 id="main-changes-9">Main Changes</h2>
  237. <h3 id="maintenance-release-8">Maintenance release</h3>
  238. <h2 id="contents-8">Contents</h2>
  239. <ul>
  240. <li>MISRA C 2004 rule 5.1 and rule 10.6 compliance.</li>
  241. <li>Several renaming in order to be aligned with the Reference Manual.The list of the modification is listed hereafter :
  242. <ul>
  243. <li>Adding of a new COMP_Common_TypeDef structure.</li>
  244. <li>Removal of the RCR field inside the TIM_TypeDef structure.</li>
  245. <li>Adding of a new define COMP12_COMMON</li>
  246. <li>Adding of a new define DAC1 (same as DAC)</li>
  247. <li>Adding of a new define ADC1_COMMON</li>
  248. <li>Adding of a new define ADC_CHSELR_CHSEL</li>
  249. <li>Adding of a new define COMP_CSR_WINMODE</li>
  250. <li>Adding of a new define DAC_CHANNEL2_SUPPORT</li>
  251. <li>Renaming of EXTI_RTSR_TRx into EXTI_RTSR_RTx with x = {0,..22}</li>
  252. <li>Renaming of EXTI_FTSR_TRx into EXTI_FTSR_FTx with x = {0,..22}</li>
  253. <li>Renaming of EXTI_SWIER_SWIERx into EXTI_SWIER_SWIx with x = {0,..22}</li>
  254. <li>Renaming of EXTI_PR_PRx into EXTI_PR_PIFx with x = {0,..22}</li>
  255. <li>Renaming of RCC_IOPRSTR_GPIOxRST into RCC_IOPRSTR_IOPxRST with x = {A,B,C,D,E,H}</li>
  256. <li>Add a new define RCC_AHBRSTR_DMA1RST</li>
  257. <li>Add a new define RCC_APB2RSTR_ADC1RST</li>
  258. <li>Add a new define RCC_APB2RSTR_DBGMCURST</li>
  259. <li>Renaming of RCC_IOPENR_GPIOxEN into RCC_IOPENR_IOPxEN with x = {A,B,C,D,E,H}</li>
  260. <li>Add a new define RCC_AHBENR_DMA1EN</li>
  261. <li>Rename RCC_APB2ENR_MIFIEN into RCC_APB2ENR_FWEN</li>
  262. <li>Rename RCC_APB2ENR_ADC1EN into RCC_APB2ENR_ADCEN</li>
  263. <li>Rename RCC_APB2ENR_DBGMCUEN into RCC_APB2ENR_DBGEN</li>
  264. <li>Rename RCC_IOPSMENR_GPIOxSMEN into RCC_IOPSMENR_IOPxSMEN with x = {A,B,C,D,E,H}</li>
  265. <li>Add a new define RCC_AHBSMENR_DMA1SMEN</li>
  266. <li>Rename RCC_APB2SMENR_ADC1SMEN into RCC_APB2SMENR_ADCSMEN</li>
  267. <li>Rename RCC_APB2SMENR_DBGMCUSMEN into RCC_APB2SMENR_DBGSMEN</li>
  268. <li>Add new defines TIM_TIM2_REMAP_HSI_SUPPORT and TIM_TIM2_REMAP_HSI48_SUPPORT</li>
  269. <li>Remove the following defines : TIM_CR2_CCPC, TIM_CR2_CCUS, TIM_CR2_OIS1, TIM_CR2_OIS1N, TIM_CR2_OIS2,TIM_CR2_OIS2N, TIM_CR2_OIS3, TIM_CR2_OIS3N, TIM_CR2_OIS4</li>
  270. <li>Remove TIM_SR_COMIF and TIM_SR_BIF</li>
  271. <li>Remove TIM_EGR_COMG and TIM_EGR_BG</li>
  272. <li>Remove TIM_CCER_CC1NE, TIM_CCER_CC2NE and TIM_CCER_CC3NE</li>
  273. <li>Remove TIM_RCR_REP</li>
  274. <li>Rename USART_ISR_LBD into USART_ISR_LBDF</li>
  275. <li>Rename WWDG_CR_Tx into WWDG_CR_T_x with x = {0,..6}</li>
  276. <li>Rename WWDG_CFR_WDGTBx into WWDG_CFR_WDGTB_x with x = {0,1}</li>
  277. <li>Add several macros to check Timer instances (IS_TIM_CLOCKSOURCE_ETRMODE1_INSTANCE(), IS_TIM_CLOCK_DIVISION_INSTANCE(), …)</li>
  278. </ul></li>
  279. </ul>
  280. </div>
  281. </div>
  282. <div class="collapse">
  283. <input type="checkbox" id="collapse-section6" aria-hidden="true"> <label for="collapse-section6" aria-hidden="true">V1.4.0 / 16-October-2015</label>
  284. <div>
  285. <h2 id="main-changes-10">Main Changes</h2>
  286. <h3 id="maintenance-release-9">Maintenance release</h3>
  287. <ul>
  288. <li>Update all the files to support STM32L011xx and STM32L021xx.</li>
  289. </ul>
  290. <h2 id="contents-9">Contents</h2>
  291. <ul>
  292. <li>Remove the Debug Monitor handler from the startup files (not supported on L0).</li>
  293. <li>Renamings and usage of some aliases in order to be compliant with the RefManuals.</li>
  294. </ul>
  295. </div>
  296. </div>
  297. <div class="collapse">
  298. <input type="checkbox" id="collapse-section5" aria-hidden="true"> <label for="collapse-section5" aria-hidden="true">V1.3.0 / 9-Sept-2015</label>
  299. <div>
  300. <h2 id="main-changes-11">Main Changes</h2>
  301. <h3 id="maintenance-release-10">Maintenance release</h3>
  302. <ul>
  303. <li>Update all the files to support <strong>STM32L031xx</strong> and <strong>STM32L041xx</strong>.</li>
  304. </ul>
  305. <h2 id="contents-10">Contents</h2>
  306. <ul>
  307. <li>Several renamings in order to be compliant with the specifications.</li>
  308. <li>Adding of new bit definitions (COMP_CSR_COMP2LPTIM1IN1, SYSCFG_CFGR1_UFB, I2C_OAR2_x, LCD_CR_MUX_SEG, RTC_BKP_NUMBER)</li>
  309. <li>Update of several registers and structures (CRC_TypeDef, TIM_TypeDef)</li>
  310. </ul>
  311. </div>
  312. </div>
  313. <div class="collapse">
  314. <input type="checkbox" id="collapse-section4" aria-hidden="true"> <label for="collapse-section4" aria-hidden="true">V1.2.0 / 6-February-2015</label>
  315. <div>
  316. <h2 id="main-changes-12">Main Changes</h2>
  317. <h3 id="maintenance-release-11">Maintenance release</h3>
  318. <ul>
  319. <li>Added the set of CMSIS files for the <strong>STM32L07xx</strong> and <strong>STM32L08xx</strong> family</li>
  320. </ul>
  321. <h2 id="contents-11">Contents</h2>
  322. <ul>
  323. <li>Add IAR set of files STM32L073xx - STM32L072xx - STM32L071xx - STM32L083xx - STM32L082xx - STM32L081xx</li>
  324. <li>Added MDK-ARM startup files for L071xx, L072xx, L073xx, L081xx, L082xx, L083xx</li>
  325. <li>Added Atollic startup files for L071xx, L072xx, L073xx, L081xx, L082xx, L083xx</li>
  326. </ul>
  327. </div>
  328. </div>
  329. <div class="collapse">
  330. <input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V1.1.0 / 18-June-2014</label>
  331. <div>
  332. <h2 id="main-changes-13">Main Changes</h2>
  333. <h3 id="maintenance-release-12">Maintenance release</h3>
  334. <h2 id="contents-12">Contents</h2>
  335. <ul>
  336. <li><strong>Header files</strong>
  337. <ul>
  338. <li>Add defines for memories base and end addresses:
  339. <ul>
  340. <li>FLASH_END, DATA_EEPROM_BASE and DATA_EEPROM_END (instead of having them in stm32l0xx_hal_flash.h file)</li>
  341. </ul></li>
  342. <li>Peripheral register structures definition is aligned on 32 bit</li>
  343. <li>FLASH_SR_FWWER value fixed to 0x00020000 instead of 0x00010000</li>
  344. <li>Add missing EXTI register bits definition
  345. <ul>
  346. <li>IMR and EMR registers: bits 18, 20, 26, 28, 29</li>
  347. <li>FTSR, RTSR, PR and SWIER registers: bits 20, 21, 22</li>
  348. </ul></li>
  349. <li>Update some bits definition to be in line with latest version of the Reference Manual
  350. <ul>
  351. <li>Rename FLASH_SR_ENHV into FLASH_SR_ENDHV</li>
  352. <li>Rename SYSCFG_VREFINT_ADC_RDYF into SYSCFG_CFGR3_VREFINT_ADC_RDYF</li>
  353. <li>Rename ADC_SMPR_SMPR_xxx into ADC_SMPR_SMP_xxx</li>
  354. <li>Rename SYSCFG_CFGR3_VREFINT_ADC_RDYF into SYSCFG_VREFINT_ADC_RDYF Note: aliases has been added to keep compatibility with previous version</li>
  355. </ul></li>
  356. </ul></li>
  357. <li><strong>system_stm32l0xx.c</strong>
  358. <ul>
  359. <li>Use "__IO const" instead of "__I", to avoid any compilation issue when __cplusplus switch is defined</li>
  360. </ul></li>
  361. </ul>
  362. </div>
  363. </div>
  364. <div class="collapse">
  365. <input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V1.0.1 / 24-April-2014</label>
  366. <div>
  367. <h2 id="main-changes-14">Main Changes</h2>
  368. <h3 id="first-official-release">First official release</h3>
  369. <h2 id="contents-13">Contents</h2>
  370. <ul>
  371. <li>Update gcc startup files</li>
  372. </ul>
  373. </div>
  374. </div>
  375. <div class="collapse">
  376. <input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 22-April-2014</label>
  377. <div>
  378. <h2 id="main-changes-15">Main Changes</h2>
  379. <h3 id="first-official-release-1">First official release</h3>
  380. </div>
  381. </div>
  382. </div>
  383. </div>
  384. <footer class="sticky">
  385. For complete documentation on <mark>STM32 Microcontrollers</mark> , visit: <a href="http://www.st.com/STM32">http://www.st.com/STM32</a>
  386. </footer>
  387. </body>
  388. </html>