Howto handle configuration (data) part in flash memory by bootloader
Hi,
I made a custom bootloader to upload my application using the virtual com port by the USB interface.
This works nicely, but my application also has a part in flash to store its configuration. When I flash my user program, I do not want to overwrite the configuration. Therefore, this is a special part in the flash memory.
Is it possible in the STM32CubeIDE to generate a bin-file for this configuration to have a default configuration?
Is it also possible to generate a bin-file using my bootloader, by reading the flash memory where the configuration starts? Because it would be great to backup a configuration.
Greetings,
ErX

