Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/25/02 05:01
Read: times


 
#29633 - RD# not functioning.
Greetings,

In a recent project I have begun work on, I notice that my device fails a READ operation according to my oscilloscope. Ironically, the WR# line does operate accordingly. After some experimenting, I have found nothing in the hardware aspect that can explain this cause.

EA# is high, RD# and WR# have no pullups. RST is provided at 200mS. I have tried this on several devices with the same result.

the software uses a simple one-liner to make the read (which fails to work).

#define XBYTE ((unsigned char volatile xdata*)0)
...
c = XBYTE[ 0x80 ];


in case it was the c compiler I tried the following within assembly:

...
MOVX @DPTR, A ; where a=byte read from external address


Any information or ideas would be appreciated.



List of 7 messages in thread
TopicAuthorDate
RD# not functioning.            01/01/70 00:00      
RE: RD# not functioning.            01/01/70 00:00      
RE: RD# not functioning.            01/01/70 00:00      
RE: more            01/01/70 00:00      
RE: more            01/01/70 00:00      
RE: RD# not functioning.            01/01/70 00:00      
RE: RD# not functioning.            01/01/70 00:00      

Back to Subject List