Store currently running program
CmdCode
Posts: 1
Is there a way to pull the currently running program and any saved data off the eeprom? i.e. pull the currently running program and anything else stored on the eeprom to a file on a computer?
Comments
I suppose you could write a spin or pasm program to read and transmit all the data stored in the hub ram and eeprom. Getting at any pasm program in a cog would be a bit trickier.
I believe that Andy Lindsay wrote code to do this very thing awhile back.