ROM
the
as
was
matters
likely
using
27256close
Thanks for all the help and info mpm,
i am really stuck and appreciate your's and everyones efforts to get me going.
that is exactly what i have been trying since the latest round of
**bad ROM read** diagnosis.I have been selecting a variety of different chip makers versions of 27cXXX where XXX is {64,128,256,512}... additionally i have been choosing different sizes of reads to see if i get anything that looks like some 8051/8031 op codes. so 0xf to 0x7fff bytes and in between
the only difference is that sometimes the sequence of bytes i get have a different values for the different sized chips
so.... that means a (27c128) read will get me a different sequence of repeated chars than say a (27c256) read
address
well that advice was based on the fact that i traced the pins connection on the controller circuit board to try and decipher what this chip might actaulally be and i found that the
Address lines 0-7 were tied to the Data lines 0-7 and then they made ther way to the appropriate 8051 lines so being multiplexed someone though there must be latching operation...
the only 23xxx datasheet i found (toshiba TMM23256P) says ... that it uses a Address Latch on the falling edge of (CE) and latches all inputs except for (OE) to provide data bus compatibility and has a reference to 3-State outputs or Wired OR capability ????? what that means ????
My pin trace is..... Where Rom is the same ROM there is only 1 ROM this views best in fixed width eg. courier
Rom(pin) Rom(pin) 8051 (pin)
------------------------------------------ A0 (p10) D0 (p11) P0.0 (p39) A1 (p9) D1 (p12) P0.1 (p38) A2 (p8) D2 (p13) P0.2 (p37) ...... A8 (p25) --- P2.0 (p21) A9 (p24) --- P2.1 (p22) ..... A14 (p27) A15 (p1) P2.6 (p27) ..... OE (p22) --- PSEN (p29) CE (p20) --- ALE (p30)
I could
quartz
the
masked-rom
these...
thanks again MPM,
i really do appreciate the help. hopefully i will solve or find more useful info that someone can give me an indication of what i need to do to solve this problem
i am thinikng i will need to use some 8051 development board and write my own application to grab data and put somewhere to upload or print on serial port or something
sound feasible,...
Thanks again for help, robb