Hello,I have bootloader at page 0,1,2,3 in STM32C051F8P6.uVision is configured to flash application from page 6.uVision erases first page when flashing.When I generate a hex file from uVision and uses STM32CubeProgrammer to flash then it does not erase the first page.
What I always need to do now in uVision is to flash application first then bootloader because flashing the application destroys the first page of the bootloader.How to prevent uVision erasing page 0 at 0x08000000 even though it is configured to flash from 0x08003000?
Hello,
same here with STM32C091, Keil also erases page 0. It seems there is a problem in the Keil Programm Algorithm. No Problems with STM32G0.
STM32CubeProgrammer works fine, but it is annoying to switch between the tools.