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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/03/04 14:20
Read: times


 
#73582 - RE: how to simulate movx
Responding to: ???'s previous message
Thx a lot @ all.

Now I tested it - and it goes!!

I can read data from the compact-flash-card.
And this is my solution:


read
mov Port_Data, #FFh
mov Port_Ctrl, #...
clr PIN_N_CE
clr PIN_N_OE
mov a, Port_Data ; <- read data
setb PIN_N_OE
setb PIN_N_CE

write
mov Port_Ctrl, #...
clr PIN_N_CE
mov Port_Data, #... ; <-- data to write
clr PIN_N_WE
setb PIN_N_WE
setb PIN_N_CE



List of 11 messages in thread
TopicAuthorDate
how to simulate movx            01/01/70 00:00      
   RE: how to simulate movx            01/01/70 00:00      
   Why bother?            01/01/70 00:00      
      RE: Why bother?            01/01/70 00:00      
   RE: how to simulate movx            01/01/70 00:00      
   RE: how to simulate movx            01/01/70 00:00      
   RE: how to simulate movx            01/01/70 00:00      
      RE: how to simulate movx            01/01/70 00:00      
      PDATA?            01/01/70 00:00      
      RE: how to simulate movx            01/01/70 00:00      
         RE: how to simulate movx            01/01/70 00:00      

Back to Subject List