STMicroelectronics / STM32CubeL1

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).
Other
37 stars 24 forks source link

Corrected FLASH_NBPAGES_MAX for 256K flash devices. #15

Closed feaser closed 1 year ago

feaser commented 2 years ago

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.

ASELSTM commented 2 years ago

ST Internal Reference: 132819