Upgrade from STM32L432KB to STM32L432KC
Hi Everyone,
I'm upgrading our firmware from STM32L432kb with 128k flash memory to STM32L432KC with 256k flash memory. both micro controllers are exactly the same except for the flash memory size difference.
To accommodate this change I changed my controller from project properties to the STM32l432KCu and changed flash memory size from 128k to 256k. we have reserved last page of memory as persistent(similar to EEPROM) memory.
I'm getting PGAErr and PGSErr even before the debug session is initiated. i.e. when debugger comes to halt at init those 2 flags are already set.
we can resolve the issue by clearing the error flags before other flash operations start. but we are concerned that ignoring this issue will bite us back in future.
can anyone help me with understanding what might be causing the issue?
