I have a working 3D printer, and an identical non-working one with a blown STM32F070CBT6. Can I extract the firmware from the working one?
I bought a second non-working used 3D printer with the expectation of repairing it. Turns out the MCU was destroyed - it actually had holes blown in its casing! I bought a few new MCUs of the exact same type, and replaced it. I can successfully put this replaced MCU into DFU mode, but my attempts to take the mfg’s “.bin�? firmware update file and covert it to “.dfu�? and load it have so far proven non-viable. Is it possible to put the working printer’s STM32F070 into DFU mode, read out the *entire* loadable code into a file, and then load that file into the newly replaced MCU on the other printer? What tools would be used to do this? Sorry for the noob question, I have little or no experience with these devices or tools - but I am enjoying the learning experience!