Hello there, After the application I developed with STM32G0B1VC exceeds 128KB, STM32CubeIde(v1.7.0) gives the following message.
Erasing memory corresponding to segment 0:
Erasing internal memory sectors [0 64]
Download in Progress:
Error: failed to down
In this case, I am erasing with STM32CubeProgrammer(v2.8.0). When I run it again with STM32CubeIde I get the following message and it works without errors.
Erasing memory corresponding to segment 0:
Erasing internal memory sectors [0 64]
Download in Progress: File download complete
After the application exceeds 128Kb, STM32CubeIde cannot erase the chip. But the application can be written to a previously erased chip.
Thank you
