8 years, 1 month ago.

Copy Existing Config/Program from Board

Hi, I have a FRDM K64F board that I need to get the existing program from. A program has been written to the card but I don't have the original to reload. Is there anyway to copy the existing program from the card? Im totally new to these so any help appreciated.

1 Answer

8 years, 1 month ago.

You can read the flash from the K64F board through pyOCD. Example here.

However, this will give you the *compiled* output of your program, not the source code.