You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FLASH_SIZE defined by the CMSIS Device Peripheral Access Layer Header File
is the maximum one of a product line.
So depending of the mcu this is not the correct one.
As an example, L432KC have 256 KB while L432Kb has 128 KB.
Using LL_GetFlashSize() allows to get the correct FLASH size.
Fixesstm32duino#1316
Signed-off-by: Frederic Pillon <[email protected]>
0 commit comments