can I flash 90kb .text hex into a 128kb dual bank stm32G474 dirrectly?
hi
my Hex file have a 90kB .text session size,
and I want to flash it into stm32G474cbtx mcu which have 128kb dual bank flash.
I use stm32cubeProgrammer v2.19.0 and stm32CubeIDE v1.19.0.
if the option byte DBANK is 1, I can successfully flash it using stm32cubeProgrammer, but fail to flash it using
stm32CubeIDE when I start debug session. The error mesage is "operation exceeds memory limits".
if the option byte is 0, then both tools can flash successfully.
I know when DANK is 1, stm32g474cbtx 's two bank address is not continuous, so I think in this case, both tools should fail to flash,
but why stm32cubeProgrammer can succussfully flash it (and the program runs normmally) ?
