STM32CubeL1
STM32CubeL1 copied to clipboard
Corrected FLASH_NBPAGES_MAX for 256K flash devices.
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.
ST Internal Reference: 132819