• Visit https://www.embeddedcomputers.net/ for Hardware; Software and all other things related to FlashcatUSB

Need Help Reading DIP-32 ROM

Dane

New Member
Hi, still pretty new to using the Xport but have been having fun with it so far. I recently pulled a DIP 32 ROM from a game and am trying to read it. I can't figure out what setting to use. It always says EPROM Device not detected. This is the message I get if I run it in Parallel NOR flash.

Mode NOR X16 (Word addressing) returned ident code: 0x20FFAD08AD
Mode NOR X16 (Byte addressing) returned ident code: 0x20FF49F04C
Mode NOR X8 returned ident code: 0x2000AD08AD
Connected to Flash (CHIP ID: 0x2000AD08AD)
Common Flash Interface information not present
Flash memory detected but not found in Flash library

Any help would be much appreciated. is there a way to just generically copy what is on the chip?

Thanks!
 
From what I gather this chip is basically the same as a M27C4001 or a AM27C040 eprom. I don't see those chips in the rollout anywhere. Is there a way to manually set it up to read that type of chip?
 
Its a MASK rom with the same pinout as a OTP?

You can manually add the item to the Flashmemory.vb file to have it autodetect.

MFG ID = 0x20 and PART ID: 0xAD
 
Its a MASK rom with the same pinout as a OTP?

You can manually add the item to the Flashmemory.vb file to have it autodetect.

MFG ID = 0x20 and PART ID: 0xAD
Awesome, thanks for the tip! Is there a tutorial anywhere about how to manually add new definitions to the flashmemory.vb?
 
Back
Top