Maker Pro
Maker Pro

Microchip reading and copying data. ( how to diy manually?)

mid

Jul 13, 2018
1
Joined
Jul 13, 2018
Messages
1
Hi guy,
I need help to read or copy data of the microchip with the arduino or any other diy method. Is it possible to read or copy data from the flash memory of the micro controller or micro processor?

I have attached two pictures below, which i need to read data from that chip.
 

Attachments

  • WhatsApp Image 2018-07-13 at 11.14.23 PM (1).jpeg
    WhatsApp Image 2018-07-13 at 11.14.23 PM (1).jpeg
    157.6 KB · Views: 43
  • WhatsApp Image 2018-07-13 at 11.14.23 PM.jpeg
    WhatsApp Image 2018-07-13 at 11.14.23 PM.jpeg
    159.7 KB · Views: 42

kellys_eye

Jun 25, 2010
6,514
Joined
Jun 25, 2010
Messages
6,514
You would have to remove the device from the board and install it in the appropriate socket and read the contents using the proper programmer.

To do this manually would be as good as impossible..... one wire for each address line, one for each data line so 64 individual wires? Then you have to see address 0000 and read the 32-bit word, increment to 0001 and read the next etc repeat another 65,000+ times......
 
Top