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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/14/05 14:49
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#97377 - simple
Responding to: ???'s previous message
Mehdi,

I think it is as simple as:
- connect the data line directly to P0
- connect RD/WR to corresponding pins on '51 (P3.7/P3.6)
- connect HI/LO to any spare pin
- connect ACK to any other spare pin (e.g. int0 - maybe comes handy later)

Then the procedure to set a command would be
- set HI/LO to 0
- write low byte of the command using MOVX to any address
- set HI/LO to 1
- write high byte of the command using MOVX to any address

There is no address nor data register, just a single 16-bit register, and you have described nicely the 16-bit commands to be written to it, see chapter COMMAND SET page 37 on.

Then wait for ACK and read out the response 16-bit register, again low first.

That's all what I can see in the datasheet, and I don't think there will be more then this.

Good luck!

Jan Waclawek

List of 46 messages in thread
TopicAuthorDate
Timing Firmware!            01/01/70 00:00      
   Err - read the datasheet!            01/01/70 00:00      
      Err - read the datasheet!            01/01/70 00:00      
         I don't understand the problem            01/01/70 00:00      
            dont scare            01/01/70 00:00      
               Jan & Russell            01/01/70 00:00      
                  get a dev board, there is much to learn            01/01/70 00:00      
         simple            01/01/70 00:00      
            Thanks!!!            01/01/70 00:00      
            Not as simple as you said Jan!            01/01/70 00:00      
               not, if you are very sneeky            01/01/70 00:00      
               ignored address            01/01/70 00:00      
                  Thanks Jan            01/01/70 00:00      
   different datasheet            01/01/70 00:00      
   Absolute Maximum Ratings!            01/01/70 00:00      
      3.3V?            01/01/70 00:00      
         3.3 V ??            01/01/70 00:00      
            3.3 V ??            01/01/70 00:00      
               Search Time!            01/01/70 00:00      
                  I agree...            01/01/70 00:00      
                     Dear mehdi            01/01/70 00:00      
                        Thanks            01/01/70 00:00      
                           expensive for large amount of production            01/01/70 00:00      
                              expensive for large amount of production            01/01/70 00:00      
                     Issues - not chips            01/01/70 00:00      
               5V to 3.3V solution            01/01/70 00:00      
                  Eh?            01/01/70 00:00      
                     Andy you are accurate!            01/01/70 00:00      
                  3.9M !!            01/01/70 00:00      
                     Answer Is Wrong!!!!            01/01/70 00:00      
                        that is unsafe and depending on the othe            01/01/70 00:00      
                           I agree...            01/01/70 00:00      
                              I'm at a loss            01/01/70 00:00      
                        Sorry my mistake ...            01/01/70 00:00      
                           rock solid 3.3 to 5            01/01/70 00:00      
         Design decisions.            01/01/70 00:00      
            top-bottom vs. bottom-top            01/01/70 00:00      
   Confidential information?            01/01/70 00:00      
      Andy!            01/01/70 00:00      
   Russell & Jan            01/01/70 00:00      
   0 ohm Resistor?            01/01/70 00:00      
      Isn't it obvious?            01/01/70 00:00      
         EVB!            01/01/70 00:00      
            Star Point            01/01/70 00:00      
               Furthermore            01/01/70 00:00      
      common GND            01/01/70 00:00      

Back to Subject List