STM32CubeProgrammer: Warning: File corrupted. Two or more segments defines the same memory zone #922
Unanswered
RobbertProost
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Oh, interesting! I didn't know about the STM32CubeProgrammer until now, unfortunately I cannot get it to work on my machine. We use a more complex linkerscript (see the generated I would recommend using OpenOCD instead, which also gives you all the other features such as debugging, RTT and ITM logging. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I am building an example project for the STM32 Nucleo-L476RG (for example 'blinky') and I load the resulting .elf file with the STM32CubeProgrammer it gives me a warning: File corrupted. Two or more segments defines the same memory zone
It however still allows me to flash the firmware and when running it, it seems to run fine.
I am I doing something wrong, or what could be the reason for this warning?
Beta Was this translation helpful? Give feedback.
All reactions