Recently, I learned about NanoFF. I am using the STM32 Nucleo_F103RB evaluation board. I am trying to configure everything, and I have encountered an issue while uploading the image to the STM.
I am attempting to use the "nanoff --target ST_NUCLEO64_F091RC --update" command. (It seems to me that ST_NUCLEO64_F091RC is the closest to my STM, but I may be mistaken.)
After using the command, I receive the message "Error E5006: Failed to write new firmware to the device." What should I do to resolve this issue? The STM was previously used. Could the error be caused by the flasher not removing the previous program from memory?
I searched the documentation, but I couldn't find a solution.