Hi, I am working on a firmware for STM32F103C8T6 with 128KB of flash. When I create a new project in the STMCubeIDE by default it sets the flash size to 64KB. I have changed the flash size in the linker file to 128KB. Is it the only change required o...