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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/14/05 13:11
Read: times


 
#89624 - Its really very high.
Responding to: ???'s previous message

Suppose i've to take 8000 to 10000 samples/second of some signal and give it to micro. using I2C and this is almost continuous operation, say some process monitoring/control, whats better hardware/software I2C ?


With 100KHz I2C data rates of 8000 to 10000 samples / second are really very high the maximum data rate supported at 100kHz is 11111 samples/second. Thus if you do 10,000 samples/second with soft I2C your processors 90% time will be consumed by I2C routines. If you can manage rest all work with 10% processors utilisation use soft I2C else use Hard I2C with hard I2C you will hardly need any processor power for I2C stuff.

Regards,
Prahlad Purohit

List of 22 messages in thread
TopicAuthorDate
89C66x and 89C51RD2            01/01/70 00:00      
   hw IIC vs bitbang            01/01/70 00:00      
      can u illustrate/elaborate wth some code            01/01/70 00:00      
         rate does not matter            01/01/70 00:00      
            Not true !            01/01/70 00:00      
               Total Agreement            01/01/70 00:00      
      what about XRAM?            01/01/70 00:00      
         XRAM and mnufacturers            01/01/70 00:00      
            XRAM, more            01/01/70 00:00      
   SW-I2C mostly sufficient !            01/01/70 00:00      
      similar CPU load?? pray explain            01/01/70 00:00      
         "...significant advantage..."            01/01/70 00:00      
            how do you do soft IIC with 1% load            01/01/70 00:00      
               1% =            01/01/70 00:00      
                  Peters 1%            01/01/70 00:00      
            very high data rates??            01/01/70 00:00      
               consider the whole program !            01/01/70 00:00      
               Its really very high.            01/01/70 00:00      
               how can microresistance            01/01/70 00:00      
               Forum rules - no SMS            01/01/70 00:00      
               the skinny            01/01/70 00:00      
   sorry for the informal language            01/01/70 00:00      

Back to Subject List