Non-encrypted binary can't be flashed properly
Hi everybody,
I am using a platform that is based on STM32. The developers of this platform have provided to me the firmware image as an encrypted .bin file. When I flash it via USB everything is fine.
Then I change their code and recompile everything using STM32CubeIDE. The produced binary is not encrypted. When I try to flash it, the flashing to the microcontroller fails.
Could it be due to the fact that it is not encrypted?
Note: when I flash my code using the .hex and an st-link everything works well.
Thank you in advance.
