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

Back to Subject List

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


 
Msg Score: +1
 +1 Informative
#85895 - GK
Responding to: ???'s previous message

Why in this day and age would you suggest anyone use a 80C32? The more up to date flash based devices are normally faster and less wiring due to the memory being on the chip. Also you don't need an eprom programmer as you can download code with a simple bit of hardware and the PC - much faster to develop code.

Also why would you use a timer to do the clock for i2c? and/or SPI for that matter? Much better off bit bashing these interfaces if the device does not support them natively. With most of my apps the timing is all done with one timer. Keep it simple!

Shantanu - remember - divide and conquer! Divide your project into small sub-projects and solve the issues on a smaller scale.

The problems you perceive with I2C and SPI are most likely non-issues. There is plenty of code to implement these protocols in software (which is the way it's done in many cases).

List of 29 messages in thread
TopicAuthorDate
Prepaid Energymeter: need help            01/01/70 00:00      
   SPI can be bit banged            01/01/70 00:00      
      Both SPI and I2C            01/01/70 00:00      
         help me            01/01/70 00:00      
   Already read these notes?            01/01/70 00:00      
   Prepaid Energymeter: need help            01/01/70 00:00      
      GK            01/01/70 00:00      
         UPDATE from my side: 1            01/01/70 00:00      
            better still            01/01/70 00:00      
            Some speed ups            01/01/70 00:00      
               ?            01/01/70 00:00      
                  May be            01/01/70 00:00      
                  Readymade proj charges.            01/01/70 00:00      
            260V, 40A max. assumed for residential?            01/01/70 00:00      
               Residential Supply            01/01/70 00:00      
                  100 to 200 Amps in the US            01/01/70 00:00      
               AC ratings for Residential, India            01/01/70 00:00      
                  Discuss with tutors!            01/01/70 00:00      
   Discuss with tutors!            01/01/70 00:00      
   AD7751 available in Mumbai            01/01/70 00:00      
      Didn't receive sample ICs            01/01/70 00:00      
         Interfacing ADE7751            01/01/70 00:00      
            one more option            01/01/70 00:00      
               No SPI in AT89S52            01/01/70 00:00      
                  AT89C51 RB2/RC2/RD2 has SPI            01/01/70 00:00      
                     Sorry ,Its 89s8252 available with SPI            01/01/70 00:00      
               ADE7751 under development            01/01/70 00:00      
   Updates (Compo. Selection)            01/01/70 00:00      
   LPC900 family            01/01/70 00:00      

Back to Subject List