2020-07-04 11:34 AM
Hello I recently format my computer and I lost project that is saved on my stm32. Can I somehow get this code back if the code is inside?
2020-07-04 12:01 PM
When you no lock device, you can download back hex or binary flash image. Use stlink utility. But for your source code you can say bye bye
2020-07-04 02:13 PM
You can pull the binary/hex file out using STM32 Cube Programmer
Source code will be lost, the object code can perhaps be disassembled.