2025-07-10 1:07 PM
I've written an external loader for a flash memory chip. I'm able to program the flash chip using my external loader with STM32CubeProgrammer v2.19.0, but when I try to use my external loader with v2.20.0 it doesn't work.
I've attached logs from both a good run with v2.19.0 and a bad run with v2.20.0. I don't know how to debug this, because I naturally don't have access to the source code of the STM32CubeProgrammer CLI tool.
Have there been any changes to the requirements of an external loader as of v2.20.0?
Alternatively, can I somehow downgrade the STM32CubeProgrammer version that STM32CubeIDE uses?
I'd really like to use the most current tools, but right now I'm stuck...