I'm trying to add the ability for updating firmware in application developed with the STM32CubeIDE
I have seen several posts and application notes about doing this, but unfortunately the instruction haven't been explicit enough for me to figure how to do this using the STM32cubeIDE. For instance I haven't seen explicit instructions on how to force code like that in the AN4065 note to be forced into a section of flash that is not to be overwritten. I have a SMT32F07X custom board. I'd be willing to use the standard boot loader, but even that the instructions have been too opaque for me to figure out how to do this. Unfortunately I don't have access to the boot lines to change from a standard boot so I'll have to initiate from software.
Does anyone have an example project where this is done?