STM32CubeL1
STM32CubeL1 copied to clipboard
Full Firmware Package for the STM32L1 series: HAL+LL drivers, CMSIS, BSP, MW, plus a set of Projects (examples and demos) running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits).
**Describe the set-up** * Custom board with STM32L152RCT6A * FW_L1 V1.10.3 **Describe the bug** FLASH_SIZE incorrectly reports flash size for cat.3 devices with DEV_ID 0x436. [STM32L1 Reference Manual RM0038](https://www.st.com/resource/en/reference_manual/rm0038-stm32l100xx-stm32l151xx-stm32l152xx-and-stm32l162xx-advanced-armbased-32bit-mcus-stmicroelectronics.pdf): >...
**Describe the set-up** * The board: NUCLEO-L152RE **Describe the bug** SystemCoreClockUpdate() does not work correctly when SYSCLK source is HSI. If SYSCLK source is HSI and HSI_VALUE is not defined,...
For STM32L1 microcontrollers with 256K flash, macro FLASH_NBPAGES_MAX is set to 1025. This is incorrect. It should be 1024. The changes in this pull request corrects this.
**Describe the set-up** * STM32CubeL1 v1.10.3 **Describe the bug** * **stm32l151xc.h** lacks definitions for channel 27, 28 and 29 in the ADC sample time register 1 (ADC_SMPR1) **How To Reproduce**...