Release_Notes.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  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 STM32F3xx 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.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. </head>
  19. <body>
  20. <div class="row">
  21. <div class="col-sm-12 col-lg-4">
  22. <div class="card fluid">
  23. <div class="sectione dark">
  24. <center>
  25. <h1 id="release-notes-for-stm32f3xx-cmsis"><strong>Release Notes for STM32F3xx CMSIS</strong></h1>
  26. <p>Copyright © 2016 STMicroelectronics<br />
  27. </p>
  28. <a href="https://www.st.com" class="logo"><img src="./_htmresc/st_logo.png" alt="ST logo" /></a>
  29. </center>
  30. </div>
  31. </div>
  32. <h1 id="license"><strong>License</strong></h1>
  33. This software component is licensed by ST under BSD 3-Clause license, the “License”; You may not use this component except in compliance with the License. You may obtain a copy of the License at:
  34. <center>
  35. <a href="https://opensource.org/licenses/BSD-3-Clause">https://opensource.org/licenses/BSD-3-Clause</a>
  36. </center>
  37. </div>
  38. <div class="col-sm-12 col-lg-8">
  39. <h1 id="update-history"><strong>Update History</strong></h1>
  40. <div class="collapse">
  41. <input type="checkbox" id="collapse-section2_3_5" aria-hidden="true"> <label for="collapse-section2_3_5" aria-hidden="true"><strong>V2.3.5 / 10-November-2020</strong></label>
  42. <div>
  43. <h2 id="main-changes">Main Changes</h2>
  44. <ul>
  45. <li>General update
  46. <ul>
  47. <li>system_stm32f3xx.c
  48. <ul>
  49. <li>Protect Vector table modification following SRAM or FLASH preprocessor directive by a generic preprocessor directive : USER_VECT_TAB_ADDRESS<br />
  50. </li>
  51. </ul></li>
  52. <li>Add License.md and Readme.md files required for GitHub publication</li>
  53. <li>Improve GCC startup files robustness.</li>
  54. </ul></li>
  55. </ul>
  56. </div>
  57. </div>
  58. <div class="collapse">
  59. <input type="checkbox" id="collapse-section2_3_4" aria-hidden="true"> <label for="collapse-section2_3_4" aria-hidden="true"><strong>V2.3.4 / 12-September-2019</strong></label>
  60. <div>
  61. <h2 id="main-changes-1">Main Changes</h2>
  62. <ul>
  63. <li>General update
  64. <ul>
  65. <li>Use ‘UL’ unsigned long postfix for _Msk definitions and momory/peripheral base addresses for MISRA C 2012 Compliance</li>
  66. <li>SystemInit(): update to don’t reset RCC registers to its reset values.</li>
  67. </ul></li>
  68. <li>STM32F334x8 update
  69. <ul>
  70. <li>HRTIM updates:
  71. <ul>
  72. <li>Fix too many defines for HRTIM Delayed Protection Flag Clear.</li>
  73. <li>Fix wrong definition of HRTIM1_TIMx constants</li>
  74. <li>Align HRTIM bits definition with reference manual</li>
  75. </ul></li>
  76. </ul></li>
  77. <li>Update OB_TypeDef structure to be aligned with reference manuals.</li>
  78. <li>Rename macro definition IS_<strong>USB</strong>_ALL_INSTANCE to IS_<strong>PCD</strong>_ALL_INSTANCE.</li>
  79. <li>Align ADC_DIFSEL_DIFSEL_Pos definition with reference manual.</li>
  80. </ul>
  81. </div>
  82. </div>
  83. <div class="collapse">
  84. <input type="checkbox" id="collapse-section2.3.3" aria-hidden="true"> <label for="collapse-section2.3.3" aria-hidden="true"><strong>V2.3.3 / 11-June-2018</strong></label>
  85. <div>
  86. <h2 id="main-changes-2">Main Changes</h2>
  87. <ul>
  88. <li>General update
  89. <ul>
  90. <li>Align ErrorStatus typedef to common error handling ( stm32f3xx.h )</li>
  91. </ul></li>
  92. <li>TIM updates
  93. <ul>
  94. <li>Add IS_TIM_SYNCHRO_INSTANCE macro for STM32F37xxx devices</li>
  95. <li>Add IS_TIM_HALL_SENSOR_INTERFACE_INSTANCE macro definition</li>
  96. </ul></li>
  97. </ul>
  98. </div>
  99. </div>
  100. <div class="collapse">
  101. <input type="checkbox" id="collapse-section2.3.2" aria-hidden="true"> <label for="collapse-section2.3.2" aria-hidden="true"><strong>V2.3.2 / 23-June-2017</strong></label>
  102. <div>
  103. <h2 id="main-changes-3">Main Changes</h2>
  104. <ul>
  105. <li>Remove support of Atollic TrueSTUDIO STM32 (TrueSTUDIO) toolchain.</li>
  106. <li>FLASH updates
  107. <ul>
  108. <li>Clean-up OB_WRP2_nWRP2 &amp;&amp; OB_WRP2_nWRP3 (Option Byte) definitions according to family diversity.</li>
  109. </ul></li>
  110. <li>RTC updates
  111. <ul>
  112. <li>Renamed RTC_CR_BCK to RTC_CR_BKP in RTC_CR register in order to be aligned with STM32F3xx Reference Manual.</li>
  113. </ul></li>
  114. <li>SYSCFG updates
  115. <ul>
  116. <li>Removed SYSCFG_CFGR3_DAC1_TRG3, SYSCFG_CFGR3_DAC1_TRG5, SYSCFG_CFGR3_TRIGGER definitions for STM32F328xx devices.</li>
  117. </ul></li>
  118. <li>SPI updates
  119. <ul>
  120. <li>Removed SPI_SR_CHSIDE, SPI_SR_UDR definitions for STM32F303x8, STM32F328xx, STM32F334x8 devices.</li>
  121. </ul></li>
  122. <li>EXTI updates
  123. <ul>
  124. <li>Add EXTI_EMR2_EM definition.</li>
  125. </ul></li>
  126. <li>COMP updates
  127. <ul>
  128. <li>Clean-up COMPx_CSR definitions according to family diversity.</li>
  129. </ul></li>
  130. </ul>
  131. </div>
  132. </div>
  133. <div class="collapse">
  134. <input type="checkbox" id="collapse-section2.3.1" aria-hidden="true"> <label for="collapse-section2.3.1" aria-hidden="true"><strong>V2.3.1 / 16-December-2016</strong></label>
  135. <div>
  136. <h2 id="main-changes-4">Main Changes</h2>
  137. <ul>
  138. <li>COMP updates
  139. <ul>
  140. <li>Corrected COMP inputs definition for STM32F3xxxx devices</li>
  141. </ul></li>
  142. <li>ADC updates
  143. <ul>
  144. <li>Corrected SDADC_CONF1R_COMMON1_1 bit definition for STM32F373xC and STM32F378xx devices</li>
  145. </ul></li>
  146. <li>TIM updates
  147. <ul>
  148. <li>Added macro IS_TIM_ADVANCED_INSTANCE() to identify advanced timer instances</li>
  149. <li>Remove TIM_CR2_OIS2N, TIM_CR2_OIS3, TIM_CR2_OIS3N and TIM_CR2_OIS4 definitions for STM32F373xC and STM32F378xx devices (alignement with STM32F3xx Reference Manual)</li>
  150. </ul></li>
  151. <li>RCC updates
  152. <ul>
  153. <li>Renamed RCC_CFGR register fields defines for STM32F378xx and STM32F373xC devices to be aligned with STM32F3xx Reference Manual : SDADCPRE ==&gt; SDPRE</li>
  154. </ul></li>
  155. <li>PWR updates
  156. <ul>
  157. <li>Renamed PWR_CR register fields defines for STM32F378xx and STM32F373xC devices to be aligned with STM32F3xx Reference Manual : SDADCxEN ==&gt; ENSDx</li>
  158. </ul></li>
  159. <li>USB updates
  160. <ul>
  161. <li>compliancy with MISRA C 2004 rules:
  162. <ul>
  163. <li>MISRA C 2004 rule 10.6 (‘U’ suffix applied to all constants of ‘unsigned’ type).</li>
  164. <li>MISRA C 2004 rule 12.7 (bitwise operations not performed on signed integer types).</li>
  165. </ul></li>
  166. </ul></li>
  167. <li>EXTI updates
  168. <ul>
  169. <li>Depends on devices, removed EXTI_IMR_MRxx, EXTI_EMR_MRxx, EXTI_RTSR_TRxx, EXTI_FTSR_TRxx, EXTI_SWIER_SWIERxx, EXTI_PR_PRxx, EXTI_IMR2_MRxx, EXTI__EMR2_MRxx, EXTI_RTSR2_TRxx, EXTI_FTSR2_TRxx, EXTI_SWIER2_SWIERxx, EXTI_PR2_PRxx definitions to be aligned with STM32F3xx</li>
  170. </ul></li>
  171. </ul>
  172. </div>
  173. </div>
  174. <div class="collapse">
  175. <input type="checkbox" id="collapse-section2.3.0" aria-hidden="true"> <label for="collapse-section2.3.0" aria-hidden="true"><strong>V2.3.0 / 29-April-2016</strong></label>
  176. <div>
  177. <h2 id="main-changes-5">Main Changes</h2>
  178. <ul>
  179. <li>General updates
  180. <ul>
  181. <li>Updated CMSIS Device compliancy with MISRA C 2004 rules:
  182. <ul>
  183. <li>MISRA C 2004 rule 5.1 (bitwise operators ~ and &lt;&lt;).</li>
  184. <li>MISRA C 2004 rule 10.6 (‘U’ suffix applied to all constants of ‘unsigned’ type).</li>
  185. </ul></li>
  186. <li>Added FLASHSIZE_BASE and UID_BASE defines.</li>
  187. <li>Added HardFault_IRQn definition (Cortex-M4 Hard Fault Interrupt)</li>
  188. <li>Updated “Liberty” License with the new license “Ultimate Liberty”.</li>
  189. <li>Updated system_stm32f3xx.h/.c files:
  190. <ul>
  191. <li>Added AHBPrescTable definition as external.</li>
  192. <li>Added APBPrescTable definition as external.</li>
  193. </ul></li>
  194. </ul></li>
  195. <li>ADC updates
  196. <ul>
  197. <li>Updated/added ADCxy_COMMON definitions for alignment between all STM32 series.</li>
  198. <li>Aligned bit definitions and descriptions for ADC registers between all STM32 series.</li>
  199. </ul></li>
  200. <li>COMP updates
  201. <ul>
  202. <li>Updated/added COMPxy_COMMON definitions for alignment between all STM32 series.</li>
  203. <li>Created literal COMP_CSR_COMPxSW1 (equivalent of COMP1_CSR_COMP1SW1 and COMP2_CSR_COMP2SW1).</li>
  204. <li>Removed COMPxxx_CSR_COMPyyyNONINSEL bit definitions for devices not supporting COMP3 or COMP5 instances</li>
  205. <li>and added COMP2_CSR_COMP2NONINSEL bit definition for STM32F303xE, STM32F398xx devices.</li>
  206. <li>Added COMP6_CSR_COMP6NONINSEL bit definition for for STM32F303xE and STM32F398xx devices.</li>
  207. </ul></li>
  208. <li>DAC updates
  209. <ul>
  210. <li>Aligned DAC_CR_BOFFx bit definition in DAC_CR register to be declared on the 2 DAC channels.</li>
  211. </ul></li>
  212. <li>EXTI updates
  213. <ul>
  214. <li>Aligned EXTI bits definition with others STM32 series.</li>
  215. </ul></li>
  216. <li>FMC updates
  217. <ul>
  218. <li>Aligned FMC_BWTRx register bit definitions.</li>
  219. </ul></li>
  220. <li>I2C updates
  221. <ul>
  222. <li>Added IS_I2S_EXT_ALL_INSTANCE definition for I2S Full-Duplex feature.</li>
  223. <li>Added IS_I2C_WAKEUP_FROMSTOP_INSTANCE definition for I2C instances supporting Wakeup from Stop mode.</li>
  224. </ul></li>
  225. <li>RCC updates
  226. <ul>
  227. <li>Used RCC_CFGR_MCOSEL as reference in all STM32 series.</li>
  228. <li>Renamed RCC_CFGR_MCOSEL_PLL to RCC_CFGR_MCOSEL_PLL_DIV2 for alignment between all STM32 series.</li>
  229. <li>Renamed RCC_CFGR3_TIMxSW_HCLK to RCC_CFGR3_TIMxSW_PCLK2 in RCC_CFGR3 register.</li>
  230. <li>Renamed RCC_CFGR3_HRTIM1SW_HCLK to RCC_CFGR3_HRTIM1SW_PCLK2 in RCC_CFGR3 register.</li>
  231. <li>Removed RCC_CFGR_PLLNODIV bit definition from STM32F358xx, STM32F303xC and STM32F302xC devices.</li>
  232. <li>Removed RCC_CSR_VREGRSTF bit definition in RCC_CSR register for STM32F303xC and STM32F303xE devices.</li>
  233. <li>Removed USART2 and USART3 clock switch in RCC_CFGR3 register not supported by STM32F303x8, STM32F334x8</li>
  234. <li>and STM32F328xx devices and for STM32F301x8, STM32F302x8 and STM32F318xx devices.</li>
  235. <li>Removed RCC_CSR_V18PWRRSTF bit definition in RCC_CSR register not supported by STM32F318xx, STM32F328xx, STM32F358xx, STM32F378xx and STM32F398xx devices.</li>
  236. </ul></li>
  237. <li>RTC updates
  238. <ul>
  239. <li>Added missing bits definition for RTC_TAFCR register.</li>
  240. <li>Removed RTC_ISR_TAMP3F, RTC_TAFCR_TAMP3TRG, RTC_TAFCR_TAMP3E bit definitions in RTC_ISR and RTC_TAFCR registers for STM32F303x8, STM32F334x8, STM32F328xx, STM32F301x8, STM32F302x8 and STM32F318xx devices.</li>
  241. </ul></li>
  242. <li>TIM updates
  243. <ul>
  244. <li>Removed TIM_SMCR_OCCS bit definition not supported by STM32F373xC.h and STM32F378xC.</li>
  245. </ul></li>
  246. <li>WWDG updates
  247. <ul>
  248. <li>Aligned WWDG registers bits naming between all STM32 series.</li>
  249. </ul></li>
  250. </ul>
  251. </div>
  252. </div>
  253. <div class="collapse">
  254. <input type="checkbox" id="collapse-section2.2.0" aria-hidden="true"> <label for="collapse-section2.2.0" aria-hidden="true"><strong>V2.2.0 / 13-November-2015</strong></label>
  255. <div>
  256. <h2 id="main-changes-6">Main Changes</h2>
  257. <ul>
  258. <li>General updates
  259. <ul>
  260. <li>Aligned all peripheral registers structures to uint32_t.</li>
  261. <li>Added preprocessor compilation switch STM32F3 definition (stm32f3xx.h).</li>
  262. <li>Added missing STM32F302xD and STM32F303xD mcus in the description list (stm32f3xx.h).</li>
  263. <li>Removed define for CCM(core coupled memory) data RAM base address in Bit-Band region.</li>
  264. <li>Removed __IO or __I from constant table declaration (system_stm32f3xx.c).</li>
  265. <li>Corrected _estack value in project template files.</li>
  266. </ul></li>
  267. <li>RCC updates
  268. <ul>
  269. <li>Renamed RCC_CFGR3_USART1SW_PCLK to RCC_CFGR3_USART1SW_PCLKx according to devices.</li>
  270. <li>Added missing flag for RCC_CSR_VREGRSTF bit.</li>
  271. <li>Moved RCC_CFGR_MCO flag in correct devices.</li>
  272. <li>Fixed minor typod in the comments (RCC bit definition).</li>
  273. </ul></li>
  274. <li>RTC updates
  275. <ul>
  276. <li>Updated list of RTC backup registers according to devices.</li>
  277. </ul></li>
  278. <li>HRTIM updates
  279. <ul>
  280. <li>Corrected Bit definition for HRTIM_MCMP2R/HRTIM_MCMP3R/HRTIM_MCMP4R registers (STM32F334x8 device).</li>
  281. </ul></li>
  282. <li>GPIO updates
  283. <ul>
  284. <li>Removed duplicated definition of IS_GPIO_ALL_INSTANCE macro.</li>
  285. <li>Used IS_GPIO_AF_INSTANCE and IS_GPIO_LOCK_INSTANCE macro definitions.</li>
  286. <li>Cleaned GPIO bank. Updated GPIO MLOCK capability.</li>
  287. <li>Added only one define BSRR for BSRRH/BSRRL GPIO port bit set/reset register.</li>
  288. <li>Added macro to check AF capability of GPIO instance.</li>
  289. </ul></li>
  290. <li>I2C updates
  291. <ul>
  292. <li>Renamed I2C_CR1_DFN to I2C_CR1_DNF.</li>
  293. <li>Added define for OwnAdress 2 mask bit field values (I2C_OAR2_OA2MASK).</li>
  294. </ul></li>
  295. <li>UART updates
  296. <ul>
  297. <li>Added IS_UART_DMA_INSTANCE macro to sort UART instances supporting DMA communication.</li>
  298. </ul></li>
  299. <li>FLASH updates
  300. <ul>
  301. <li>Renamed FLASH_OBR_WDG_SW to FLASH_OBR_IWDG_SW.</li>
  302. <li>Added defines for DATA0 &amp; DATA1 available in OBR register.</li>
  303. </ul></li>
  304. <li>USB updates
  305. <ul>
  306. <li>Renamed two bitfields: USB_XXX_PMAOVRM to USB_XXX_PMAOVR and USB_CNTR_LP_MODE to USB_CNTR_LPMODE.</li>
  307. </ul></li>
  308. <li>TIM updates
  309. <ul>
  310. <li>Corrected Repetition Counter bits definition (TIM_RCR_REP).</li>
  311. </ul></li>
  312. <li>DAC updates
  313. <ul>
  314. <li>Corrected/added DAC channel output switch enable bits definition in DAC_CR register.</li>
  315. </ul></li>
  316. <li>FMC updates
  317. <ul>
  318. <li>Updated Bits definitions for FMC registers.</li>
  319. </ul></li>
  320. <li>EXTI updates
  321. <ul>
  322. <li>Updated Bit definitions for External Interrupt/Event Controller (EXTI).</li>
  323. </ul></li>
  324. </ul>
  325. </div>
  326. </div>
  327. <div class="collapse">
  328. <input type="checkbox" id="collapse-section2.1.0" aria-hidden="true"> <label for="collapse-section2.1.0" aria-hidden="true"><strong>V2.1.0 / 12-Sept-2014</strong></label>
  329. <div>
  330. <h2 id="main-changes-7">Main Changes</h2>
  331. <ul>
  332. <li>Add the support of the <strong>STM32F302xE</strong> and the <strong>STM32F398xx</strong> devices.</li>
  333. <li>STM32F303xE update
  334. <ul>
  335. <li>Renamed SYSCFG_CFGR3 in SYSCFG_CFGR4</li>
  336. </ul></li>
  337. <li>STM32F302xC update
  338. <ul>
  339. <li>Removed DHR12R2, DHR12L2, DHR8R2 and DOR2 from DAC registers definition</li>
  340. <li>Removed all DAC channel 2 related constant defintions</li>
  341. <li>Removed TIM8 related constant definitions</li>
  342. <li>Removed DAC_CHANNEL_2 from IS_DAC_CHANNEL_INSTANCE() macro</li>
  343. </ul></li>
  344. </ul>
  345. </div>
  346. </div>
  347. <div class="collapse">
  348. <input type="checkbox" id="collapse-section2.1.0.RC2" aria-hidden="true"> <label for="collapse-section2.1.0.RC2" aria-hidden="true"><strong>V2.1.0.RC2 / 25-Aug-2014</strong></label>
  349. <div>
  350. <h2 id="main-changes-8">Main Changes</h2>
  351. <ul>
  352. <li>Add CMSIS files for STM32F303xE products</li>
  353. </ul>
  354. </div>
  355. </div>
  356. <div class="collapse">
  357. <input type="checkbox" id="collapse-section2.0.1" aria-hidden="true"> <label for="collapse-section2.0.1" aria-hidden="true"><strong>V2.0.1 / 18-June-2014</strong></label>
  358. <div>
  359. <h2 id="main-changes-9">Main Changes</h2>
  360. <ul>
  361. <li>General
  362. <ul>
  363. <li>Add new macro IS_COMP_DAC1SWITCH_INSTANCE to check COMP instance with switch of DAC1 channel1 output to non inverting input</li>
  364. </ul></li>
  365. <li>STM32F301x8 update
  366. <ul>
  367. <li>Add new define SYSCFG_CFGR2_LOCKUP_LOCK</li>
  368. </ul></li>
  369. <li>STM32F302x8 update
  370. <ul>
  371. <li>Add USB interrupt remapping
  372. <ul>
  373. <li>Add new defines USB_HP_IRQn, USB_LP_IRQn and USBWakeUp_RMP_IRQn for USB interrupt remapping</li>
  374. <li>Add new define SYSCFG_CFGR1_USB_IT_RMP</li>
  375. </ul></li>
  376. <li>Add new define SYSCFG_CFGR2_LOCKUP_LOCK</li>
  377. </ul></li>
  378. <li>STM32F303xC update
  379. <ul>
  380. <li>Add new define SYSCFG_CFGR2_LOCKUP_LOCK</li>
  381. <li>Remove SYSCFG CFGR3 register description</li>
  382. </ul></li>
  383. <li>STM32F373xC update
  384. <ul>
  385. <li>Add new define COMP1_2_3_IRQn alias definition on COMP_IRQn</li>
  386. </ul></li>
  387. <li>STM32F318xx update
  388. <ul>
  389. <li>Rename COMP4_5_6_IRQn to COMP4_6_IRQn</li>
  390. </ul></li>
  391. <li>STM32F328xx update
  392. <ul>
  393. <li>Remove HRTIM1 (cleanup stm32f328xx.h and startup files)</li>
  394. </ul></li>
  395. <li>STM32F358xx update
  396. <ul>
  397. <li>Remove USB
  398. <ul>
  399. <li>Rename USB_HP_CAN_TX_IRQn and USB_LP_CAN_RX0_IRQn to CAN_TX_IRQn and CAN_RX0_IRQn</li>
  400. <li>Remove USBWakeUp_IRQn, USB_HP_IRQn, USB_LP_IRQn and USBWakeUp_RMP_IRQn</li>
  401. <li>Remove define SYSCFG_CFGR1_USB_IT_RMP</li>
  402. </ul></li>
  403. <li>Remove SYSCFG CFGR3 register description</li>
  404. </ul></li>
  405. <li>STM32F378xx update
  406. <ul>
  407. <li>Remove USBWakeUp_IRQn, USB_HP_IRQn and USB_LP_IRQn</li>
  408. <li>Add new define COMP1_2_3_IRQn alias definition on COMP_IRQn</li>
  409. </ul></li>
  410. </ul>
  411. </div>
  412. </div>
  413. <div class="collapse">
  414. <input type="checkbox" id="collapse-section2.0.0" aria-hidden="true"> <label for="collapse-section2.0.0" aria-hidden="true"><strong>V2.0.0 / 28-May-2014</strong></label>
  415. <div>
  416. <h2 id="main-changes-10">Main Changes</h2>
  417. <ul>
  418. <li>Major update based on STM32Cube specification: new CMSIS device files release dedicated to <strong>STM32F301x6/x8, STM32F302x6/x8, STM32F302xB/xC, STM32F303x6/x8, STM32F373xB/xC, STM32F334x4/x6/x8, STM32F318xx, STM32F328xx, STM32F358xx and STM32F378xx devices .</strong></li>
  419. <li><strong>This version has to be used for STM32CubeF3 based development although files can be used independently too.</strong></li>
  420. </ul>
  421. </div>
  422. </div>
  423. <div class="collapse">
  424. <input type="checkbox" id="collapse-section1.1.1" aria-hidden="true"> <label for="collapse-section1.1.1" aria-hidden="true"><strong>V1.1.1 / 28-March-2014</strong></label>
  425. <div>
  426. <h2 id="main-changes-11">Main Changes</h2>
  427. <ul>
  428. <li>Add new startup files for the STM32F302x8 and STM32F334x8 devices for TrueSTUDIO toolchain.</li>
  429. <li>Update startup files for EWARM toolchain to cope with compiler enhancement of the V7.10 version.</li>
  430. </ul>
  431. </div>
  432. </div>
  433. <div class="collapse">
  434. <input type="checkbox" id="collapse-section1.1.0" aria-hidden="true"> <label for="collapse-section1.1.0" aria-hidden="true"><strong>V1.1.0 / 27-February-2014</strong></label>
  435. <div>
  436. <h2 id="main-changes-12">Main Changes</h2>
  437. <ul>
  438. <li>Add the support of the <strong>STM32F302x8</strong> and the <strong>STM32F334x8</strong> devices.</li>
  439. <li>Update devices names definition to be in line with the new new STM32F30x family devices names.
  440. <ul>
  441. <li><strong>STM32F30X</strong> replaced by <strong>STM32F303xC.</strong></li>
  442. </ul></li>
  443. <li>stm32f30x.h
  444. <ul>
  445. <li>Upddate to support the new STM32F30x family devices names.
  446. <ul>
  447. <li><strong>STM32F30X</strong> replaced by <strong>STM32F303xC</strong></li>
  448. </ul></li>
  449. <li>Update IRQn enum to support the STM32F302x8 and STM32F334x8 devices.</li>
  450. <li>Update HSE_STARTUP_TIMEOUT value.</li>
  451. <li>Update HSI_STARTUP_TIMEOUT value.</li>
  452. <li>Add HRTIM peripheral registers and bits definitons.</li>
  453. <li>Add CFGR3 registers in the SYSCFG_TypeDef structure.</li>
  454. <li>Update peripheral base addresses to support the added peripherals: DAC2, I2C3, HRTIM.</li>
  455. <li>Update ADC_SQR4 register bit definition.</li>
  456. <li>Remove ADC34_CCR_TSEN and ADC34_CCR_VBATEN bits definitions.</li>
  457. </ul></li>
  458. <li>Add new startup files for the STM32F302x8 and STM32F334x8 devices for the supported compilers
  459. <ul>
  460. <li>Replace startup_stm32f30x.s by startup_stm32f303xc.s file.</li>
  461. <li>startup_stm32f30x.s file is maintained for legacy purpose.</li>
  462. </ul></li>
  463. </ul>
  464. </div>
  465. </div>
  466. <div class="collapse">
  467. <input type="checkbox" id="collapse-section1.0.0" aria-hidden="true"> <label for="collapse-section1.0.0" aria-hidden="true"><strong>V1.0.0 / 04-September-2012</strong></label>
  468. <div>
  469. <h2 id="main-changes-13">Main Changes</h2>
  470. <ul>
  471. <li>First official release for <strong>STM32F30x devices</strong> (Standard Library)</li>
  472. </ul>
  473. </div>
  474. </div>
  475. </div>
  476. </div>
  477. <footer class="sticky">
  478. For complete documentation on STM32 Microcontrollers </mark> , visit: <span style="font-color: blue;"><a href="http://www.st.com/stm32">www.st.com/stm32</a></span> <em>This release note uses up to date web standards and, for this reason, should not be opened with Internet Explorer but preferably with popular browsers such as Google Chrome, Mozilla Firefox, Opera or Microsoft Edge.</em>
  479. </footer>
  480. </body>
  481. </html>